Skip to content

Commit 8d14c8b

Browse files
committed
dune-project: dropped dep on ocaml-r
1 parent 012d991 commit 8d14c8b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

dune-project

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@
2222
angstrom-unix
2323
(biocaml (>= 0.8.0))
2424
(core (>= v0.14.0))
25-
(dune (>= 1.11))
25+
(dune (>= 2.7.0))
2626
gsl
2727
(lacaml (>= 10.0.2))
2828
menhir
29-
(ocaml-r (>= 0.2.0))
3029
ppx_deriving
3130
printbox))

phylogenetics.opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ depends: [
1212
"angstrom-unix"
1313
"biocaml" {>= "0.8.0"}
1414
"core" {>= "v0.14.0"}
15-
"dune" {>= "1.11"}
15+
"dune" {>= "2.7.0"}
1616
"gsl"
1717
"lacaml" {>= "10.0.2"}
1818
"menhir"
19-
"ocaml-r" {>= "0.2.0"}
2019
"ppx_deriving"
2120
"printbox"
2221
]

0 commit comments

Comments
 (0)