this repo has no description
1opam-version: "2.0" 2maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>" 3authors: "Christophe Troestler <Christophe.Troestler@umons.ac.be>" 4homepage: "https://github.com/ocaml/opam-repository/" 5bug-reports: "https://github.com/ocaml/opam-repository/issues" 6license: "ISC" 7build: [ 8 ["sh" "-exc" "cc $CFLAGS -c test-unix.c"] {os != "freebsd" & os != "win32" 9 & os != "macos"} 10 ["sh" "-exc" "${CC:-gcc} $CFLAGS -c test-unix.c"] {os = "freebsd"} 11] 12depexts: [ 13 ["libbluetooth-dev"] {os-family = "debian" | os-family = "ubuntu"} 14 ["bluez-libs-devel"] {os-distribution = "centos"} 15 ["bluez-libs-devel"] {os-distribution = "fedora"} 16 ["bluez-libs-devel"] {os-distribution = "mageia"} 17 ["bluez-devel"] {os-family = "suse" | os-family = "opensuse"} 18 ["bluez-dev"] {os-distribution = "alpine"} 19 ["bluez-libs"] {os-distribution = "arch"} 20] 21# build test uses linux-specific <bluetooth/bluetooth.h>... 22available: [ os != "freebsd" ] 23x-ci-accept-failures: [ 24 "oraclelinux-7" "oraclelinux-8" "oraclelinux-9" # not available 25] 26synopsis: "Virtual package for Bluetooth library" 27description: """ 28This pasckage will install if the development files for Bluetooth are 29present on the system. 30""" 31flags: conf 32extra-source "test-unix.c" { 33 src: 34 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-bluetooth/test-unix.c" 35 checksum: [ 36 "sha256=3ec733e80ecac3914d91f003ae986dd6f718c3dd1667d3914b14939ca2387ab6" 37 "md5=eded6f4b460a7dac86cfa150ed197df0" 38 ] 39} 40