View raw

1 # This file is generated by dune, edit dune-project instead 2 opam-version: "2.0" 3 synopsis: "Mobile-friendly replacement for cgit" 4 description: "A longer description" 5 maintainer: ["Marius Peter"] 6 authors: ["Marius Peter"] 7 license: "LICENSE" 8 tags: ["git" "web interface"] 9 doc: "https://url/to/documentation" 10 depends: [ 11 "dune" {>= "3.24"} 12 "ocaml" {= "5.5.0"} 13 "dream" {>= "1.0.0~alpha8"} 14 "dream-html" {>= "3.11.2"} 15 "git-unix" {>= "3.18.0"} 16 "crunch" {>= "4.0.0"} 17 "ocamlformat" {with-dev-setup & = "0.29.0"} 18 "alcotest" {with-test & >= "1.9.1"} 19 "toml" {>= "7.1.0"} 20 "hilite" {>= "0.5.0"} 21 "textmate-language" {>= "0.6.0"} 22 "yojson" {>= "2.2.2"} 23 "odoc" {with-doc} 24 ] 25 build: [ 26 ["dune" "subst"] {dev} 27 [ 28 "dune" 29 "build" 30 "-p" 31 name 32 "-j" 33 jobs 34 "@install" 35 "@runtest" {with-test} 36 "@doc" {with-doc} 37 ] 38 ] 39 x-maintenance-intent: ["(latest)"] 40