opam-version: "2.0" synopsis: "A CSS parser written in OCaml" description: "Parses a CSS Level 3 string and produces an AST." maintainer: ["alessandro.strada@gmail.com"] authors: ["Alessandro Strada"] license: "MIT" homepage: "https://github.com/astrada/ocaml-css-parser" bug-reports: "https://github.com/astrada/ocaml-css-parser/issues" depends: [ "alcotest" {with-test} "dune" {>= "2.4"} "menhir" {>= "20200211"} "sedlex" {>= "2.0" & < "2.4"} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/astrada/ocaml-css-parser.git" url { src: "https://github.com/astrada/ocaml-css-parser/archive/v0.2.3.tar.gz" checksum: [ "sha256=fe81c0f607feb68cc9e80c8a82edf205c0f18ed8be21a0dcc1b6aa10153cbc13" "md5=bb422eaf04d524fda80a5a50ab0466f3" ] }