File tree 2 files changed +32
-0
lines changed
packages/git-unix/git-unix.2.0.0
2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "1.2"
2
+
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"]
Original file line number Diff line number Diff line change
1
+ git: "https://github.com/mirage/ocaml-git.git#mirage-dev"
You can’t perform that action at this time.
0 commit comments