this repo has no description
1opam-version: "2.0" 2synopsis: "A package to use ocaml-git with MirageOS 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 "mimic" 13 "mimic-happy-eyeballs" {>= "0.0.5"} 14 "base64" {>= "3.5.0"} 15 "git" {= version} 16 "git-paf" {= version} 17 "awa" {>= "0.5.0"} 18 "awa-mirage" {>= "0.5.0"} 19 "tls" {>= "1.0.0"} 20 "tls-mirage" {>= "1.0.0"} 21 "uri" 22 "happy-eyeballs-mirage" {>= "2.0.0"} 23 "happy-eyeballs" {>= "2.0.0"} 24 "ca-certs-nss" {>= "3.108-1"} 25 "mirage-crypto" {>= "1.2.0"} 26 "ptime" 27 "x509" {>= "1.0.0"} 28 "cstruct" 29 "tcpip" {>= "7.0.0"} 30 "domain-name" {>= "0.3.0"} 31 "fmt" {>= "0.8.9"} 32 "ipaddr" {>= "5.0.1"} 33 "lwt" {>= "5.3.0"} 34 "mirage-ptime" {>= "5.0.0"} 35 "mirage-flow" {>= "4.0.0"} 36 "mirage-sleep" {>= "4.0.0"} 37 "rresult" {>= "0.7.0"} 38 "alcotest" {>= "1.2.3" & with-test} 39 "alcotest-lwt" {>= "1.2.3" & with-test} 40 "bigstringaf" {>= "0.9.0" & with-test} 41 "cstruct" {>= "6.0.0" & with-test} 42 "logs" {>= "0.7.0" & with-test} 43 "ke" {>= "0.4" & with-test} 44] 45conflicts: [ "result" {< "1.5"} ] 46build: [ 47 ["dune" "build" "-p" name "-j" jobs] 48 ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test} 49] 50dev-repo: "git+https://github.com/mirage/ocaml-git.git" 51x-maintenance-intent: [ "(latest)" ] 52url { 53 src: 54 "https://github.com/mirage/ocaml-git/releases/download/3.18.0/git-3.18.0.tbz" 55 checksum: [ 56 "sha256=925795627e6daae0b4bd16aa506879df11cb201e65fefe38e81378f18d517d4b" 57 "sha512=8e407d49808ec26445b0c706f7b010b35050d274b534e265487cb82bcac1f29cd5c41365851d42f84794ddbceb57b90143768a23154117e902b45419d156c410" 58 ] 59} 60x-commit-hash: "78ee8e51d1b4ea9c48ce4b6b4e669ac7d6f70714"