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.2.0.tar.bz2"
40 checksum: [
41 "md5=ceee290f230eb786d59de6ffcf692695"
42 "sha512=9ee5de92d764a5bb5b7dac1bc48d5892ccd8425d4226842148aae3322bf7335a738cc695fb36a29e3f90a487750a922f7301f44b6e60bb8954e4ad508ae60116"
43 ]
44}