this repo has no description
1opam-version: "2.0" 2synopsis: "C libgpiod library for GPIO on recent (>4.8) Linux kernels" 3description: 4 "This package can only install if the libgpiod library is installed on the system." 5maintainer: "https://github.com/ocaml/opam-repository/issues" 6license: "LGPL-2.0-or-later" 7homepage: "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/" 8bug-reports: "https://github.com/ocaml/opam-repository/issues" 9dev-repo: "git+https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/" 10depends: [ 11 "conf-pkg-config" {build} 12] 13build: ["pkg-config" "--exists" "libgpiod"] 14depexts: [ 15 [ "libgpiod-dev" ] { os-distribution = "alpine" } 16 [ "libgpiod-dev" ] { os-family = "debian" } 17 [ "libgpiod-dev" ] { os-family = "ubuntu" } 18 [ "libgpiod-devel" ] { os-distribution = "fedora" } 19 [ "libgpiod-devel" ] { os-distribution = "centos" } 20 [ "libgpiod-devel" ] { os-family = "suse" | os-family = "opensuse" } 21] 22available: [ os = "linux" ] 23flags: conf