this repo has no description
1opam-version: "2.0" 2synopsis: "HTML generator eDSL" 3description: 4 "Write HTML directly in your OCaml source files with editor support." 5maintainer: ["Yawar Amin <yawar.amin@gmail.com>"] 6authors: ["Yawar Amin <yawar.amin@gmail.com>"] 7license: "GPL-3.0-or-later" 8tags: ["org:yawaramin"] 9homepage: "https://github.com/yawaramin/dream-html" 10doc: "https://yawaramin.github.io/dream-html/" 11bug-reports: "https://github.com/yawaramin/dream-html/issues" 12depends: [ 13 "dune" {>= "2.7"} 14 "uri" {>= "4.4.0" & < "5.0.0"} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/yawaramin/dream-html.git" 32url { 33 src: 34 "https://github.com/yawaramin/dream-html/releases/download/v3.7.0/dream-html-3.7.0.tbz" 35 checksum: [ 36 "sha256=3eacd1e1ebed0158f7ac06c42ee0deafd3f64a873b92b43d0b2c8f47bf707a4f" 37 "sha512=556abbd3c022ba2c890d5999f85521ea95443d8df17e956ac0a71b68bda7c4a0858980bea7a421066cc67b036ef5aba43bf24b326d042ef597c2ec2dc441e97d" 38 ] 39} 40x-commit-hash: "1643cfec24a70cabe2439ae056fcb34112757fac"