this repo has no description
1opam-version: "2.0"
2synopsis: "Render HTML with JSX"
3description:
4 "html_of_jsx is a JSX transformation that allows you to write HTML declaratively."
5maintainer: ["David Sancho <dsnxmoreno@gmail.com>"]
6authors: ["David Sancho <dsnxmoreno@gmail.com>"]
7license: "MIT"
8homepage: "https://github.com/davesnx/html_of_jsx"
9bug-reports: "https://github.com/davesnx/html_of_jsx/issues"
10depends: [
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]
22build: [
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]
36dev-repo: "git+https://github.com/davesnx/html_of_jsx.git"
37url {
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}
45x-commit-hash: "b6c86c9248d19a7eae80a3f55019ea38bd0c7384"