Skip to content

Commit

Permalink
Add opam template file and configure more fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Dec 2, 2024
1 parent a6ee63c commit 41be397
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
Empty file added provider-dev.opam.template
Empty file.
Empty file added provider-tests.opam.template
Empty file.
12 changes: 12 additions & 0 deletions provider.opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,15 @@ build: [
]
]
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)" ]
12 changes: 12 additions & 0 deletions provider.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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)" ]

0 comments on commit 41be397

Please sign in to comment.