Skip to content

Commit

Permalink
Merge pull request #22924 from mseri/release-plplot-5.12.0
Browse files Browse the repository at this point in the history
[new release] plplot (5.12.0)
  • Loading branch information
mseri authored Jan 12, 2023
2 parents f686310 + fe75c03 commit 76101c2
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions packages/plplot/plplot.5.12.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"
maintainer: "Hezekiah M. Carty <hez@0ok.org>"
authors: [ "Hezekiah M. Carty <hez@0ok.org>" ]
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"}
["plpot"] {os-family = "arch"}
["plplot-devel"] {os-family = "rhel"}
["plplot-devel"] {os-family = "fedora"}
["plplot-devel"] {os-family = "suse"}
["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"

0 comments on commit 76101c2

Please sign in to comment.