This commit is contained in:
swrup 2025-11-20 23:14:16 +01:00
parent a774ea11ac
commit 6e2fc3da28
7 changed files with 12 additions and 13 deletions

View file

@ -4,7 +4,17 @@
(modules taler_signatures) (modules taler_signatures)
(libraries)) (libraries))
(library ; todo: should I have a /lib? (library
(name parse_config) (name parse_config)
(modules parse_config) (modules parse_config)
(libraries mirage-crypto-ec ptime fmt angstrom uri amount b32)) (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))

View file

@ -7,11 +7,10 @@
(library (library
(name mte) (name mte)
(wrapped false) (wrapped false)
(modules :standard \ mte b32 amount) (modules :standard \ mte)
(libraries (libraries
amount amount
b32 b32
;
include include
parse_config parse_config
; ;
@ -31,16 +30,6 @@
cohttp cohttp
ptime)) ptime))
(library ; crockford base32
(name b32)
(modules b32)
(libraries base32))
(library
(name amount)
(modules amount)
(libraries angstrom fmt zarith))
(rule (rule
(target assets_crunch.ml) (target assets_crunch.ml)
(deps (deps