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.5.tar.gz" checksum: [ "sha256=e0bfecfb4c1abdc928d1253822877fafc6d16129877f59952cd77d60ac932fc4" "md5=dfdf7b821957ac719b47adc5abc6678b" ] }