this repo has no description
0
fork

Configure Feed

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

Merge pull request #26946 from mmottl/release-gsl-1.25.1

[new release] gsl (1.25.1)

authored by

Anil Madhavapeddy and committed by
GitHub
81aaa24e 6b2f0732

+49
+49
packages/gsl/gsl.1.25.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "GSL - Bindings to the GNU Scientific Library" 3 + description: """ 4 + gsl-ocaml interfaces the GSL (GNU Scientific Library), providing many of the 5 + most frequently used functions for scientific computation including algorithms 6 + for optimization, differential equations, statistics, random number generation, 7 + linear algebra, etc.""" 8 + maintainer: ["Markus Mottl <markus.mottl@gmail.com>"] 9 + authors: [ 10 + "Olivier Andrieu <oandrieu@gmail.com>" 11 + "Markus Mottl <markus.mottl@gmail.com>" 12 + ] 13 + license: "GPL-3.0-or-later" 14 + homepage: "https://mmottl.github.io/gsl-ocaml" 15 + doc: "https://mmottl.github.io/gsl-ocaml/api" 16 + bug-reports: "https://github.com/mmottl/gsl-ocaml/issues" 17 + depends: [ 18 + "dune" {>= "2.7"} 19 + "ocaml" {>= "4.12"} 20 + "dune-configurator" 21 + "conf-gsl" {build} 22 + "conf-pkg-config" {build} 23 + "odoc" {with-doc} 24 + ] 25 + build: [ 26 + ["dune" "subst"] {dev} 27 + [ 28 + "dune" 29 + "build" 30 + "-p" 31 + name 32 + "-j" 33 + jobs 34 + "@install" 35 + "@runtest" {with-test} 36 + "@doc" {with-doc} 37 + ] 38 + ] 39 + dev-repo: "git+https://github.com/mmottl/gsl-ocaml.git" 40 + available: arch != "arm32" 41 + url { 42 + src: 43 + "https://github.com/mmottl/gsl-ocaml/releases/download/1.25.1/gsl-1.25.1.tbz" 44 + checksum: [ 45 + "sha256=837b2869aa001b1d9c72cc70ac02cc603ff93632f0c67936dacb3bda91c58d60" 46 + "sha512=dc6f745738d8f2ad6da221c32634c072bb3de397613b76312d46f59ea66459aee8884019ddd88f3ef2d00ccbd015b63a37265dc5dded4d0207e954ae3fa9ec8f" 47 + ] 48 + } 49 + x-commit-hash: "255f2d9c949e3a9c71d0534dd788dfcadcec567a"