# This file is generated by dune, edit dune-project instead opam-version: "2.0" version: "4.0.0" synopsis: "Git format in pure OCaml" description: """ Pure OCaml implementation of Git object formats: blobs, trees, commits, tags, and references. Provides type-safe encoding and decoding of all Git objects. This is a simplified rewrite derived from mirage/ocaml-git and robur-coop/carton, with minimal dependencies.""" maintainer: ["Thomas Gazagnaire "] authors: [ "Thomas Gazagnaire " "Romain Calascibetta " ] license: "ISC" homepage: "https://tangled.org/gazagnaire.org/ocaml-git" doc: "https://mirage.github.io/ocaml-git/" bug-reports: "https://tangled.org/gazagnaire.org/ocaml-git/issues" depends: [ "dune" {>= "3.21"} "ocaml" {>= "5.1.0"} "bytesrw" {>= "0.1.0"} "conf-zlib" "digestif" {>= "1.2.0"} "eio" {>= "1.0"} "eio_posix" {>= "1.0"} "fmt" {>= "0.9.0"} "fpath" {>= "0.7.0"} "cmdliner" {>= "1.3.0"} "logs" {>= "0.7.0"} "vlog" {>= "0.1"} "tty" {>= "0.1"} "memtrace" {>= "0.2"} "monopam-info" "ptime" {>= "1.0.0"} "requests" {>= "0.1.0"} "uri" {>= "4.0.0"} "alcotest" {with-test & >= "1.7.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-git" x-maintenance-intent: ["(latest)"]