Skip to content

Commit efb78d4

Browse files
committed
Package css.0.1.0
1 parent ec44728 commit efb78d4

File tree

1 file changed

+45
-0
lines changed
  • packages/css/css.0.1.0

1 file changed

+45
-0
lines changed

packages/css/css.0.1.0/opam

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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" {>= "4.12.0"}
12+
"angstrom" {>= "0.15.0"}
13+
"fmt" {>= "0.9.0"}
14+
"iri" {>= "0.6.0"}
15+
"logs" {>= "0.7.0"}
16+
"rdf" {>= "0.14.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:
40+
"https://framagit.org/zoggy/ocaml-css/-/archive/0.1.0/ocaml-css-0.1.0.tar.bz2"
41+
checksum: [
42+
"md5=bc4bdcf47b37c7bd50bf9f31c391dcd2"
43+
"sha512=8fa12c193638ba8c2d307f48e477cdac839ca25f865f7f350bc7675086c3c4a70bc1e5936d35d64aab9d8da2c9806005be70c59ac3d7f3c407a3861f6e0a7cf8"
44+
]
45+
}

0 commit comments

Comments
 (0)