opam-version: "2.0"
synopsis: "A simple protocol dispatcher"
description: "A middleware to dispatch protocols used by Git"
maintainer: ["thomas@gazagnaire.org" "romain.calascibetta@gmail.com"]
authors: "Thomas Gazagnaire"
license: "ISC"
homepage: "https://github.com/mirage/ocaml-git"
doc: "https://mirage.github.io/ocaml-git/"
bug-reports: "https://github.com/mirage/ocaml-git/issues"
depends: [
  "ocaml" {>= "4.08.0"}
  "dune" {>= "2.6.0"}
  "hmap"
  "fmt" {>= "0.8.9"}
  "lwt" {>= "5.3.0"}
  "mirage-flow" {>= "2.0.1"}
  "result" {>= "1.5"}
  "rresult" {>= "0.6.0"}
  "alcotest" {>= "1.2.3" & with-test}
  "alcotest-lwt" {>= "1.2.3" & with-test}
  "bigstringaf" {>= "0.7.0" & with-test}
  "cstruct" {>= "6.0.0" & with-test}
  "logs" {>= "0.7.0"}
  "ke" {>= "0.4" & with-test}
  "bigarray-compat" {with-test}
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name] {with-test}
]
dev-repo: "git+https://github.com/mirage/ocaml-git.git"
x-commit-hash: "d7d3ddfccf0aa2c3f273481ec2ef5b84f3a4d054"
url {
  src:
    "https://github.com/mirage/ocaml-git/releases/download/mimic-v0.0.1/mimic-mimic-v0.0.1.tbz"
  checksum: [
    "sha256=f31606ca7453d737714748fdbb128a8616c2aff873aa7dccaead96fa744a9448"
    "sha512=96cbd50154c3c9c3d947aa81534ab094600de35da942961770dfca376a0cef89b6cffe49444aca54bb8ffbd0f51762f41c141c0d447f89d2316c52a358a29a0e"
  ]
}
