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]
]
remove: [["rm" "%{bin}%/ccss"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "menhir"
  "batteries"
  "ulex"
  "pcre"
  "ocamlbuild" {build}
]
install: [make "install"]
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.4/ccss-1.4.tgz"
  checksum: "md5=021a10e1efec7e4ae6ebffcdf6111903"
}
