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.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] 23build: [ 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] 37dev-repo: "git+https://github.com/davesnx/html_of_jsx.git" 38url { 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} 46x-commit-hash: "773029db72e9186e591f2eefd031e2e05d828a19"