Browse Source

update dune-project and opam file

start_indices
zapashcanon 1 year ago
parent
commit
fec3d15749
Signed by untrusted user who does not match committer: zapashcanon GPG Key ID: 8981C3C62D1D28F1
  1. 7
      dune-project
  2. 5
      woi.opam

7
dune-project

@ -25,4 +25,9 @@
(ocaml
(>= 4.08))
(integers
(>= 0.5.1))))
(>= 0.5.1))
sedlex
menhir
ocaml_intrinsics
uutf
(bos :with-test)))

5
woi.opam

@ -10,6 +10,11 @@ depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.08"}
"integers" {>= "0.5.1"}
"sedlex"
"menhir"
"ocaml_intrinsics"
"uutf"
"bos" {with-test}
"odoc" {with-doc}
]
build: [

Loading…
Cancel
Save