Repositories / ocaml-git.git
ocaml-git.opam
Clone (read-only): git clone http://git.guha-anderson.com/git/ocaml-git.git
opam-version: "2.0"
synopsis: "Small OCaml Git library"
depends: [
"ocaml" {>= "5.4"}
"dune" {>= "3.22"}
"conf-cmake" {build}
"alcotest"
"odoc" {with-doc}
]
build: [
["sh" "-exc" "if test -f .gitmodules; then git submodule update --init --recursive; fi"]
["sh" "-exc" "LIBGIT2_BUILD_JOBS=%{jobs}% ./scripts/build-vendored-libgit2.sh"]
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
x-maintenance-intent: ["(latest)"]