This commit is contained in:
parent
a774ea11ac
commit
6e2fc3da28
7 changed files with 12 additions and 13 deletions
20
lib/dune
Normal file
20
lib/dune
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
(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))
|
||||
Loading…
Add table
Add a link
Reference in a new issue