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