this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add conf packages for python dependencies

+50
+24
packages/conf-python3-pyparsing/conf-python3-pyparsing.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "https://github.com/ocaml/opam-repository/issues" 3 + homepage: "https://pypi.org/project/pyparsing/" 4 + bug-reports: "https://github.com/ocaml/opam-repository/issues" 5 + authors: "PyParsing dev team" 6 + license: "MIT" 7 + build: [ 8 + ["sh" "-c" "echo 'import pyparsing' > test.py"] 9 + ["python3" "test.py"] 10 + ] 11 + depends: [ 12 + "conf-python-3" {build} 13 + ] 14 + depexts: [ 15 + ["python3-pyparsing"] {os-family = "debian"} 16 + ["python3-pyparsing"] {os-family = "ubuntu"} 17 + ["python-pyparsing"] {os-family = "arch"} 18 + ["python3-pyparsing"] {os = "macos"} 19 + ] 20 + 21 + synopsis: "Virtual package relying on PyParsing" 22 + description: 23 + "This package can only install if the PyParsing python3 library is installed on the system." 24 + flags: conf
+24
packages/conf-python3-tomli/conf-python3-tomli.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "https://github.com/ocaml/opam-repository/issues" 3 + homepage: "https://pypi.org/project/tomli/" 4 + bug-reports: "https://github.com/ocaml/opam-repository/issues" 5 + authors: "Tomli dev team" 6 + license: "MIT" 7 + build: [ 8 + ["sh" "-c" "echo 'import tomli' > test.py"] 9 + ["python3" "test.py"] 10 + ] 11 + depends: [ 12 + "conf-python-3" {build} 13 + ] 14 + depexts: [ 15 + ["python3-tomli"] {os-family = "debian"} 16 + ["python3-tomli"] {os-family = "ubuntu"} 17 + ["python-tomli"] {os-family = "arch"} 18 + ["python3-tomli"] {os = "macos"} 19 + ] 20 + 21 + synopsis: "Virtual package relying on Tomli" 22 + description: 23 + "This package can only install if the Tomli python3 library is installed on the system." 24 + flags: conf
+2
packages/cvc5/cvc5.1.1.3-unreleased/opam
··· 16 16 "conf-cmake" {build} 17 17 "conf-python-3" {build} 18 18 "conf-python-3-dev" {build} 19 + "conf-python3-tomli" {build} 20 + "conf-python3-pyparsing" {build} 19 21 "odoc" {with-doc} 20 22 ] 21 23 build: [