···2727 ]
2828]
2929dev-repo: "git+https://github.com/mbarbin/provider.git"
3030+description: """\
3131+3232+Provider is an OCaml library for creating Traits and Interfaces. It
3333+allows you to define the functionality needed by a library without
3434+committing to a specific implementation.
3535+3636+In essence, Provider handles dynamic dispatch, where the target of a
3737+function call is not known until runtime.
3838+3939+"""
4040+tags: [ "dynamic-dispatch" "parametrization" "traits" "typeclasses" ]
4141+x-maintenance-intent: [ "(latest)" ]
3042url {
3143 src:
3244 "https://github.com/mbarbin/provider/releases/download/0.0.11/provider-0.0.11.tbz"