opam-version: "2.0" authors: ["Francois Berenger"] maintainer: "unixjunkie@sdf.org" homepage: "https://github.com/ocaml/opam-repository" bug-reports: "https://github.com/ocaml/opam-repository/issues" build: [ ["bash" "./check.sh"] ] synopsis: "Check if the +PIC compiler switch of the OCaml version you are using is installed" depends: [ "ocaml" {>= "4.01.0" & < "4.02.2"} "conf-bash" {build} ] conflicts: ["ocaml-system"] flags: conf extra-source "check.sh" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-pic-switch/check.sh" checksum: [ "sha256=9d37812397dcbff30251c34b07cc72fd519a7590e717db92044f90da73723dc5" "md5=584e1b9ef424cc069f7273d451b6f8ae" ] } x-maintained: true