We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702113c commit 603d86bCopy full SHA for 603d86b
vector.opam
@@ -18,3 +18,8 @@ build: [
18
["dune" "runtest" "-p" name "-j" jobs] {with-test}
19
]
20
dev-repo: "git+https://github.com/backtracking/vector.git"
21
+
22
+# TODO: not to be merged. Remove once https://github.com/chambart/ocaml-nullable-array/pull/1 is released
23
+pin-depends: [
24
+ [ "nullable-array.dev" "git+https://github.com/craigfe/ocaml-nullable-array#70f8ebe331895daea7519031ddc87ddc52175756" ]
25
+]
0 commit comments