this repo has no description
0
fork

Configure Feed

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

Merge pull request #26035 from davesnx/release-html_of_jsx-0.0.3

[new release] html_of_jsx (0.0.3)

authored by

Marcello Seri and committed by
GitHub
c9334af4 591d5df4

+46
+46
packages/html_of_jsx/html_of_jsx.0.0.3/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Render HTML with JSX" 3 + description: 4 + "html_of_jsx is a JSX transformation that allows you to write HTML declaratively." 5 + maintainer: ["David Sancho <dsnxmoreno@gmail.com>"] 6 + authors: ["David Sancho <dsnxmoreno@gmail.com>"] 7 + license: "MIT" 8 + homepage: "https://github.com/davesnx/html_of_jsx" 9 + bug-reports: "https://github.com/davesnx/html_of_jsx/issues" 10 + depends: [ 11 + "dune" {>= "3.8"} 12 + "ocaml" {>= "5.0.0"} 13 + "reason" {>= "3.10.0"} 14 + "ppxlib" {> "0.23.0"} 15 + "rope" {>= "0.6.3"} 16 + "alcotest" {with-test} 17 + "benchmark" {with-test} 18 + "odoc" {with-doc} 19 + "ocamlformat" {= "0.26.1" & (with-dev-setup |with-test)} 20 + "ocaml-lsp-server" {with-dev-setup} 21 + "tiny_httpd" {with-dev-setup} 22 + ] 23 + build: [ 24 + ["dune" "subst"] {dev} 25 + [ 26 + "dune" 27 + "build" 28 + "-p" 29 + name 30 + "-j" 31 + jobs 32 + "@install" 33 + "@runtest" {with-test} 34 + "@doc" {with-doc} 35 + ] 36 + ] 37 + dev-repo: "git+https://github.com/davesnx/html_of_jsx.git" 38 + url { 39 + src: 40 + "https://github.com/davesnx/html_of_jsx/releases/download/0.0.3/html_of_jsx-0.0.3.tbz" 41 + checksum: [ 42 + "sha256=c9427679a424a5c4fa5b0547c01af15bc00960df838858c4eb3124acdca301cb" 43 + "sha512=354f8168d2ab9c7e3b4821dfe01c430be80d9610e764c96259f5edfc52d47fe2e3abbc6600a1d423df8e5d4b4b4ae09637050fa430f12623a5ff07c15b8c1461" 44 + ] 45 + } 46 + x-commit-hash: "773029db72e9186e591f2eefd031e2e05d828a19"