mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
details: synopsis in dune files
This commit is contained in:
parent
c1af4374bd
commit
65c6872853
2 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
(library
|
||||
(name sidekick_memtrace)
|
||||
(public_name sidekick.memtrace)
|
||||
(synopsis "optional interface to memtrace")
|
||||
(libraries
|
||||
(select
|
||||
sidekick_memtrace.ml
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
(library
|
||||
(name sidekick_zarith)
|
||||
(public_name sidekick.zarith)
|
||||
(synopsis "Interface to zarith (optional) for arithmetic")
|
||||
(optional) ; dep on zarith
|
||||
(flags :standard -warn-error -a+8)
|
||||
(libraries sidekick.core sidekick.arith zarith))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue