We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb78d4 commit c5da891Copy full SHA for c5da891
packages/css/css.0.1.0/opam
@@ -1,5 +1,11 @@
1
opam-version: "2.0"
2
synopsis: "CSS parser and printer"
3
+description: """
4
+OCaml-css is an OCaml library to parse and print CSS. It can also expand namespaces and perform computations on property values.
5
+
6
+Parsing uses [Angstrom](https://github.com/inhabitedtype/angstrom/) to dynamically choose the parser when encountering a property declaration.
7
8
+The parser can be extended by defining additional properties."""
9
maintainer: "[email protected]"
10
authors: "Zoggy <[email protected]>"
11
license: "GPL-3.0-only"
0 commit comments