this repo has no description
1opam-version: "2.0"
2maintainer: "ygrek@autistici.org"
3authors: "ygrek"
4homepage: "https://ygrek.org/p/ocaml-lzo/"
5doc: ["https://ygrek.org/p/ocaml-lzo/api/index.html"]
6bug-reports: "https://github.com/ygrek/ocaml-lzo/issues"
7dev-repo: "git+https://github.com/ygrek/ocaml-lzo.git"
8tags: ["org:ygrek"]
9license: "UNLICENSE"
10build: [
11 ["dune" "build" "-p" name "-j" jobs]
12]
13depends: [
14 "ocaml"
15 "dune" {>= "2.0"}
16 "dune-configurator"
17 "conf-pkg-config"
18]
19depexts: [
20 ["lzo2"] {os-family = "bsd"}
21 ["liblzo2-dev"] {os-family = "debian"}
22 ["lzo"] {os-distribution = "homebrew"}
23 ["lzo-dev"] {os-distribution = "alpine"}
24 ["lzo-devel"] {os-family = "suse" | os-family = "opensuse"}
25 ["lzo-devel"] {os-distribution = "centos" | os-distribution = "fedora"}
26 ["lzo"] {os-family = "archlinux"}
27 ["lzo-devel"] {os-distribution = "ol"}
28]
29synopsis: "Bindings to LZO - a portable lossless data compression library"
30available: arch != "x86_32" & arch != "arm32"
31url {
32 src:
33 "https://github.com/ygrek/ocaml-lzo/releases/download/v0.0.3/lzo-0.0.3.tbz"
34 checksum: [
35 "sha256=2cfae69fc74c12e840a60a4015c626cdcbf4849821d5950bd9397701fca3015f"
36 "sha512=827960709e17a5df09c7435e134d76978e10ad9ada7b947116f9d5883b3186a78acfbc591297c221ae7b87b0cfd2e4b9cde8479dc03f4acf4df96a37bc5c8f11"
37 ]
38}
39x-commit-hash: "587914102803fe54ccb56e30db31a4cde564f73c"