this repo has no description
1opam-version: "2.0" 2synopsis: 3 "A wrapper around the C libgpiod library for GPIO on recent (>4.8) Linux kernels" 4maintainer: ["Blake Loring <blake@parsed.uk>"] 5authors: ["Blake Loring"] 6license: "BSD-3-Clause" 7homepage: "https://github.com/jawline/ocamlGpiod/" 8bug-reports: "https://github.com/jawline/ocamlGpiod/" 9depends: [ 10 "dune" {>= "2.8"} 11 "re" {>= "1.9.0"} 12 "core" {>= "v0.14.1"} 13 "ctypes" {>= "0.17.1"} 14 "ctypes-foreign" {>= "0.18.0"} 15 "conf-gpiod" 16 "ocaml" {>= "4.08.0"} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/jawline/ocamlGpiod.git" 34url { 35 src: "https://github.com/jawline/ocamlGpiod/archive/v0.7.tar.gz" 36 checksum: [ 37 "md5=5c7cc97227025d483b181a22dc22481f" 38 "sha512=4a12ef0e1b53adcf5e61495df1b27e0800da035eb21716b757199a852d94502de1d31cb401e4bb39662b7ac33cea7e88971bcfc86d8620d44c03e6593d13d168" 39 ] 40}