this repo has no description

Update pkg provider

Latest version (0.0.11):

- Add tags & description.
- Add [x-maintenance-intent] per packaging archiving call to action.

Older version (0.0.9):

- Emphasis desire to archive (mark as deprecated).

Changed files
+14
packages
provider
provider.0.0.11
provider.0.0.9
+12
packages/provider/provider.0.0.11/opam
···
]
]
dev-repo: "git+https://github.com/mbarbin/provider.git"
+
description: """\
+
+
Provider is an OCaml library for creating Traits and Interfaces. It
+
allows you to define the functionality needed by a library without
+
committing to a specific implementation.
+
+
In essence, Provider handles dynamic dispatch, where the target of a
+
function call is not known until runtime.
+
+
"""
+
tags: [ "dynamic-dispatch" "parametrization" "traits" "typeclasses" ]
+
x-maintenance-intent: [ "(latest)" ]
url {
src:
"https://github.com/mbarbin/provider/releases/download/0.0.11/provider-0.0.11.tbz"
+2
packages/provider/provider.0.0.9/opam
···
"@doc" {with-doc}
]
]
+
flags: [ deprecated ]
+
messages: [ "Version 0.0.11 introduces many breaking changes - please upgrade" ]
dev-repo: "git+https://github.com/mbarbin/provider.git"
url {
src: