This commit is contained in:
parent
fa770e7a8e
commit
3a927a78f5
11 changed files with 17 additions and 29 deletions
10
src/dune
10
src/dune
|
|
@ -7,13 +7,10 @@
|
|||
(library
|
||||
(name mte)
|
||||
(wrapped false)
|
||||
(modules :standard \ mte)
|
||||
(modules :standard \ mte b32)
|
||||
(libraries
|
||||
amount
|
||||
b32
|
||||
include
|
||||
parse_config
|
||||
headers_lib
|
||||
;
|
||||
caqti
|
||||
caqti-miou
|
||||
|
|
@ -29,6 +26,11 @@
|
|||
cohttp
|
||||
ptime))
|
||||
|
||||
(library ; crockford base32
|
||||
(name b32)
|
||||
(modules b32)
|
||||
(libraries base32))
|
||||
|
||||
(rule
|
||||
(target assets_crunch.ml)
|
||||
(deps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue