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"}
  "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: "md5=b3b9cd290a0b5710226d1068a67c752f"
}
