Skip to content

Commit 1240142

Browse files
committed
[new release] dream-html (2 packages) (3.10.1)
CHANGES: See https://github.com/yawaramin/dream-html/tags
1 parent 999bff3 commit 1240142

File tree

2 files changed

+83
-0
lines changed
  • packages
    • dream-html/dream-html.3.10.1
    • pure-html/pure-html.3.10.1

2 files changed

+83
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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.10.1/dream-html-3.10.1.tbz"
38+
checksum: [
39+
"sha256=d9310e8c27e273392ae40eb1af572bd96eb410f37e6a6868808cdb9a7d3a7719"
40+
"sha512=e1891a82657c9f994350e00ab2b6b86ec0904bef0fa1a17d93def089b62fd443a414a07c92b0d0adbde204b13d18fb4dea9fc6581ee02294c123bba6e1f7c816"
41+
]
42+
}
43+
x-commit-hash: "2abcd8d9854120a5d2f9db22fc2cbabce00e0345"
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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.10.1/dream-html-3.10.1.tbz"
35+
checksum: [
36+
"sha256=d9310e8c27e273392ae40eb1af572bd96eb410f37e6a6868808cdb9a7d3a7719"
37+
"sha512=e1891a82657c9f994350e00ab2b6b86ec0904bef0fa1a17d93def089b62fd443a414a07c92b0d0adbde204b13d18fb4dea9fc6581ee02294c123bba6e1f7c816"
38+
]
39+
}
40+
x-commit-hash: "2abcd8d9854120a5d2f9db22fc2cbabce00e0345"

0 commit comments

Comments
 (0)