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" 16 "result" 17 "bigstringaf" {>= "0.9.0"} 18 "fmt" {>= "0.8.7"} 19 "bos" 20 "fpath" 21 "uri" {with-test} 22 "digestif" {>= "1.1.2"} 23 "logs" 24 "lwt" {>= "5.6.0"} 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 "mirage-clock" {>= "4.1.0"} 30 "mirage-clock-unix" {>= "4.1.0"} 31 "astring" {>= "0.8.5"} 32 "awa" {>= "0.1.0"} 33 "mirage-time" {>= "2.0.0"} 34 "mirage-unix" {>= "5.0.0"} 35 "cmdliner" {>= "1.1.0"} 36 "decompress" {>= "1.4.0"} 37 "domain-name" {>= "0.3.0"} 38 "ipaddr" {>= "5.0.1"} 39 "mtime" {>= "1.2.0"} 40 "ocamlfind" {>= "1.8.1"} 41 "tcpip" {>= "7.0.0"} 42 "cstruct" {>= "6.0.0"} 43 "awa-mirage" {>= "0.1.0"} 44 "mirage-flow" {>= "2.0.1"} 45 "ke" {>= "0.4" & with-test} 46 "mirage-crypto-rng" {with-test & >= "0.11.0" & < "1.0.0"} 47 "ptime" 48 "mimic" 49 "ca-certs-nss" {>= "3.60"} 50 "tls" {>= "0.14.0" & < "1.0.0"} 51 "tls-mirage" {>= "0.14.0" & < "1.0.0"} 52] 53build: [ 54 ["dune" "build" "-p" name "-j" jobs] 55 ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test & os != "macos"} 56] 57dev-repo: "git+https://github.com/mirage/ocaml-git.git" 58url { 59 src: 60 "https://github.com/mirage/ocaml-git/releases/download/3.15.0/git-3.15.0.tbz" 61 checksum: [ 62 "sha256=e26cca9f887c95f2c7e9966c1f414f11292522b52b64f218a3c58b4094e055d1" 63 "sha512=64ace1d29ba78d634be8eebe55fd49316230f3b156e497c7a05496b104465f5c03b0df898c5374296a33a504d2c21502c1e1a6d39004bd095695e494643d1342" 64 ] 65} 66x-commit-hash: "cbfc2000010843dfa9d2f8025a0512fbfc44fb80"