2025-10-06 22:26:50 +02:00
|
|
|
(library
|
|
|
|
|
(name include)
|
|
|
|
|
; (wrapped false)
|
|
|
|
|
(modules taler_signatures)
|
|
|
|
|
(libraries))
|
|
|
|
|
|
2025-11-20 23:14:16 +01:00
|
|
|
(library
|
2025-10-13 04:51:35 +02:00
|
|
|
(name parse_config)
|
|
|
|
|
(modules parse_config)
|
2025-11-20 18:38:01 +01:00
|
|
|
(libraries mirage-crypto-ec ptime fmt angstrom uri amount b32))
|
2025-11-20 23:14:16 +01:00
|
|
|
|
|
|
|
|
(library ; crockford base32
|
|
|
|
|
(name b32)
|
|
|
|
|
(modules b32)
|
|
|
|
|
(libraries base32))
|
|
|
|
|
|
|
|
|
|
(library
|
|
|
|
|
(name amount)
|
|
|
|
|
(modules amount)
|
|
|
|
|
(libraries angstrom fmt zarith))
|