this repo has no description
1opam-version: "2.0" 2maintainer: "Hezekiah M. Carty <hez@0ok.org>" 3authors: [ "Hezekiah M. Carty <hez@0ok.org>" ] 4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 5homepage: "https://github.com/hcarty/ocaml-plplot/" 6dev-repo: "git+https://github.com/hcarty/ocaml-plplot.git" 7bug-reports: "https://github.com/hcarty/ocaml-plplot/issues" 8doc: "https://hcarty.github.io/ocaml-plplot/plplot" 9build: [ 10 [ 11 "dune" "build" "-p" name "-j" jobs 12 "@doc" {with-doc} 13 ] 14] 15depends: [ 16 "ocaml" {>= "4.02.0"} 17 "dune" {>= "2.0.0"} 18 "dune-configurator" 19 "odoc" {with-doc} 20] 21depexts: [ 22 ["libplplot-dev" "libshp-dev"] {os-family = "debian"} 23 ["plplot"] {os = "macos" & os-distribution = "homebrew"} 24 ["plplot"] {os-family = "arch"} 25 ["plplot-devel"] {os-family = "rhel"} 26 ["plplot-devel"] {os-family = "fedora"} 27 ["plplot-devel"] {os-family = "suse" | os-family = "opensuse"} 28 ["plplot-devel" "epel-release"] {os-distribution = "centos"} 29 ["plplot"] {os-distribution = "nixos"} 30] 31synopsis: "Bindings for the PLplot library" 32description: "PLplot is a library for creating scientific plots http://plplot.sf.net/" 33url { 34 src: 35 "https://github.com/hcarty/ocaml-plplot/releases/download/5.12.0/plplot-5.12.0.tbz" 36 checksum: [ 37 "sha256=7c786c316257bf2f87073c447dfdbac5984e6542f37a96268aeb4548152bcc2c" 38 "sha512=26e59aea61c6bd629e8732ea28e1fba6ced8a5f0ba9f160d28b07bb58cad74b5212333ec8daa39f0d51961f17aac081080d6ebafeb07da95bfeb60d88fa1cf6f" 39 ] 40} 41x-commit-hash: "10de3403a9fe25cb1b7ef4437af9cf04221b547d"