this repo has no description
1opam-version: "2.0" 2maintainer: "https://github.com/ocaml/opam-repository/issues" 3homepage: "https://github.com/gnustep/libobjc2" 4bug-reports: "https://github.com/ocaml/opam-repository/issues" 5authors: "The GNUstep devs" 6license: "MIT" 7build: [ 8 ["rpm" "-q" "libobjc2-devel"] {os-distribution = "fedora" | os-family = "opensuse"} 9 ["pkg" "info" "libobjc2"] {os = "freebsd"} 10] 11depexts: [ 12 ["libobjc2-devel"] {os-distribution = "fedora" | os-family = "opensuse"} 13 ["libobjc2"] {os = "freebsd"} 14] 15available: os = "freebsd" | os-distribution = "fedora" | os-family = "opensuse" 16synopsis: "Virtual package relying on libobjc2 lib system installation" 17description: 18 "This package can only install if the libobjc2 lib is installed on the system." 19flags: conf