this repo has no description
1opam-version: "2.0" 2synopsis: "CSS parser and printer" 3maintainer: "zoggy@bat8.org" 4authors: "Zoggy <zoggy@bat8.org>" 5license: "GPL-3.0-only" 6homepage: "https://zoggy.frama.io/ocaml-css/" 7doc: "https://zoggy.frama.io/ocaml-css/doc.html" 8bug-reports: "https://framagit.org/zoggy/ocaml-css/issues" 9depends: [ 10 "dune" {>= "2.9"} 11 "ocaml" {>= "4.12.0"} 12 "angstrom" {>= "0.16.0"} 13 "fmt" {>= "0.9.0"} 14 "iri" {>= "1.0.0"} 15 "logs" {>= "0.7.0"} 16 "rdf" {>= "1.0.0"} 17 "alcotest" {with-test} 18 "lwt_ppx" {with-test} 19 "odoc" {with-doc} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "--promote-install-files=false" 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35 ["dune" "install" "-p" name "--create-install-files" name] 36] 37dev-repo: "git+https://framagit.org/zoggy/ocaml-css.git" 38url { 39 src: "https://zoggy.frama.io/ocaml-css/releases/ocaml-css-0.3.0.tar.bz2" 40 checksum: [ 41 "md5=70981bffdf5df82fd8ed20eb61b62e4d" 42 "sha512=45083ab20d89e3289bfdee0eb32717b8e37f7b0aedf6652afaa7a96008c9b35981c451be82d63d070e27c7ec0087619f2c0271301645907a8897163b8f49fd3d" 43 ] 44}