this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26632 from mbarbin/update-provider

Update provider

authored by

Anil Madhavapeddy and committed by
GitHub
a76faec6 98a81095

+4 -2
+3 -1
packages/provider/provider.0.0.4/opam
··· 1 1 opam-version: "2.0" 2 2 synopsis: 3 3 "Parametrize your OCaml library with values that behave like objects but aren't" 4 - maintainer: ["Mathieu Barbin"] 4 + maintainer: ["Mathieu Barbin <opensource@mbarbin.org>"] 5 5 authors: ["Mathieu Barbin"] 6 6 license: "ISC" 7 7 homepage: "https://github.com/mbarbin/provider" ··· 33 33 "@doc" {with-doc} 34 34 ] 35 35 ] 36 + flags: [ deprecated ] 37 + messages: [ "Version 0.0.4 has a known bug in the binding lookup logic - please upgrade" ] 36 38 dev-repo: "git+https://github.com/mbarbin/provider.git" 37 39 url { 38 40 src:
+1 -1
packages/provider/provider.0.0.9/opam
··· 1 1 opam-version: "2.0" 2 2 synopsis: "Dynamic Dispatch with Traits" 3 - maintainer: ["Mathieu Barbin"] 3 + maintainer: ["Mathieu Barbin <opensource@mbarbin.org>"] 4 4 authors: ["Mathieu Barbin"] 5 5 license: "ISC" 6 6 homepage: "https://github.com/mbarbin/provider"