this repo has no description
0
fork

Configure Feed

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

Merge pull request #26149 from davesnx/release-html_of_jsx-0.0.4

[new release] html_of_jsx (0.0.4)

authored by

Anil Madhavapeddy and committed by
GitHub
2c609820 f5f38391

+45
+45
packages/html_of_jsx/html_of_jsx.0.0.4/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.12"} 12 + "ocaml" {>= "4.14"} 13 + "ppxlib" {>= "0.25.0"} 14 + "alcotest" {with-test} 15 + "benchmark" {with-test} 16 + "reason" {>= "3.10.0" & with-test} 17 + "odoc" {with-doc} 18 + "ocamlformat" {= "0.26.1" & (with-dev-setup | with-test)} 19 + "ocaml-lsp-server" {with-dev-setup} 20 + "tiny_httpd" {with-dev-setup} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@runtest" {with-test} 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + dev-repo: "git+https://github.com/davesnx/html_of_jsx.git" 37 + url { 38 + src: 39 + "https://github.com/davesnx/html_of_jsx/releases/download/0.0.4/html_of_jsx-0.0.4.tbz" 40 + checksum: [ 41 + "sha256=12c49cb44a7476921d097248540e222cb412cf49a283cc20b92775e2bf2b9c39" 42 + "sha512=96748d99db49817a900ce2b310d5f496cee5e96ba1c90611d204c397549e55797eb76f0952912bcfd5be17e06cf5029fb85b19417ea47ba4543103eb0536ab55" 43 + ] 44 + } 45 + x-commit-hash: "b6c86c9248d19a7eae80a3f55019ea38bd0c7384"