Skip to content

Commit 2b0c008

Browse files
authored
Merge pull request moby#307 from samoht/master
Add git-unix.2.0.0
2 parents cd73241 + 0fbe5bb commit 2b0c008

File tree

2 files changed

+32
-0
lines changed
  • packages/git-unix/git-unix.2.0.0

2 files changed

+32
-0
lines changed

packages/git-unix/git-unix.2.0.0/opam

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
opam-version: "1.2"
2+
maintainer: "[email protected]"
3+
authors: "Thomas Gazagnaire"
4+
license: "ISC"
5+
homepage: "https://github.com/mirage/ocaml-git"
6+
bug-reports: "https://github.com/mirage/ocaml-git/issues"
7+
dev-repo: "https://github.com/mirage/ocaml-git.git"
8+
doc: "https://mirage.github.io/ocaml-git/"
9+
10+
build: [
11+
"ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "-n" name "--tests" "false"
12+
]
13+
build-test: [
14+
["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "-n" name "--tests" "true"]
15+
["ocaml" "pkg/pkg.ml" "test"]
16+
]
17+
18+
depends: [
19+
"cmdliner"
20+
"git-http" {>= "2.0.0"}
21+
"conduit" {>= "0.8.4"}
22+
"camlzip" {>= "1.06"}
23+
"nocrypto" {>= "0.2.0"}
24+
"mtime"
25+
"base-unix"
26+
"alcotest" {test}
27+
"git-mirage" {test & >= "2.0.0"}
28+
"mirage-fs-unix" {test & >= "1.3.0"}
29+
]
30+
31+
available: [ocaml-version >= "4.02.3"]

packages/git-unix/git-unix.2.0.0/url

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
git: "https://github.com/mirage/ocaml-git.git#mirage-dev"

0 commit comments

Comments
 (0)