this repo has no description
1opam-version: "2.0"
2synopsis: "Virtual package to install and configure ocaml-git's Unix backend"
3maintainer: ["thomas@gazagnaire.org" "romain.calascibetta@gmail.com"]
4authors: "Thomas Gazagnaire"
5license: "ISC"
6homepage: "https://github.com/mirage/ocaml-git"
7doc: "https://mirage.github.io/ocaml-git/"
8bug-reports: "https://github.com/mirage/ocaml-git/issues"
9depends: [
10 "ocaml" {>= "4.08.0"}
11 "dune" {>= "2.8.0"}
12 "git" {= version}
13 "git-mirage" {= version}
14 "happy-eyeballs-lwt" {>= "0.1.2"}
15 "rresult" {>= "0.7.0"}
16 "bigstringaf" {>= "0.9.0"}
17 "fmt" {>= "0.8.7"}
18 "bos"
19 "fpath"
20 "uri" {with-test}
21 "digestif" {>= "1.1.2"}
22 "logs"
23 "lwt" {>= "5.6.0"}
24 "base-unix"
25 "carton" {>= "0.7.2"}
26 "alcotest" {with-test & >= "1.1.0"}
27 "alcotest-lwt" {with-test & >= "1.1.0"}
28 "base64" {with-test & >= "3.0.0"}
29 "astring" {>= "0.8.5"}
30 "cmdliner" {>= "1.1.0"}
31 "decompress" {>= "1.4.0"}
32 "domain-name" {>= "0.3.0"}
33 "ipaddr" {>= "5.0.1"}
34 "mtime" {>= "1.2.0"}
35 "tcpip" {>= "7.0.0"}
36 "cstruct" {>= "6.0.0"}
37 "mirage-flow" {>= "4.0.0"}
38 "ke" {>= "0.4" & with-test}
39 "mirage-crypto-rng" {>= "1.2.0" & with-test}
40 "mimic" {>= "0.0.8"}
41 "tls" {>= "1.0.0"}
42]
43conflicts: [ "result" {< "1.5"} ]
44build: [
45 ["dune" "build" "-p" name "-j" jobs]
46 ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test & os != "macos"}
47]
48dev-repo: "git+https://github.com/mirage/ocaml-git.git"
49x-maintenance-intent: [ "(latest)" ]
50url {
51 src:
52 "https://github.com/mirage/ocaml-git/releases/download/3.18.0/git-3.18.0.tbz"
53 checksum: [
54 "sha256=925795627e6daae0b4bd16aa506879df11cb201e65fefe38e81378f18d517d4b"
55 "sha512=8e407d49808ec26445b0c706f7b010b35050d274b534e265487cb82bcac1f29cd5c41365851d42f84794ddbceb57b90143768a23154117e902b45419d156c410"
56 ]
57}
58x-commit-hash: "78ee8e51d1b4ea9c48ce4b6b4e669ac7d6f70714"