Skip to content

Commit fa93b18

Browse files
authored
Merge pull request ocaml#8238 from stedolan/master
Linkage v0.1
2 parents 36d9adc + 8433433 commit fa93b18

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

packages/linkage/linkage.0.1/descr

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
easier plugin loading
2+
3+
Linkage provides an easier-to-use interface to OCaml's Dynlink module,
4+
so that plugins can be loaded into an application without having to
5+
use side-effects to register the plugin.

packages/linkage/linkage.0.1/opam

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
opam-version: "1.2"
2+
maintainer: "[email protected]"
3+
authors: ["Stephen Dolan"]
4+
homepage: "https://github.com/stedolan/linkage"
5+
bug-reports: "https://github.com/stedolan/linkage/issues"
6+
dev-repo: "https://github.com/stedolan/linkage.git"
7+
license: "MIT"
8+
build:
9+
[[ "ocaml" "pkg/pkg.ml" "build"
10+
"--pinned" "%{pinned}%"]]
11+
available: [ ocaml-version >= "4.03.0" ]
12+
depends: [
13+
"ocamlbuild" {build}
14+
"ocamlfind" {build}
15+
"topkg" {build & >= "0.7.4"}
16+
]

packages/linkage/linkage.0.1/url

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
http: "https://github.com/stedolan/linkage/archive/v0.1.tar.gz"
2+
checksum: "b3b9cd290a0b5710226d1068a67c752f"

0 commit comments

Comments
 (0)