File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
packages/provider/provider.0.0.11 Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Dynamic Dispatch with Traits"
3+ maintainer: ["Mathieu Barbin <
[email protected] >"]
4+ authors: ["Mathieu Barbin"]
5+ license: "ISC"
6+ homepage: "https://github.com/mbarbin/provider"
7+ doc: "https://mbarbin.github.io/provider/"
8+ bug-reports: "https://github.com/mbarbin/provider/issues"
9+ depends: [
10+ "dune" {>= "3.16"}
11+ "ocaml" {>= "4.14"}
12+ "sexplib0" {>= "v0.16"}
13+ "odoc" {with-doc}
14+ ]
15+ build: [
16+ ["dune" "subst"] {dev}
17+ [
18+ "dune"
19+ "build"
20+ "-p"
21+ name
22+ "-j"
23+ jobs
24+ "@install"
25+ "@runtest" {with-test}
26+ "@doc" {with-doc}
27+ ]
28+ ]
29+ dev-repo: "git+https://github.com/mbarbin/provider.git"
30+ url {
31+ src:
32+ "https://github.com/mbarbin/provider/releases/download/0.0.11/provider-0.0.11.tbz"
33+ checksum: [
34+ "sha256=80e346ccde7dbf39796c3140f914641713c445ccae0183ac2948e3feb18099f3"
35+ "sha512=6e7ab4734add6543498cc7d4364a4c257c63dfd4c809e798857eec7b151778c4c307901571fb1bc05f2493af3c024efbfada21e98bc9b8d758e6d9a4b613f34f"
36+ ]
37+ }
38+ x-commit-hash: "f81d0e4e6aabf40d7c42b1f13334f4ea68bf2a2c"
You can’t perform that action at this time.
0 commit comments