Skip to content

Commit 52c13b2

Browse files
authored
Merge pull request #28870 from zoggy/opam-publish-css.0.4.0
Package css.0.4.0
2 parents 5b6623e + 47eabba commit 52c13b2

File tree

1 file changed

+44
-0
lines changed
  • packages/css/css.0.4.0

1 file changed

+44
-0
lines changed

packages/css/css.0.4.0/opam

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
opam-version: "2.0"
2+
synopsis: "CSS parser and printer"
3+
maintainer: "[email protected]"
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" {>= "5.1.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=d402b78761349700da30c192ab9735a3"
42+
"sha512=9f0ebbf61b37a4df23e3d88fec450ceb75c601b07ae5c52a133c803ba919266fa0cf257b72e43797741e1cd56d651b08a68d1be4ef1fd3fea32857989ff2ca9c"
43+
]
44+
}

0 commit comments

Comments
 (0)