drame/drame.opam

43 lines
875 B
Text
Raw Permalink Normal View History

2024-01-04 16:59:51 +01:00
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "OCaml web framework"
description: "Drame is an OCaml web framework."
maintainer: ["pena <pena@kumikode.org>"]
authors: ["pena <pena@kumikode.org>"]
license: "AGPL-3.0-or-later"
tags: ["drame" "TODO" "TODO" "TODO" "TODO"]
homepage: "https://forge.kumikode.org/kumikode/drame"
bug-reports: "https://forge.kumikode.org/kumikode/drame/issues"
depends: [
"dune" {>= "3.0"}
"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://forge.kumikode.org/kumikode/drame.git"