this repo has no description
1opam-version: "2.0" 2maintainer: "thomas@gazagnaire.org" 3authors: "Thomas Gazagnaire" 4license: "ISC" 5homepage: "https://github.com/mirage/ocaml-git" 6bug-reports: "https://github.com/mirage/ocaml-git/issues" 7dev-repo: "git+https://github.com/mirage/ocaml-git.git" 8depends: [ 9 "ocaml" 10 "git" {>= "1.7.1" & < "1.10.0"} 11 "conduit" 12 "cohttp" 13 "camlzip" 14 "nocrypto" 15 "base-unix" 16] 17synopsis: "Virtual package to install and configure ocaml-git's Unix backend"