File tree Expand file tree Collapse file tree 2 files changed +83
-0
lines changed
dream-html/dream-html.3.11.0
pure-html/pure-html.3.11.0 Expand file tree Collapse file tree 2 files changed +83
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "HTML generator eDSL for Dream"
3+ description:
4+ "Write HTML directly in your OCaml source files with editor support."
5+ maintainer: ["Yawar Amin <
[email protected] >"]
6+ authors: ["Yawar Amin <
[email protected] >"]
7+ license: "GPL-3.0-or-later"
8+ tags: ["org:yawaramin"]
9+ homepage: "https://github.com/yawaramin/dream-html"
10+ doc: "https://yawaramin.github.io/dream-html/"
11+ bug-reports: "https://github.com/yawaramin/dream-html/issues"
12+ depends: [
13+ "dune" {>= "3.0"}
14+ "ocaml" {>= "4.14.0"}
15+ "ppxlib" {>= "0.33.0" & < "1.0.0"}
16+ "pure-html" {= version}
17+ "dream" {>= "1.0.0~alpha8"}
18+ "odoc" {with-doc}
19+ ]
20+ build: [
21+ ["dune" "subst"] {dev}
22+ [
23+ "dune"
24+ "build"
25+ "-p"
26+ name
27+ "-j"
28+ jobs
29+ "@install"
30+ "@runtest" {with-test}
31+ "@doc" {with-doc}
32+ ]
33+ ]
34+ dev-repo: "git+https://github.com/yawaramin/dream-html.git"
35+ url {
36+ src:
37+ "https://github.com/yawaramin/dream-html/releases/download/v3.11.0/dream-html-3.11.0.tbz"
38+ checksum: [
39+ "sha256=d1ac64685188a5b41834c8e1ffc4187f8dfdbc27a972898e6bb833ca4c715811"
40+ "sha512=43ae60f49d3ada8cd633e0fbe6bf892094eb46a8f8ff1c7605c33724e6f44abcb3466dc61511994a8ac63a5ccd9421c53ce6f5f703bd307d9da3de7b6dbdf85e"
41+ ]
42+ }
43+ x-commit-hash: "294e8966b7f130766ccdfdd14cae2bfef9488600"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "HTML generator eDSL"
3+ description:
4+ "Write HTML directly in your OCaml source files with editor support."
5+ maintainer: ["Yawar Amin <
[email protected] >"]
6+ authors: ["Yawar Amin <
[email protected] >"]
7+ license: "GPL-3.0-or-later"
8+ tags: ["org:yawaramin"]
9+ homepage: "https://github.com/yawaramin/dream-html"
10+ doc: "https://yawaramin.github.io/dream-html/"
11+ bug-reports: "https://github.com/yawaramin/dream-html/issues"
12+ depends: [
13+ "dune" {>= "3.0"}
14+ "uri" {>= "4.4.0" & < "5.0.0"}
15+ "odoc" {with-doc}
16+ ]
17+ build: [
18+ ["dune" "subst"] {dev}
19+ [
20+ "dune"
21+ "build"
22+ "-p"
23+ name
24+ "-j"
25+ jobs
26+ "@install"
27+ "@runtest" {with-test}
28+ "@doc" {with-doc}
29+ ]
30+ ]
31+ dev-repo: "git+https://github.com/yawaramin/dream-html.git"
32+ url {
33+ src:
34+ "https://github.com/yawaramin/dream-html/releases/download/v3.11.0/dream-html-3.11.0.tbz"
35+ checksum: [
36+ "sha256=d1ac64685188a5b41834c8e1ffc4187f8dfdbc27a972898e6bb833ca4c715811"
37+ "sha512=43ae60f49d3ada8cd633e0fbe6bf892094eb46a8f8ff1c7605c33724e6f44abcb3466dc61511994a8ac63a5ccd9421c53ce6f5f703bd307d9da3de7b6dbdf85e"
38+ ]
39+ }
40+ x-commit-hash: "294e8966b7f130766ccdfdd14cae2bfef9488600"
You can’t perform that action at this time.
0 commit comments