this repo has no description
1opam-version: "2.0"
2synopsis: "Dynamic Dispatch with Traits"
3maintainer: ["Mathieu Barbin <opensource@mbarbin.org>"]
4authors: ["Mathieu Barbin"]
5license: "ISC"
6homepage: "https://github.com/mbarbin/provider"
7doc: "https://mbarbin.github.io/provider/"
8bug-reports: "https://github.com/mbarbin/provider/issues"
9depends: [
10 "dune" {>= "3.16"}
11 "ocaml" {>= "5.2"}
12 "ocamlformat" {with-dev-setup & = "0.26.2"}
13 "bisect_ppx" {with-dev-setup & >= "2.8.3"}
14 "ppx_js_style" {with-dev-setup & >= "v0.17"}
15 "sexplib0" {>= "v0.17"}
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32flags: [ deprecated ]
33messages: [ "Version 0.0.11 introduces many breaking changes - please upgrade" ]
34dev-repo: "git+https://github.com/mbarbin/provider.git"
35url {
36 src:
37 "https://github.com/mbarbin/provider/releases/download/0.0.9/provider-0.0.9.tbz"
38 checksum: [
39 "sha256=47e0af89f54a3c1694fb5a22a78e429303d841b64b761eea04093629c63f9f80"
40 "sha512=a905f7ce95b2fc78bf50596c025729a3d144f1bba2efb1f1203d056e3b3a2f46804d0b6a8deaa02e6d541d138b51b8093dbf32a4fd0b933130f3c69ee25e8b07"
41 ]
42}
43x-commit-hash: "395c07380bb33a247220e4378a3e25d6e7a3f5ab"