this repo has no description
1opam-version: "2.0" 2authors: ["Francois Berenger"] 3maintainer: "unixjunkie@sdf.org" 4homepage: "https://github.com/ocaml/opam-repository" 5bug-reports: "https://github.com/ocaml/opam-repository/issues" 6build: [ 7 ["bash" "./check.sh"] 8] 9synopsis: 10 "Check if the +PIC compiler switch of the OCaml version you are using is installed" 11depends: [ 12 "ocaml" {>= "4.01.0" & < "4.02.2"} 13 "conf-bash" {build} 14] 15conflicts: ["ocaml-system"] 16flags: conf 17extra-source "check.sh" { 18 src: 19 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-pic-switch/check.sh" 20 checksum: [ 21 "sha256=9d37812397dcbff30251c34b07cc72fd519a7590e717db92044f90da73723dc5" 22 "md5=584e1b9ef424cc069f7273d451b6f8ae" 23 ] 24} 25x-maintained: true