Skip to content

Commit 67e4302

Browse files
authored
Merge pull request ocaml#26916 from mbarbin/release-provider
[new release] provider (0.0.11)
2 parents 8ba93c4 + b53be25 commit 67e4302

File tree

1 file changed

+38
-0
lines changed
  • packages/provider/provider.0.0.11

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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"

0 commit comments

Comments
 (0)