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.4.tar.gz" checksum: [ "sha256=9c91064fd75dda05dad29b1e05c856ba3b9bac23ca4816e2a2da6bd46645e77e" "md5=d437ecdab0138292b4a7081d404f833a" ] }