crockford base32: remove padding
This commit is contained in:
parent
d9b71e24cd
commit
6af4f57d20
167 changed files with 17484 additions and 5 deletions
46
.jjconflict-side-1/dune-project
Normal file
46
.jjconflict-side-1/dune-project
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
(lang dune 3.20)
|
||||
|
||||
(name mte)
|
||||
|
||||
(generate_opam_files true)
|
||||
|
||||
; (source
|
||||
; (github username/reponame))
|
||||
|
||||
(authors "Olivier Pierre <swrup@protonmail.com>")
|
||||
|
||||
(maintainers "Olivier Pierre <swrup@protonmail.com>")
|
||||
|
||||
(license AGPL-3.0-only)
|
||||
|
||||
; (documentation https://url/to/documentation)
|
||||
|
||||
(package
|
||||
(name mte)
|
||||
(synopsis "MTE - the MirageOS Taler Exchange")
|
||||
(description "A GNU Taler exchange implementation with the unikernel framework MirageOS")
|
||||
(tags
|
||||
("GNU Taler" MirageOS unikernel OCaml crypto))
|
||||
(depends
|
||||
(ocaml (>= 5.3))
|
||||
base32
|
||||
caqti
|
||||
caqti-miou
|
||||
caqti-driver-pgx
|
||||
crunch
|
||||
vif
|
||||
jsont
|
||||
cohttp
|
||||
fmt
|
||||
bin
|
||||
angstrom
|
||||
zarith
|
||||
mirage-crypto
|
||||
digestif
|
||||
duration
|
||||
jsont
|
||||
cohttp
|
||||
ptime
|
||||
logs
|
||||
(ocamlformat :with-dev-setup)
|
||||
))
|
||||
Loading…
Add table
Add a link
Reference in a new issue