this repo has no description
1opam-version: "2.0" 2maintainer: "unixjunkie@sdf.org" 3homepage: "https://www.python.org/download/releases/2.7/" 4authors: "Python Software Foundation" 5bug-reports: "https://github.com/ocaml/opam-repository/issues" 6license: "PSF" 7build: [ 8 ["cc" "test.c"] 9] 10depexts: [ 11 ["python2.7-dev"] {os-family = "debian"} 12 ["python27"] {os-distribution = "nixos"} 13] 14synopsis: 15 "Virtual package relying on Python-2.7 development package installation" 16description: """ 17This package can only install if the "python2.7/Python.h" C header file 18is available on the system.""" 19flags: conf 20extra-source "test.c" { 21 src: 22 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-python-2-7-dev/test.c" 23 checksum: [ 24 "sha256=0af008535f947fca65912bf59ab42b8c82462aa0bc20d6a68a0e647ca5292217" 25 "md5=38169957900602d7c02af0d5040f3a6d" 26 ] 27}