-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam
25 lines (23 loc) · 861 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
opam-version: "2.0"
name: "htmlit"
synopsis: "HTML generation combinators for OCaml"
description: """\
Htmlit is an OCaml library providing simple but subtle combinators for
generating HTML fragments and pages.
Htmlit is distributed under the ISC license. It has no dependencies.
Homepage: <https://erratique.ch/software/htmlit>"""
maintainer: "Daniel Bünzli <daniel.buenzl [email protected]>"
authors: "The htmlit programmers"
license: "ISC"
tags: ["web" "html" "org:erratique"]
homepage: "https://erratique.ch/software/htmlit"
doc: "https://erratique.ch/software/htmlit/doc"
bug-reports: "https://github.com/dbuenzli/htmlit/issues"
depends: [
"ocaml" {>= "4.14.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "1.0.3"}
]
build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]
dev-repo: "git+https://erratique.ch/repos/htmlit.git"