this repo has no description
1opam-version: "2.0"
2maintainer: "orbitz@gmail.com"
3build: [
4 [make "-j%{jobs}%"]
5]
6
7install: [
8 [make "PREFIX=%{prefix}%" "install"]
9]
10
11remove: [
12 [make "PREFIX=%{prefix}%" "remove"]
13]
14
15depends: [
16 "ocaml"
17 "cmdliner" {< "2.0.0"}
18 "containers"
19 "ocamlfind"
20 "pds" {build & (>= "5" & < "6")}
21 "process"
22 "toml" {< "6.0"}
23]
24authors: [
25 "dklee@dklee.org"
26 "orbitz@gmail.com"
27]
28
29homepage: "https://bitbucket.org/mimirops/hll"
30bug-reports: "https://bitbucket.org/mimirops/hll/issues"
31dev-repo: "git+https://bitbucket.org/mimirops/hll.git"
32synopsis: "Create opam package files from a repository"
33url {
34 src: "https://bitbucket.org/mimirops/hll/get/2.7.tar.gz"
35 checksum: [
36 "sha256=19c8d36caabe525635b45b1d4727b7ff3bc58488bcf8cd131c53f5030dbc4536"
37 "md5=3268e2d351f91a4a0718f7daf3ff5076"
38 ]
39}