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"} 13 "alcotest" {with-test} 14 "odoc" {with-doc} 15 "ocamlformat" {= "0.26.1" & with-test} 16 "ocaml-lsp-server" {with-dev-setup} 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.2/html_of_jsx-0.0.2.tbz" 37 checksum: [ 38 "sha256=24dc2b9e3726b99d9b0d218289222e7ca66a7250432dc202ecc1b8da4efba0e7" 39 "sha512=c06d87f7e9208dcd7e0ff054c4f2c69d89711474d0da8a43496e3da46c3978a85471e750183fb423e7531efb9fbe5fa432a6729853e49d3226d5eb5ac39b459f" 40 ] 41} 42x-commit-hash: "01b3eabb38996779d11a5ad0b87251bc264ca678"