this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #24055 from yawaramin/release-dream-html-v0.1.0

[new release] dream-html (0.1.0)

authored by

Marcello Seri and committed by
GitHub
ef5d61b8 3befa840

+39
+39
packages/dream-html/dream-html.0.1.0/opam
··· 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 <yawar.amin@gmail.com>"] 6 + authors: ["Yawar Amin <yawar.amin@gmail.com>"] 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"