this repo has no description

Merge pull request #25958 from ygrek/release-lzo-v0.0.3

[new release] lzo (0.0.3)

Changed files
+39
packages
lzo
lzo.0.0.3
+39
packages/lzo/lzo.0.0.3/opam
···
+
opam-version: "2.0"
+
maintainer: "ygrek@autistici.org"
+
authors: "ygrek"
+
homepage: "https://ygrek.org/p/ocaml-lzo/"
+
doc: ["https://ygrek.org/p/ocaml-lzo/api/index.html"]
+
bug-reports: "https://github.com/ygrek/ocaml-lzo/issues"
+
dev-repo: "git+https://github.com/ygrek/ocaml-lzo.git"
+
tags: ["org:ygrek"]
+
license: "UNLICENSE"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
depends: [
+
"ocaml"
+
"dune" {>= "2.0"}
+
"dune-configurator"
+
"conf-pkg-config"
+
]
+
depexts: [
+
["lzo2"] {os-family = "bsd"}
+
["liblzo2-dev"] {os-family = "debian"}
+
["lzo"] {os-distribution = "homebrew"}
+
["lzo-dev"] {os-distribution = "alpine"}
+
["lzo-devel"] {os-family = "suse" | os-family = "opensuse"}
+
["lzo-devel"] {os-distribution = "centos" | os-distribution = "fedora"}
+
["lzo"] {os-family = "archlinux"}
+
["lzo-devel"] {os-distribution = "ol"}
+
]
+
synopsis: "Bindings to LZO - a portable lossless data compression library"
+
available: arch != "x86_32" & arch != "arm32"
+
url {
+
src:
+
"https://github.com/ygrek/ocaml-lzo/releases/download/v0.0.3/lzo-0.0.3.tbz"
+
checksum: [
+
"sha256=2cfae69fc74c12e840a60a4015c626cdcbf4849821d5950bd9397701fca3015f"
+
"sha512=827960709e17a5df09c7435e134d76978e10ad9ada7b947116f9d5883b3186a78acfbc591297c221ae7b87b0cfd2e4b9cde8479dc03f4acf4df96a37bc5c8f11"
+
]
+
}
+
x-commit-hash: "587914102803fe54ccb56e30db31a4cde564f73c"