this repo has no description
1opam-version: "2.0" 2maintainer: "7895506+MSoegtropIMC@users.noreply.github.com" 3homepage: "https://www.gnu.org/software/bison/" 4bug-reports: "https://lists.gnu.org/mailman/listinfo/bug-bison" 5license: "GPL-3.0-or-later" 6authors: [ 7 "Robert Corbett" 8 "Richard Stallman" 9 "Wilfred Hansen" 10 "Akim Demaille" 11 "Paul Hilfinger" 12 "Joel E. Denny" 13 "Paolo Bonzini" 14 "Alex Rozenman" 15 "Paul Eggert" 16] 17build: [ "bison" "--help" ] 18depexts: [ 19 # The list of supported os-family names can be derived from the opam sources (thanks Enrico) 20 # https://github.com/ocaml/opam/blob/6aefe95e60084e63d01b1c7c028b6b77de1f839f/src/state/opamSysInteract.ml#L84-L123 21 # The package name for many Linux/BSD/macOS/cygwin/msys platforms can be searched here (thanks Théo) 22 # https://repology.org specifically https://repology.org/project/bison/versions 23 # Not listed above but supported by opam are oraclelinix, ol, rhel 24 # On macOS bison seems to be installed by default, but the homebrew and macports package is listed anyway 25 [ "bison" ] {os-family = "alpine"} 26 [ "bison" ] {os-family = "amzn"} 27 [ "bison" ] {os-family = "arch"} 28 [ "bison" ] {os-family = "archlinux"} 29 [ "bison" ] {os-family = "centos"} 30 [ "bison" ] {os-family = "debian"} 31 [ "bison" ] {os-family = "fedora"} 32 [ "sys-devel/bison" ] {os-family = "gentoo"} 33 [ "bison" ] {os-family = "homebrew"} 34 [ "bison" ] {os-family = "macports"} 35 [ "bison" ] {os-family = "mageia"} 36 [ "bison" ] {os-family = "suse" | os-family = "opensuse"} 37 [ "devel/bison" ] {os-family = "bsd"} 38] 39synopsis: "Virtual package relying on GNU bison" 40description: "This package can only install if GNU bison is installed on the system." 41flags: conf