opam-version: "2.0"
maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
authors: [ "Christophe Troestler" ]
license: " LGPL-3.0-or-later"
homepage: "https://github.com/Chris00/color_brewery"
dev-repo: "git+https://github.com/Chris00/color_brewery.git"
bug-reports: "https://github.com/Chris00/color_brewery/issues"
doc: "https://Chris00.github.io/color_brewery/doc"
build: [
  ["dune" "subst"] {pinned}
  ["sh" "-c" "ulimit -s 16384 && dune build -p %{name}% -j %{jobs}%"
   ] {os = "linux"}
  ["dune" "build" "-p" name "-j" jobs] {os != "linux"}
]
depends: [
  "ocaml" {>= "4.03"}
  "gg"
  "dune" {>= "2.0"}
]
synopsis: "Offer colors palettes and functions to brew colors"
description: """
Allow to select color palettes given certain characteristics. This is
based on the excellent site http://colorbrewer2.org/ It also defines
common functions to define colored ranges."""
url {
  src:
    "https://github.com/Chris00/color_brewery/releases/download/0.2/color-brewery-0.2.tbz"
  checksum: [
    "sha256=a466c5e178d2aafb660419eec83309c55c8737ca652e0231e45566b5949f33fd"
    "sha512=f613f32186ba41f14eef5564a7ea66b50370ab89d9dbeff0485534d4c9af588657d6515ef8dc2e4ab772eb50032fbce2c956a8acd9f1be1cbc18088ec31339c0"
  ]
}
