opam-version: "2.0"
maintainer: "unixjunkie@sdf.org"
homepage: "https://www.python.org/download/releases/2.7/"
authors: "Python Software Foundation"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "PSF"
build: [
  ["cc" "test.c"]
]
depexts: [
  ["python2.7-dev"] {os-family = "debian"}
  ["python27"] {os-distribution = "nixos"}
]
synopsis:
  "Virtual package relying on Python-2.7 development package installation"
description: """
This package can only install if the "python2.7/Python.h" C header file
is available on the system."""
extra-files: ["test.c" "md5=38169957900602d7c02af0d5040f3a6d"]
flags: conf
