this repo has no description
1opam-version: "2.0" 2maintainer: "7895506+MSoegtropIMC@users.noreply.github.com" 3homepage: "https://github.com/westes/flex" 4bug-reports: "https://github.com/westes/flex/issues" 5license: "https://github.com/westes/flex/blob/master/COPYING" 6authors: "The Flex Project" 7build: [ "flex" "--help" ] 8depexts: [ 9 # The list of supported os-family names can be derived from the opam sources (thanks Enrico) 10 # https://github.com/ocaml/opam/blob/6aefe95e60084e63d01b1c7c028b6b77de1f839f/src/state/opamSysInteract.ml#L84-L123 11 # The package name for many Linux/BSD/macOS/cygwin/msys platforms can be searched here (thanks Théo) 12 # https://repology.org specifically https://repology.org/project/flex/versions 13 # Not listed above but supported by opam are oraclelinix, ol, rhel 14 # On macOS flex seems to be installed by default, but the homebrew and macports package is listed anyway 15 [ "flex" ] {os-family = "alpine"} 16 [ "flex" ] {os-family = "amzn"} 17 [ "flex" ] {os-family = "arch"} 18 [ "flex" ] {os-family = "archlinux"} 19 [ "flex" ] {os-family = "centos"} 20 [ "flex" ] {os-family = "debian"} 21 [ "flex" ] {os-family = "fedora"} 22 [ "sys-devel/flex" ] {os-family = "gentoo"} 23 [ "flex" ] {os-family = "homebrew"} 24 [ "flex" ] {os-family = "macports"} 25 [ "flex" ] {os-family = "mageia"} 26 [ "flex" ] {os-family = "suse" | os-family = "opensuse"} 27 [ "textproc/flex" ] {os-family = "bsd" & os-distribution = "freebsd"} 28] 29synopsis: "Virtual package relying on GNU flex" 30description: "This package can only install if GNU flex is installed on the system." 31flags: conf