this repo has no description
1opam-version: "2.0" 2synopsis: "A simple protocol dispatcher" 3description: "A middleware to dispatch protocols used by Git" 4maintainer: ["thomas@gazagnaire.org" "romain.calascibetta@gmail.com"] 5authors: "Thomas Gazagnaire" 6license: "ISC" 7homepage: "https://github.com/mirage/ocaml-git" 8doc: "https://mirage.github.io/ocaml-git/" 9bug-reports: "https://github.com/mirage/ocaml-git/issues" 10depends: [ 11 "ocaml" {>= "4.08.0" & < "5.0"} 12 "dune" {>= "2.6.0"} 13 "hmap" 14 "fmt" {>= "0.8.9"} 15 "lwt" {>= "5.3.0"} 16 "mirage-flow" {>= "2.0.1" & < "4.0.0"} 17 "result" {>= "1.5"} 18 "rresult" {>= "0.6.0"} 19 "alcotest" {>= "1.2.3" & with-test} 20 "alcotest-lwt" {>= "1.2.3" & with-test} 21 "bigstringaf" {>= "0.7.0" & with-test} 22 "cstruct" {>= "6.0.0" & < "6.1.0" & with-test} 23 "logs" {>= "0.7.0"} 24 "ke" {>= "0.4" & with-test} 25 "bigarray-compat" {with-test} 26] 27build: [ 28 ["dune" "build" "-p" name "-j" jobs] 29 ["dune" "runtest" "-p" name] {with-test} 30] 31dev-repo: "git+https://github.com/mirage/ocaml-git.git" 32x-commit-hash: "d7d3ddfccf0aa2c3f273481ec2ef5b84f3a4d054" 33url { 34 src: 35 "https://github.com/mirage/ocaml-git/releases/download/mimic-v0.0.1/mimic-mimic-v0.0.1.tbz" 36 checksum: [ 37 "sha256=f31606ca7453d737714748fdbb128a8616c2aff873aa7dccaead96fa744a9448" 38 "sha512=96cbd50154c3c9c3d947aa81534ab094600de35da942961770dfca376a0cef89b6cffe49444aca54bb8ffbd0f51762f41c141c0d447f89d2316c52a358a29a0e" 39 ] 40}