opam-version: "2.0"
maintainer: "Dario Teixeira <dario.teixeira@nleyten.com>"
authors: ["Dario Teixeira <dario.teixeira@nleyten.com>"]
homepage: "http://ccss.forge.ocamlcore.org/"
bug-reports: "https://github.com/darioteixeira/ccss/issues"
dev-repo: "git+https://github.com/darioteixeira/ccss.git"
license: "GPL-2.0"
build: [
    ["./configure" "--prefix" prefix]
    [make]
]
install: [[make "install"]]
remove: [["rm" "%{bin}%/ccss"]]
depends: [
  "ocaml" {>= "4.02.0"}
  "alcotest" {with-test}
  "batteries" {>= "2"}
  "menhir"
  "ocamlbuild" {build}
  "ocamlfind"
  "re"
  "sedlex" {>= "1.99.4" & < "2.0"}
]
synopsis:
  "CCSS is a preprocessor for CSS, extending the language with arithmetic operations and variables."
description: """
It includes a fairly complete CSS parser and lexer, and thus other language extensions may be
easily added in the future."""
flags: light-uninstall
url {
  src: "https://github.com/darioteixeira/ccss/archive/v1.6.tar.gz"
  checksum: "md5=e444cc42df4609054d1004dda54df37c"
}
