Skip to content

Commit c5da891

Browse files
authored
Update packages/css/css.0.1.0/opam
1 parent efb78d4 commit c5da891

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

packages/css/css.0.1.0/opam

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
opam-version: "2.0"
22
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."""
39
maintainer: "[email protected]"
410
authors: "Zoggy <[email protected]>"
511
license: "GPL-3.0-only"

0 commit comments

Comments
 (0)