this repo has no description
1opam-version: "2.0" 2maintainer: [ "thomas@gazagnaire.org" 3 "romain.calascibetta@gmail.com" ] 4authors: "Thomas Gazagnaire" 5license: "ISC" 6homepage: "https://github.com/mirage/ocaml-git" 7bug-reports: "https://github.com/mirage/ocaml-git/issues" 8dev-repo: "git+https://github.com/mirage/ocaml-git.git" 9doc: "https://mirage.github.io/ocaml-git/" 10synopsis: "Virtual package to install and configure ocaml-git's Unix backend" 11 12build: [ 13 ["dune" "subst"] {dev} 14 ["dune" "build" "-p" name "-j" jobs] 15 ["dune" "runtest" "-p" name "-j1" "--no-buffer"] {with-test} 16] 17 18depends: [ 19 "ocaml" {>= "4.03.0"} 20 "dune" 21 "cmdliner" {< "1.1.0"} 22 "git-http" {= version} 23 "cohttp" {>= "1.0.0" & < "3.0.0"} 24 "cohttp-lwt-unix" {>= "1.0.0" & < "3.0.0"} 25 "mtime" {>= "1.0.0" & < "2.0.0"} 26 "base-unix" 27 "alcotest" {with-test & >= "0.8.1"} 28 "nocrypto" {with-test & >= "0.5.4"} 29 "tls" {with-test & < "1.0.0"} 30 "io-page" {with-test & >= "1.6.1"} 31] 32url { 33 src: 34 "https://github.com/mirage/ocaml-git/releases/download/2.0.0/git-2.0.0.tbz" 35 checksum: [ 36 "sha256=65298ea59b0c6163dd4e110caeb59f71a7643acf469c75de20aeb5099b9cb2f6" 37 "md5=9d7200e8eb15325e3bf37199f6255826" 38 ] 39}