this repo has no description
1opam-version: "2.0" 2maintainer: "thierry.martinez@inria.fr" 3homepage: "http://www.boost.org" 4authors: "Beman Dawes, David Abrahams, et al." 5bug-reports: "https://github.com/ocaml/opam-repository/issues" 6license: "MIT" 7depexts: [ 8 ["libboost-dev"] {os-family = "debian" | os-family = "ubuntu"} 9 ["boost"] {os-distribution = "nixos"} 10 ["boost-dev"] {os-distribution = "alpine"} 11 ["boost-devel"] {os-distribution = "fedora"} 12 ["boost-devel"] {os-distribution = "ol"} 13 ["boost-devel"] {os-distribution = "centos"} 14 ["boost-devel"] {os-distribution = "rhel"} 15 ["boost-devel"] {os-family = "suse" | os-family = "opensuse"} 16 ["boost"] {os-distribution = "arch"} 17 ["boost"] {os = "macos" & os-distribution = "homebrew"} 18 ["boost"] {os-distribution = "macports" & os = "macos"} 19 ["boost-all"] {os = "freebsd"} 20 ["boost"] {os = "win32" & os-distribution = "cygwinports"} 21 ["boost"] {os = "netbsd"} 22 ["boost"] {os = "openbsd"} 23] 24synopsis: "Virtual package relying on boost" 25description: 26 "This package can only install if the boost library is installed on the system." 27flags: conf