this repo has no description

add ocaml as dependency to rtree packages

Changed files
+2
packages
rtree
rtree.0.1.0
rtree.0.1.1
+1
packages/rtree/rtree.0.1.0/opam
···
homepage: "https://github.com/geocaml/ocaml-rtree"
bug-reports: "https://github.com/geocaml/ocaml-rtree/issues"
depends: [
+
"ocaml"
"dune" {>= "3.6"}
"repr" {>= "0.4.0"}
"bechamel" {with-test}
+1
packages/rtree/rtree.0.1.1/opam
···
homepage: "https://github.com/geocaml/ocaml-rtree"
bug-reports: "https://github.com/geocaml/ocaml-rtree/issues"
depends: [
+
"ocaml"
"dune" {>= "3.6"}
"repr" {>= "0.4.0"}
"bechamel" {with-test}