this repo has no description
1opam-version: "2.0"
2maintainer: "jonathan.ludlam@eu.citrix.com"
3build: make
4remove: [
5 [make "uninstall" "BINDIR=%{bin}%"]
6 ["ocamlfind" "remove" "vhdlib"]
7]
8depends: [
9 "ocaml"
10 "ocamlfind"
11 "rpc"
12 "ocamlbuild" {build}
13]
14depexts: [
15 ["blktap-dev" "uuid-dev"] {os-family = "debian"}
16 ["blktap-devel" "libuuid-devel"] {os-distribution = "centos"}
17]
18dev-repo: "git+https://github.com/xapi-project/libvhd"
19install: [make "install" "BINDIR=%{bin}%"]
20synopsis: "Bindings to libvhd"
21description: """
22libvhd is a C library which allows the manipulation of vhd format
23files."""
24url {
25 src: "https://github.com/xapi-project/libvhd/archive/libvhd-0.9.1.tar.gz"
26 checksum: [
27 "sha256=444aea2692fc2df53d5ff1fcbafb1218caa4fe183fe00383f4e0da395e0398de"
28 "md5=afa8b4dcf58dd337181028808811a1fb"
29 ]
30}