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] 7 8install: [ 9 [make "PREFIX=%{prefix}%" "install"] 10] 11 12remove: [ 13 [make "PREFIX=%{prefix}%" "remove"] 14] 15 16depends: [ 17 "cmdliner" {>= "1.3.0" & < "2.0.0"} 18 "containers" { >= "3.12.0" } 19 "ocaml" { >= "4.12.0" } 20 "ocamlfind" 21 "pds" { build & (>= "5" & < "6") } 22 "process" { >= "0.2.1" } 23 "sha" 24 "toml" { >= "6" } 25] 26 27authors: [ 28 "orbitz@gmail.com" 29] 30 31synopsis: "Create opam packages from pds.toml" 32license: "BSD-3-Clause" 33 34description: """ 35Create opam package files from a repository. 36""" 37 38homepage: "https://hg.sr.ht/~mmatalka/hll" 39 40url { 41 src: "http://acsl-pkgs.s3.amazonaws.com/hll-4.3.tar.gz" 42 checksum: [ 43 "md5=06478a115f258009bca9471d2523cb86" 44 "sha256=429223479883308e5cf1d1f04329614c9466f2e856391999ba8a69472c304cde" 45 ] 46} 47bug-reports: "https://todo.sr.ht/~mmatalka/hll" 48dev-repo: "hg+ssh://hg@hg.sr.ht/~mmatalka/hll" 49