File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Persistent vectors"
4+ 5+ authors: ["Patrik Keller"]
6+ license: "ISC"
7+ homepage: "https://github.com/pkel/pvec"
8+ bug-reports: "https://github.com/pkel/pvec/issues"
9+ depends: [
10+ "dune" {>= "3.0"}
11+ "ocaml" {>= "4.08.1"}
12+ "mtime" {with-test}
13+ "ppx_expect" {with-test}
14+ "odoc" {with-doc}
15+ ]
16+ build: [
17+ ["dune" "subst"] {dev}
18+ [
19+ "dune"
20+ "build"
21+ "-p"
22+ name
23+ "-j"
24+ jobs
25+ "@install"
26+ "@runtest" {with-test}
27+ "@doc" {with-doc}
28+ ]
29+ ]
30+ dev-repo: "git+ssh://
[email protected] :pkel/pvec.git"
31+ url {
32+ src: "https://github.com/pkel/pvec/archive/v0.1.1.tar.gz"
33+ checksum: [
34+ "md5=f3f3ae622e9cfc657de111f40ddeb992"
35+ "sha512=1dfafbe6ce9e17cdf0a064b0959bd9eaf7f58bed3df1b012256156dfc29e7c8bf362862107dfb04798701cb7eedb2fe380b23a6f9ee10f30c89eaf1fb9061480"
36+ ]
37+ }
You can’t perform that action at this time.
0 commit comments