File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "CSS parser and printer"
3+ 4+ authors: "Zoggy <
[email protected] >"
5+ license: "GPL-3.0-only"
6+ homepage: "https://zoggy.frama.io/ocaml-css/"
7+ doc: "https://zoggy.frama.io/ocaml-css/doc.html"
8+ bug-reports: "https://framagit.org/zoggy/ocaml-css/issues"
9+ depends: [
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+ ]
21+ build: [
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+ ]
37+ dev-repo: "git+https://framagit.org/zoggy/ocaml-css.git"
38+ url {
39+ src: "https://zoggy.frama.io/ocaml-css/releases/ocaml-css-0.4.0.tar.bz2"
40+ checksum: [
41+ "md5=96d371fc97fa8444031e99443d191ba2"
42+ "sha512=5fad9eaa621ad9df8a33a88ff93659bb3fe52c779d5df463563f005313b3facb4f3461f1d6ad0f9b3c326f22c49052a8e018ede26086d77bb167739ac1ada80b"
43+ ]
44+ }
You can’t perform that action at this time.
0 commit comments