Skip to content

Commit cc4eb74

Browse files
committed
add ocaml as dependency to rtree packages
1 parent 7f34ef5 commit cc4eb74

File tree

2 files changed

+2
-0
lines changed
  • packages/rtree

2 files changed

+2
-0
lines changed

packages/rtree/rtree.0.1.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags: ["spatial" "index"]
99
homepage: "https://github.com/geocaml/ocaml-rtree"
1010
bug-reports: "https://github.com/geocaml/ocaml-rtree/issues"
1111
depends: [
12+
"ocaml"
1213
"dune" {>= "3.6"}
1314
"repr" {>= "0.4.0"}
1415
"bechamel" {with-test}

packages/rtree/rtree.0.1.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags: ["spatial" "index"]
99
homepage: "https://github.com/geocaml/ocaml-rtree"
1010
bug-reports: "https://github.com/geocaml/ocaml-rtree/issues"
1111
depends: [
12+
"ocaml"
1213
"dune" {>= "3.6"}
1314
"repr" {>= "0.4.0"}
1415
"bechamel" {with-test}

0 commit comments

Comments
 (0)