this repo has no description
1opam-version: "2.0"
2maintainer: "orbitz@gmail.com"
3build: [
4 [make "-j%{jobs}%"]
5 [make "-j%{jobs}%" "test"] {with-test}
6]
7install: [
8 [make "PREFIX=%{prefix}%" "install"]
9]
10depends: [
11 "cmdliner" {< "2.0.0"}
12 "containers"
13 "ocamlfind"
14 "pds" { build & (>= "5" & < "6") }
15 "process"
16 "toml" { >= "4" & < "6.0" }
17 "ocaml" { >= "4.02" }
18]
19authors: [
20 "orbitz@gmail.com"
21]
22description: """
23Create opam package files from a repository.
24"""
25homepage: "https://hg.sr.ht/~mmatalka/hll"
26url {
27 src: "http://acsl-pkgs.s3.amazonaws.com/hll-3.16.tar.gz"
28 checksum: [
29 "sha256=8f67a6dfad5be14636c80e4b4c4d7c42bd921009b33261b017fa54d07ad58910"
30 "md5=62a719ccfcdb62c289ee668c48c52020"
31 ]
32}
33bug-reports: "https://todo.sr.ht/~mmatalka/hll"
34dev-repo: "hg+https://hg.sr.ht/~mmatalka/hll"
35synopsis: ""