This commit is contained in:
parent
606d2a6045
commit
0cf4454c59
3 changed files with 7 additions and 0 deletions
|
|
@ -24,6 +24,8 @@
|
||||||
(depends
|
(depends
|
||||||
(ocaml (>= 5.3))
|
(ocaml (>= 5.3))
|
||||||
base32
|
base32
|
||||||
|
caqti
|
||||||
|
caqti-miou
|
||||||
crunch
|
crunch
|
||||||
vif
|
vif
|
||||||
jsont
|
jsont
|
||||||
|
|
|
||||||
2
mte.opam
2
mte.opam
|
|
@ -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"
|
||||||
|
|
|
||||||
3
src/dune
3
src/dune
|
|
@ -14,6 +14,9 @@
|
||||||
;
|
;
|
||||||
include
|
include
|
||||||
;
|
;
|
||||||
|
caqti
|
||||||
|
caqti-miou
|
||||||
|
caqti-miou.unix
|
||||||
bin
|
bin
|
||||||
angstrom
|
angstrom
|
||||||
zarith ;
|
zarith ;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue