forked from zapashcanon/drame
45 lines
956 B
Plaintext
45 lines
956 B
Plaintext
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
synopsis: "OCaml library/executable to TODO"
|
|
description: "drame is an OCaml library/executable to TODO."
|
|
maintainer: ["Léo Andrès <contact@ndrs.fr>"]
|
|
authors: ["Léo Andrès <contact@ndrs.fr>"]
|
|
license: "ISC"
|
|
tags: ["drame" "TODO" "TODO" "TODO" "TODO"]
|
|
homepage: "https://git.zapashcanon.fr/zapashcanon/drame"
|
|
doc: "https://doc.zapashcanon.fr/drame"
|
|
bug-reports: "https://git.zapashcanon.fr/zapashcanon/drame/issues"
|
|
depends: [
|
|
"dune" {>= "3.0"}
|
|
"css"
|
|
"directories"
|
|
"h2"
|
|
"htmlit"
|
|
"httpcats"
|
|
"js_of_ocaml-compiler"
|
|
"miou"
|
|
"prelude"
|
|
"ptime"
|
|
"scfg"
|
|
"tyxml"
|
|
"uri"
|
|
"uuidm"
|
|
"ocaml" {>= "5.0.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://git.zapashcanon.fr/zapashcanon/drame.git"
|