Skip to content

Commit ef5d61b

Browse files
authored
Merge pull request #24055 from yawaramin/release-dream-html-v0.1.0
[new release] dream-html (0.1.0)
2 parents 3befa84 + ee74972 commit ef5d61b

File tree

1 file changed

+39
-0
lines changed
  • packages/dream-html/dream-html.0.1.0

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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+
homepage: "https://github.com/yawaramin/dream-html"
9+
doc: "https://yawaramin.github.io/dream-html/"
10+
bug-reports: "https://github.com/yawaramin/dream-html/issues"
11+
depends: [
12+
"dune" {>= "2.7"}
13+
"dream" {>= "1.0.0~alpha3"}
14+
"odoc" {with-doc}
15+
]
16+
build: [
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+
]
30+
dev-repo: "git+https://github.com/yawaramin/dream-html.git"
31+
url {
32+
src:
33+
"https://github.com/yawaramin/dream-html/releases/download/v0.1.0/dream-html-0.1.0.tbz"
34+
checksum: [
35+
"sha256=54ac36b27c1b8a35173d1e9fefd6ebf578d7a4b540cc209bfcca361436e2d159"
36+
"sha512=821bab87b61ed0549b032713ab22d0b2498baa085e195c3093a3d8bc0c869e60f2a8feeb72c87a480379f9aea48f826ca5ed8abf88715767717cb96a3bd591cd"
37+
]
38+
}
39+
x-commit-hash: "ff4c3305eefffed8eb1abb4a1e8b8251125a3db1"

0 commit comments

Comments
 (0)