this repo has no description
1opam-version: "2.0" 2maintainer: "zachshipko@gmail.com" 3homepage: "https://www.python.org/downloads/" 4authors: "Python Software Foundation" 5bug-reports: "https://github.com/ocaml/opam-repository/issues" 6license: "PSF-2.0" 7build: [ 8 [make] 9] 10depexts: [ 11 ["python3-dev"] {os-family = "debian"} 12 ["python3-dev"] {os-family = "ubuntu"} 13 ["python3-devel"] {os-distribution = "fedora"} 14 ["python3-devel" "epel-release"] {os-distribution = "centos"} 15 ["python3-devel"] {os-distribution = "ol"} 16 ["python3-devel"] {os-family = "suse" | os-family = "opensuse"} 17 ["python3-dev"] {os-family = "alpine"} 18 ["python"] {os-family = "arch"} 19 ["python3"] {os = "macos" & os-distribution = "homebrew"} 20 ["python38"] {os = "macos" & os-distribution = "macports"} 21 ["python3"] {os = "freebsd"} 22] 23synopsis: "Virtual package relying on Python 3 development package installation" 24description: """ 25This package can only install if a Python3 C header file 26is available on the system. 27""" 28flags: conf 29extra-source "test.c" { 30 src: 31 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-python-3-dev/test.c" 32 checksum: [ 33 "sha256=0f248555888d367259f519dda8b751539c700604998c6c99f572a5e6243f5959" 34 "md5=6bd897a5b6772876b502e094204bf813" 35 ] 36} 37extra-source "Makefile" { 38 src: 39 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-python-3-dev/Makefile" 40 checksum: [ 41 "sha256=b9ea8b2873f458e3b72c71e361b4dda41d35a0ce841e4deae2bc969c2aed16e3" 42 "md5=0d17141340d7764515de07513fd664bf" 43 ] 44}