Skip to content

Commit

Permalink
Merge pull request #16280 from astrada/css-parser
Browse files Browse the repository at this point in the history
Add css-parser 0.2.2
  • Loading branch information
kit-ty-kate authored Apr 25, 2020
2 parents ac942c8 + cb54c16 commit 6e573fc
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions packages/css-parser/css-parser.0.2.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
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"}
]
build: [
["dune" "subst"] {pinned}
[
"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.2.tar.gz"
checksum: "md5=6bdf8c715d252eca212a7803a26f67e0"
}

0 comments on commit 6e573fc

Please sign in to comment.