Skip to content

Commit 81aaa24

Browse files
authored
Merge pull request ocaml#26946 from mmottl/release-gsl-1.25.1
[new release] gsl (1.25.1)
2 parents 6b2f073 + 342365c commit 81aaa24

File tree

1 file changed

+49
-0
lines changed
  • packages/gsl/gsl.1.25.1

1 file changed

+49
-0
lines changed

packages/gsl/gsl.1.25.1/opam

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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 <[email protected]>"]
9+
authors: [
10+
"Olivier Andrieu <[email protected]>"
11+
"Markus Mottl <[email protected]>"
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"

0 commit comments

Comments
 (0)