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 "cohttp-lwt-unix" {>= "2.5.4"} 36 "decompress" {>= "1.3.0"} 37 "domain-name" {>= "0.3.0"} 38 "ipaddr" {>= "5.0.1"} 39 "mtime" {>= "1.2.0"} 40 "ocamlfind" {>= "1.8.1"} 41 "tcpip" {>= "6.0.0"} 42 "cstruct" {>= "6.0.0" & with-test} 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.8.8" & < "1.0.0"} 47 "ocurl" {>= "0.9.1" & with-test} 48 "ptime" {with-test} 49] 50build: [ 51 ["dune" "build" "-p" name "-j" jobs] 52 ["dune" "runtest" "-p" name "-j1" "--no-buffer"] {with-test} 53] 54dev-repo: "git+https://github.com/mirage/ocaml-git.git" 55x-commit-hash: "c5a3a245362a011d23573e4b1795f7d9c5234548" 56url { 57 src: 58 "https://github.com/mirage/ocaml-git/releases/download/3.3.1/git-3.3.1.tbz" 59 checksum: [ 60 "sha256=10375580a154a9af402dae39a8e96790a583fdd717d0542a7c3fe2d5d8e7dab8" 61 "sha512=1b7a6972cf7bd85464095419c636a3f195621e81dfd980aebb40ce283cf1177979b2d953915cf2401bf8827394071be55845ee76e86d67508bfff618660a1898" 62 ] 63}