this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27542 from jzstark/release-owl-plplot-1.1

[new release] owl-plplot (1.1)

authored by

Marcello Seri and committed by
GitHub
a263eb47 814c23fc

+31
+31
packages/owl-plplot/owl-plplot.1.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Liang Wang <ryanrhymes@gmail.com>" 3 + authors: [ "Liang Wang" ] 4 + license: "MIT" 5 + homepage: "https://github.com/owlbarn/owl-plplot" 6 + dev-repo: "git+https://github.com/owlbarn/owl-plplot.git" 7 + bug-reports: "https://github.com/owlbarn/owl-plplot/issues" 8 + doc: "https://owlbarn.github.io/owl-plplot/" 9 + synopsis: "Owl-Plplot: thin plotting layer for Owl based on plplot" 10 + 11 + build: [ 12 + [ "dune" "subst" ] {dev} 13 + [ "dune" "build" "-p" name "-j" jobs ] 14 + ] 15 + 16 + depends: [ 17 + "ocaml" {>= "4.10.0"} 18 + "dune" {>= "3.16"} 19 + "owl" {>= "1.2"} 20 + "plplot" 21 + ] 22 + url { 23 + src: 24 + "https://github.com/owlbarn/owl-plplot/releases/download/1.1/owl-plplot-1.1.tbz" 25 + checksum: [ 26 + "sha256=6f4b57d88fa5223ffc54746aeb0dbe8cd17bbe4be92a1093d1bdf55daf2c9cb2" 27 + "sha512=439f68f6df07ddefbde208c64491001dae19db76d116090f3c2217c6df62493e6c9ec60f0c6f2251a0c10ccbf349be4ca207be2dbfee3326431efe0e6053b8f7" 28 + ] 29 + } 30 + x-commit-hash: "10be7cd49a776a5e1bf45b71402e0bac9614215e" 31 +