Skip to content

Commit 461b74a

Browse files
authored
git-unix 2.1.3: update opam file
1 parent 0a3eb69 commit 461b74a

File tree

1 file changed

+2
-2
lines changed
  • packages/git-unix/git-unix.2.1.3

1 file changed

+2
-2
lines changed

packages/git-unix/git-unix.2.1.3/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ doc: "https://mirage.github.io/ocaml-git/"
1010
synopsis: "Virtual package to install and configure ocaml-git's Unix backend"
1111

1212
build: [
13-
["dune" "subst"]
13+
["dune" "subst"] {dev}
1414
["dune" "build" "-p" name "-j" jobs]
1515
["dune" "runtest" "-p" name "-j1" "--no-buffer"] {with-test}
1616
]
1717

1818
depends: [
1919
"ocaml" {>= "4.07.0"}
20-
"dune"
20+
"dune" {>= "1.1"}
2121
"mmap" {>= "1.1.0"}
2222
"cmdliner" {< "1.1.0"}
2323
"git-http" {= version}

0 commit comments

Comments
 (0)