first commit
This commit is contained in:
commit
b06a92c7de
38 changed files with 1824 additions and 0 deletions
42
drame.opam
Normal file
42
drame.opam
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
# 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue