This commit is contained in:
swrup 2025-11-11 03:12:12 +01:00
parent 606d2a6045
commit 0cf4454c59
3 changed files with 7 additions and 0 deletions

View file

@ -24,6 +24,8 @@
(depends (depends
(ocaml (>= 5.3)) (ocaml (>= 5.3))
base32 base32
caqti
caqti-miou
crunch crunch
vif vif
jsont jsont

View file

@ -11,6 +11,8 @@ depends: [
"dune" {>= "3.20"} "dune" {>= "3.20"}
"ocaml" {>= "5.3"} "ocaml" {>= "5.3"}
"base32" "base32"
"caqti"
"caqti-miou"
"crunch" "crunch"
"vif" "vif"
"jsont" "jsont"

View file

@ -14,6 +14,9 @@
; ;
include include
; ;
caqti
caqti-miou
caqti-miou.unix
bin bin
angstrom angstrom
zarith ; zarith ;