Skip to content

Commit

Permalink
[new release] dream-html (2 packages) (3.5.2)
Browse files Browse the repository at this point in the history
CHANGES:

Please refer to release notes in tags.
  • Loading branch information
yawaramin committed Jun 17, 2024
1 parent b6de4bb commit 80ab1ed
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 0 deletions.
41 changes: 41 additions & 0 deletions packages/dream-html/dream-html.3.5.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"
synopsis: "HTML generator eDSL for Dream"
description:
"Write HTML directly in your OCaml source files with editor support."
maintainer: ["Yawar Amin <[email protected]>"]
authors: ["Yawar Amin <[email protected]>"]
license: "GPL-3.0-or-later"
tags: ["org:yawaramin"]
homepage: "https://github.com/yawaramin/dream-html"
doc: "https://yawaramin.github.io/dream-html/"
bug-reports: "https://github.com/yawaramin/dream-html/issues"
depends: [
"dune" {>= "2.7"}
"pure-html" {= version}
"dream" {>= "1.0.0~alpha3"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/yawaramin/dream-html.git"
url {
src:
"https://github.com/yawaramin/dream-html/releases/download/v3.5.2/dream-html-3.5.2.tbz"
checksum: [
"sha256=a7326b67750b7658283235f5c2b8483f7633785d0e4e8060f8745353edb925b1"
"sha512=74c10a8b55b5c90fd1b87cf4ce9ed8af6a514a4d56d874b219207ff75316cbcdebb8aefe6b4fb858d46eaa2374fe289b7ce4885ca17d9e6052b46d4842da43c7"
]
}
x-commit-hash: "c9832418d2216079bf796354e0c1eec97c5007cf"
40 changes: 40 additions & 0 deletions packages/pure-html/pure-html.3.5.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
opam-version: "2.0"
synopsis: "HTML generator eDSL"
description:
"Write HTML directly in your OCaml source files with editor support."
maintainer: ["Yawar Amin <[email protected]>"]
authors: ["Yawar Amin <[email protected]>"]
license: "GPL-3.0-or-later"
tags: ["org:yawaramin"]
homepage: "https://github.com/yawaramin/dream-html"
doc: "https://yawaramin.github.io/dream-html/"
bug-reports: "https://github.com/yawaramin/dream-html/issues"
depends: [
"dune" {>= "2.7"}
"uri" {>= "4.4.0" & < "5.0.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/yawaramin/dream-html.git"
url {
src:
"https://github.com/yawaramin/dream-html/releases/download/v3.5.2/dream-html-3.5.2.tbz"
checksum: [
"sha256=a7326b67750b7658283235f5c2b8483f7633785d0e4e8060f8745353edb925b1"
"sha512=74c10a8b55b5c90fd1b87cf4ce9ed8af6a514a4d56d874b219207ff75316cbcdebb8aefe6b4fb858d46eaa2374fe289b7ce4885ca17d9e6052b46d4842da43c7"
]
}
x-commit-hash: "c9832418d2216079bf796354e0c1eec97c5007cf"

0 comments on commit 80ab1ed

Please sign in to comment.