rename to lib/
This commit is contained in:
parent
a774ea11ac
commit
7198d3f0f4
9 changed files with 27 additions and 22 deletions
10
include/dune
10
include/dune
|
|
@ -1,10 +0,0 @@
|
|||
(library
|
||||
(name include)
|
||||
; (wrapped false)
|
||||
(modules taler_signatures)
|
||||
(libraries))
|
||||
|
||||
(library ; todo: should I have a /lib?
|
||||
(name parse_config)
|
||||
(modules parse_config)
|
||||
(libraries mirage-crypto-ec ptime fmt angstrom uri amount b32))
|
||||
25
lib/dune
Normal file
25
lib/dune
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
(library
|
||||
(name include)
|
||||
; (wrapped false)
|
||||
(modules taler_signatures)
|
||||
(libraries))
|
||||
|
||||
(library
|
||||
(name parse_config)
|
||||
(modules parse_config)
|
||||
(libraries mirage-crypto-ec ptime fmt angstrom uri amount b32))
|
||||
|
||||
(library ; crockford base32
|
||||
(name b32)
|
||||
(modules b32)
|
||||
(libraries base32))
|
||||
|
||||
(library
|
||||
(name amount)
|
||||
(modules amount)
|
||||
(libraries angstrom fmt zarith))
|
||||
|
||||
(library
|
||||
(name headers_lib)
|
||||
(modules headers_lib)
|
||||
(libraries angstrom fmt))
|
||||
14
src/dune
14
src/dune
|
|
@ -7,13 +7,13 @@
|
|||
(library
|
||||
(name mte)
|
||||
(wrapped false)
|
||||
(modules :standard \ mte b32 amount)
|
||||
(modules :standard \ mte)
|
||||
(libraries
|
||||
amount
|
||||
b32
|
||||
;
|
||||
include
|
||||
parse_config
|
||||
headers_lib
|
||||
;
|
||||
caqti
|
||||
caqti-miou
|
||||
|
|
@ -31,16 +31,6 @@
|
|||
cohttp
|
||||
ptime))
|
||||
|
||||
(library ; crockford base32
|
||||
(name b32)
|
||||
(modules b32)
|
||||
(libraries base32))
|
||||
|
||||
(library
|
||||
(name amount)
|
||||
(modules amount)
|
||||
(libraries angstrom fmt zarith))
|
||||
|
||||
(rule
|
||||
(target assets_crunch.ml)
|
||||
(deps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue