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.8"}
  "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}
  "bigarray-compat" {with-test}
  "cstruct" {>= "6.0.0" & with-test}
  "logs" {>= "0.7.0"}
  "ke" {>= "0.4" & with-test}
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/mirage/ocaml-git.git"
x-commit-hash: "300e98add8ae3f2c5214e57feb742cc76be6d0b9"
url {
  src:
    "https://github.com/mirage/ocaml-git/releases/download/mimic-v0.0.2/mimic-mimic-v0.0.2.tbz"
  checksum: [
    "sha256=3ad5af3caa1120ecfdf022de41ba5be8edfbf50270fc99238b82d3d2d6e7c317"
    "sha512=59142e488116117d5d10fc368e436c39a036dfffcdfb96c3b30a61ad494982d693ac9251a1f6b84b81ff594935984b236ebd79a4984f19a5784246546303ce6f"
  ]
}
