this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26556 from zoggy/opam-publish-css.0.2.0

Package css.0.2.0

authored by

Anil Madhavapeddy and committed by
GitHub
b71e974b 52c8b694

+44
+44
packages/css/css.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "CSS parser and printer" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 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.2.0.tar.bz2" 40 + checksum: [ 41 + "md5=ceee290f230eb786d59de6ffcf692695" 42 + "sha512=9ee5de92d764a5bb5b7dac1bc48d5892ccd8425d4226842148aae3322bf7335a738cc695fb36a29e3f90a487750a922f7301f44b6e60bb8954e4ad508ae60116" 43 + ] 44 + }