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