opam-version: "2.0" maintainer: "Hezekiah M. Carty " authors: [ "Hezekiah M. Carty " ] license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" homepage: "https://github.com/hcarty/ocaml-plplot/" dev-repo: "git+https://github.com/hcarty/ocaml-plplot.git" bug-reports: "https://github.com/hcarty/ocaml-plplot/issues" doc: "https://hcarty.github.io/ocaml-plplot/plplot" build: [ [ "dune" "build" "-p" name "-j" jobs "@doc" {with-doc} ] ] depends: [ "ocaml" {>= "4.02.0"} "dune" {>= "2.0.0"} "dune-configurator" "odoc" {with-doc} ] depexts: [ ["libplplot-dev" "libshp-dev"] {os-family = "debian"} ["plplot"] {os = "macos" & os-distribution = "homebrew"} ["plplot"] {os-family = "arch"} ["plplot-devel"] {os-family = "rhel"} ["plplot-devel"] {os-family = "fedora"} ["plplot-devel"] {os-family = "suse" | os-family = "opensuse"} ["plplot-devel" "epel-release"] {os-distribution = "centos"} ["plplot"] {os-distribution = "nixos"} ] synopsis: "Bindings for the PLplot library" description: "PLplot is a library for creating scientific plots http://plplot.sf.net/" url { src: "https://github.com/hcarty/ocaml-plplot/releases/download/5.12.0/plplot-5.12.0.tbz" checksum: [ "sha256=7c786c316257bf2f87073c447dfdbac5984e6542f37a96268aeb4548152bcc2c" "sha512=26e59aea61c6bd629e8732ea28e1fba6ced8a5f0ba9f160d28b07bb58cad74b5212333ec8daa39f0d51961f17aac081080d6ebafeb07da95bfeb60d88fa1cf6f" ] } x-commit-hash: "10de3403a9fe25cb1b7ef4437af9cf04221b547d"