File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed
packages/linkage/linkage.0.1 Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
1
+ opam-version: "1.2"
2
+
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
+ ]
Original file line number Diff line number Diff line change
1
+ http: "https://github.com/stedolan/linkage/archive/v0.1.tar.gz"
2
+ checksum: "b3b9cd290a0b5710226d1068a67c752f"
You can’t perform that action at this time.
0 commit comments