opam-version: "2.0"
maintainer: "Christophe.Troestler@umons.ac.be"
authors: [
  "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
  "Pierre Hauweele <pierre@hauweele.net>"
  "Fabian Pijcke <fabian.pijcke@gmail.com>"
  "Noémie Meunier <noemie_6462@hotmail.com>"
  "Bertrand Desmons <bibi-6@hotmail.fr>"
  "Xavier Deschuyteneer <xavier.deschuyteneer@gmail.com>"
]
homepage: "http://forge.ocamlcore.org/projects/archimedes/"
dev-repo:
  "git+http://forge.ocamlcore.org/anonscm/git/archimedes/archimedes.git"
bug-reports: "http://forge.ocamlcore.org/projects/archimedes/"
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
remove: [["ocamlfind" "remove" "archimedes"]]
depends: [
  "ocaml" {< "4.03"}
  "graphics"
  "cairo2" {< "0.6"}
  "ocamlfind"
  "camlp4"
  "ocamlbuild" {build}
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Extensible 2D plotting library."
description: """
Archimedes is a high quality, platform-independent, extensible 2D
plotting library. It provides dynamically loaded backends such as
Graphics and Cairo."""
flags: light-uninstall
url {
  src:
    "https://download.ocamlcore.org/archimedes/archimedes/0.4.15/archimedes-0.4.15.tar.gz"
  checksum: "md5=a61aca722e8b3e2218edc8c7f01cd43d"
}
