42 lines
875 B
Text
42 lines
875 B
Text
# 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"
|