Skip to content

Commit 8c6a4e8

Browse files
authored
Merge pull request #27844 from nikhil-kamath/release-spurs-v0.1.0
[new release] spurs (0.1.0)
2 parents a9ec23d + 1659096 commit 8c6a4e8

File tree

1 file changed

+42
-0
lines changed
  • packages/spurs/spurs.0.1.0

1 file changed

+42
-0
lines changed

packages/spurs/spurs.0.1.0/opam

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
opam-version: "2.0"
2+
synopsis: "A lightweight native sparse matrix library"
3+
maintainer: ["Nikhil Kamath <[email protected]"]
4+
authors: ["Nikhil Kamath <[email protected]>"]
5+
license: "MIT"
6+
tags: ["sparse" "matrices"]
7+
homepage: "https://github.com/nikhil-kamath/spurs"
8+
doc: "https://nikhil-kamath.github.io/spurs/"
9+
bug-reports: "https://github.com/nikhil-kamath/spurs/issues"
10+
depends: [
11+
"dune" {>= "3.17"}
12+
"ocaml" {>= "5.3.0"}
13+
"ppx_deriving"
14+
"ppx_fields_conv"
15+
"fmt"
16+
"alcotest" {with-test}
17+
"odoc" {with-doc}
18+
]
19+
build: [
20+
["dune" "subst"] {dev}
21+
[
22+
"dune"
23+
"build"
24+
"-p"
25+
name
26+
"-j"
27+
jobs
28+
"@install"
29+
"@runtest" {with-test}
30+
"@doc" {with-doc}
31+
]
32+
]
33+
dev-repo: "git+https://github.com/nikhil-kamath/spurs.git"
34+
url {
35+
src:
36+
"https://github.com/nikhil-kamath/spurs/releases/download/v0.1.0/spurs-0.1.0.tbz"
37+
checksum: [
38+
"sha256=5fcb6c01718552fb6df959bbb065e4163ab89bd5b2aa1888e77dc9b3e43c5e28"
39+
"sha512=7e03e2f1b1fe27e81f985341a526e964053fea3f22593b171f817d3bf27b02061efcf89687c01873d4b4c3204c174d02441a28a35272a823cb6017148c8cfcd5"
40+
]
41+
}
42+
x-commit-hash: "2e8e703993ce221767d0c87f58c1ff0d2c84ef2b"

0 commit comments

Comments
 (0)