dune: add mte library; + wip key jsont

This commit is contained in:
Swrup 2025-10-03 21:24:02 +02:00
parent d5eaf6d92f
commit a04e179c08
5 changed files with 47 additions and 34 deletions

View file

@ -1,13 +1,18 @@
(executable
(public_name mte)
(name mte)
(modules assets assets_crunch headers mte config util management)
(modules mte)
(libraries mte))
(library
(name mte)
(wrapped false)
(modules :standard \ mte base_32)
(libraries
json
types
headers_lib
syntax
base_32
;
angstrom
zarith ;
mirage-crypto
duration
vif
@ -15,29 +20,7 @@
jsont
cohttp))
(library
(name json)
(modules json)
(libraries jsont jsont.bytesrw fmt syntax types))
(library
(name types)
(modules types)
(libraries
angstrom
zarith ;
fmt
syntax))
(library
(name headers_lib)
(modules headers_lib)
(libraries fmt syntax))
(library
(name syntax)
(modules syntax)
(libraries))
; crockford base32, as a lib to use [Base32] by accident *)
(library
(name base_32)