Skip to content

Commit

Permalink
Merge pull request ocaml#24670 from yawaramin/release-dream-html-v1.1.0
Browse files Browse the repository at this point in the history
[new release] dream-html (1.1.0)
  • Loading branch information
raphael-proust authored Oct 25, 2023
2 parents b63b440 + b11204c commit e4ca4f2
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions packages/dream-html/dream-html.1.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
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 <yawar.amin@gmail.com>"]
authors: ["Yawar Amin <yawar.amin@gmail.com>"]
license: "GPL-3.0-or-later"
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"}
"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/v1.1.0/dream-html-1.1.0.tbz"
checksum: [
"sha256=c6876dfac706b9e61d9a86637cf02c37557d40bc7f0dc89e4fdcf52e94d6eb18"
"sha512=4908c3152294242fcdd9cd6e6b4784b30bbe2977aa4a98ece60f1fb08778554627c30d80f5a3bc43b41ed84a789ad9ac1f1f50e7f287a6a1f1fb02261dd4a06b"
]
}
x-commit-hash: "a0f269f419160cafd8af15bba93c64065b2dad7b"

0 comments on commit e4ca4f2

Please sign in to comment.