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.06.0"}
  "ocamlfind"
  "menhir"
  "batteries"
  "ulex"
  "pcre"
  "ocamlbuild" {build}
]
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://download.ocamlcore.org/ccss/ccss/1.5/ccss-1.5.tgz"
  checksum: "md5=6fd7d056ef01baca3e356c7493764a79"
}
