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 "mmap" {>= "1.1.0"} 13 "git" {= version} 14 "rresult" 15 "result" 16 "bigstringaf" 17 "bigarray-compat" 18 "fmt" {>= "0.8.7"} 19 "bos" 20 "fpath" 21 "uri" {with-test} 22 "digestif" {>= "0.8.1"} 23 "logs" 24 "lwt" 25 "base-unix" 26 "alcotest" {with-test & >= "1.1.0"} 27 "alcotest-lwt" {with-test & >= "1.1.0"} 28 "base64" {with-test & >= "3.0.0"} 29 "git-cohttp-unix" {= version} 30 "mirage-clock" {>= "4.0.0"} 31 "mirage-clock-unix" {>= "4.0.0"} 32 "astring" {>= "0.8.5"} 33 "awa" 34 "cmdliner" {>= "1.0.4" & < "1.1.0"} 35 "decompress" {>= "1.4.0"} 36 "domain-name" {>= "0.3.0"} 37 "ipaddr" {>= "5.0.1"} 38 "mtime" {>= "1.2.0" & < "2.0.0"} 39 "ocamlfind" {>= "1.8.1"} 40 "tcpip" {>= "6.0.0"} 41 "cstruct" {>= "6.0.0"} 42 "awa-mirage" {< "0.1.0"} 43 "mirage-flow" {>= "2.0.1"} 44 "ke" {>= "0.4" & with-test} 45 "mirage-crypto-rng" {with-test & >= "0.8.8" & < "1.0.0"} 46 "ptime" 47 "mimic" 48 "ca-certs-nss" {>= "3.60"} 49 "tls" {>= "0.14.0" & < "1.0.0"} 50 "tls-mirage" {>= "0.14.0" & < "1.0.0"} 51 "cohttp-lwt-unix" {with-test} 52] 53build: [ 54 ["dune" "build" "-p" name "-j" jobs] 55 ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test} 56] 57dev-repo: "git+https://github.com/mirage/ocaml-git.git" 58url { 59 src: 60 "https://github.com/mirage/ocaml-git/releases/download/3.5.0/git-3.5.0.tbz" 61 checksum: [ 62 "sha256=bcd5a0aef9957193cbaeeb17c22201e5ca4e815e67bbc696e88efdb38c25ec03" 63 "sha512=799465602170481834b7ee46cc7103b8ffa8784ca5e70e48b21d2ab81855002ccfc0feba693c6ff8a53ebed5c9929cc04a51e5c5844450412265cba2f76be486" 64 ] 65} 66x-commit-hash: "1908383243210d71d3595e0d2f239aaf2ca60c34"