add json.ml; add test.ml; timestamp jsont
This commit is contained in:
parent
04bb29b30c
commit
724a3d2b68
8 changed files with 89 additions and 22 deletions
14
src/dune
14
src/dune
|
|
@ -1,8 +1,10 @@
|
|||
(executable
|
||||
(public_name mte)
|
||||
(name mte)
|
||||
(modules assets assets_crunch headers mte config util types management)
|
||||
(modules assets assets_crunch headers mte config util management)
|
||||
(libraries
|
||||
json
|
||||
types
|
||||
headers_lib
|
||||
syntax
|
||||
;
|
||||
|
|
@ -13,6 +15,16 @@
|
|||
jsont
|
||||
cohttp))
|
||||
|
||||
(library
|
||||
(name json)
|
||||
(modules json)
|
||||
(libraries jsont jsont.bytesrw fmt syntax types))
|
||||
|
||||
(library
|
||||
(name types)
|
||||
(modules types)
|
||||
(libraries fmt syntax))
|
||||
|
||||
(library
|
||||
(name headers_lib)
|
||||
(modules headers_lib)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue