this repo has no description
1opam-version: "2.0"
2synopsis: "HTML generator eDSL for Dream"
3description:
4 "Write HTML directly in your OCaml source files with editor support."
5maintainer: ["Yawar Amin <yawar.amin@gmail.com>"]
6authors: ["Yawar Amin <yawar.amin@gmail.com>"]
7license: "GPL-3.0-or-later"
8homepage: "https://github.com/yawaramin/dream-html"
9doc: "https://yawaramin.github.io/dream-html/"
10bug-reports: "https://github.com/yawaramin/dream-html/issues"
11depends: [
12 "dune" {>= "2.7"}
13 "dream" {>= "1.0.0~alpha3"}
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/yawaramin/dream-html.git"
31url {
32 src:
33 "https://github.com/yawaramin/dream-html/releases/download/v1.2.0/dream-html-1.2.0.tbz"
34 checksum: [
35 "sha256=f5145f4ad6b3a03126466630784afac01ac5e9b1cf5e89be39d91cac57dd831a"
36 "sha512=bf637974c4dcc2feba314f937b7ebb8b402dec0f96bd8bab441a4d676916af75dcd2176cba9ee8a8c276fbe9e99f4e70ceabe0a1a02553e6bb21a1cab1f13193"
37 ]
38}
39x-commit-hash: "37f3cc27b1b778cc9197a1ca39b5c4200ae0237f"