this repo has no description
1opam-version: "2.0"
2synopsis: "Render HTML writing JSX"
3maintainer: ["David Sancho <dsnxmoreno@gmail.com>"]
4authors: ["David Sancho <dsnxmoreno@gmail.com>"]
5license: "MIT"
6homepage: "https://github.com/davesnx/html_of_jsx"
7bug-reports: "https://github.com/davesnx/html_of_jsx/issues"
8depends: [
9 "dune" {>= "3.8"}
10 "ocaml" {>= "5.0.0"}
11 "reason" {>= "3.10.0"}
12 "ppxlib" {> "0.23.0" & <= "0.31.0"}
13 "alcotest" {with-test}
14 "odoc" {with-doc}
15 "ocamlformat" {= "0.26.1" & with-test}
16 "ocaml-lsp-server" {with-test}
17 "tiny_httpd" {with-test}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/davesnx/html_of_jsx.git"
34url {
35 src:
36 "https://github.com/davesnx/html_of_jsx/releases/download/0.0.1/html_of_jsx-0.0.1.tbz"
37 checksum: [
38 "sha256=d1a36abcbebd23adfaffe9eed27e69045c1e112da17bfebc385355d2a64f1fb7"
39 "sha512=bee674151f2ab6fba41acc1234118b5eca5379aedab2907da517bdeb604ddd02807519b9b29b4eea09595ced9936300b9a6ebf16c9edd92d959151daab4e7a96"
40 ]
41}
42x-commit-hash: "f0556edbd467d508f2cbea8eca98c7aaea717aed"