this repo has no description
1opam-version: "2.0"
2maintainer: "stephen.dolan@cl.cam.ac.uk"
3authors: ["Stephen Dolan"]
4homepage: "https://github.com/stedolan/linkage"
5bug-reports: "https://github.com/stedolan/linkage/issues"
6dev-repo: "git+https://github.com/stedolan/linkage.git"
7license: "MIT"
8build:
9[[ "ocaml" "pkg/pkg.ml" "build"
10 "--pinned" "%{pinned}%"]]
11depends: [
12 "ocaml" {>= "4.03.0" & < "5.0.0"}
13 "ocamlbuild" {build}
14 "ocamlfind" {build}
15 "topkg" {build & >= "0.7.4"}
16]
17synopsis: "easier plugin loading"
18description: """
19Linkage provides an easier-to-use interface to OCaml's Dynlink module,
20so that plugins can be loaded into an application without having to
21use side-effects to register the plugin."""
22url {
23 src: "https://github.com/stedolan/linkage/archive/v0.1.tar.gz"
24 checksum: [
25 "sha256=db21fe5e772025fa187d163f7555765335cf00d3c0cfe45d3798a2aebf5cbd03"
26 "md5=b3b9cd290a0b5710226d1068a67c752f"
27 ]
28}