Repositories / gitweb2.git
gitweb2.opam
Clone (read-only): git clone http://git.guha-anderson.com/git/gitweb2.git
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Read-only local Git web viewer"
depends: [
"ocaml" {>= "5.4"}
"dune" {>= "3.22"}
"ppx_format"
"ocaml-git"
"cohttp-eio"
"eio"
"eio_main"
"logs"
"uri"
"alcotest"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
x-maintenance-intent: ["(latest)"]