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 0a3eb69 commit 461b74aCopy full SHA for 461b74a
packages/git-unix/git-unix.2.1.3/opam
@@ -10,14 +10,14 @@ doc: "https://mirage.github.io/ocaml-git/"
10
synopsis: "Virtual package to install and configure ocaml-git's Unix backend"
11
12
build: [
13
- ["dune" "subst"]
+ ["dune" "subst"] {dev}
14
["dune" "build" "-p" name "-j" jobs]
15
["dune" "runtest" "-p" name "-j1" "--no-buffer"] {with-test}
16
]
17
18
depends: [
19
"ocaml" {>= "4.07.0"}
20
- "dune"
+ "dune" {>= "1.1"}
21
"mmap" {>= "1.1.0"}
22
"cmdliner" {< "1.1.0"}
23
"git-http" {= version}
0 commit comments