File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
packages/spurs/spurs.0.1.1 Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 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+ "qcheck" {with-test}
18+ "qcheck-alcotest" {with-test}
19+ "odoc" {with-doc}
20+ ]
21+ build: [
22+ ["dune" "subst"] {dev}
23+ [
24+ "dune"
25+ "build"
26+ "-p"
27+ name
28+ "-j"
29+ jobs
30+ "@install"
31+ "@runtest" {with-test}
32+ "@doc" {with-doc}
33+ ]
34+ ]
35+ dev-repo: "git+https://github.com/nikhil-kamath/spurs.git"
36+ url {
37+ src:
38+ "https://github.com/nikhil-kamath/spurs/releases/download/v0.1.1/spurs-0.1.1.tbz"
39+ checksum: [
40+ "sha256=c59be7af57a6902941cfa3d446fb83e4cb58876fc7208008d1ae38a1d4e189cc"
41+ "sha512=86bd6e099ac1441e4fecd2ce59fdc878d437dc0f7f4d2bd21a08fac675a99355b745a009d1040104ef106220ede8aa10f71e7ca85c982d2ddc7bc5e76aa69166"
42+ ]
43+ }
44+ x-commit-hash: "672ba6880adf9f873af7559fda6b6606eb086610"
You can’t perform that action at this time.
0 commit comments