this repo has no description
0
fork

Configure Feed

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

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).

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