this repo has no description

Merge pull request #26037 from joaomhmpereira/opam-publish-cvc5.1.1.3-unreleased

Package cvc5.1.1.3-unreleased

Changed files
+102
packages
conf-python3-pyparsing
conf-python3-pyparsing.1
conf-python3-tomli
conf-python3-tomli.1
cvc5
cvc5.1.1.3~unreleased
+28
packages/conf-python3-pyparsing/conf-python3-pyparsing.1/opam
···
+
opam-version: "2.0"
+
maintainer: "https://github.com/ocaml/opam-repository/issues"
+
homepage: "https://pypi.org/project/pyparsing/"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
authors: "PyParsing dev team"
+
license: "MIT"
+
build: [
+
["sh" "-c" "echo 'import pyparsing' > test.py"]
+
["python3" "test.py"]
+
]
+
depends: [
+
"conf-python-3" {build}
+
]
+
depexts: [
+
["python3-pyparsing"] {os-family = "debian"}
+
["python3-pyparsing"] {os-family = "ubuntu"}
+
["python3-pyparsing"] {os-distribution = "fedora"}
+
["python3-pyparsing"] {os-family = "suse" | os-family = "opensuse"}
+
["python-pyparsing"] {os-family = "arch"}
+
["py3-parsing"] {os-family = "alpine"}
+
["py39-pyparsing"] {os = "freebsd"}
+
]
+
+
available: os != "macos"
+
synopsis: "Virtual package relying on PyParsing"
+
description:
+
"This package can only install if the PyParsing python3 library is installed on the system."
+
flags: conf
+28
packages/conf-python3-tomli/conf-python3-tomli.1/opam
···
+
opam-version: "2.0"
+
maintainer: "https://github.com/ocaml/opam-repository/issues"
+
homepage: "https://pypi.org/project/tomli/"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
authors: "Tomli dev team"
+
license: "MIT"
+
build: [
+
["sh" "-c" "echo 'import tomli' > test.py"]
+
["python3" "test.py"]
+
]
+
depends: [
+
"conf-python-3" {build}
+
]
+
depexts: [
+
["python3-tomli"] {os-family = "debian"}
+
["python3-tomli"] {os-family = "ubuntu"}
+
["python3-tomli"] {os-distribution = "fedora"}
+
["python-tomli"] {os-family = "suse" | os-family = "opensuse"}
+
["python-tomli"] {os-family = "arch"}
+
["py3-tomli"] {os-family = "alpine"}
+
["py39-tomli"] {os = "freebsd"}
+
]
+
+
available: os != "macos"
+
synopsis: "Virtual package relying on Tomli"
+
description:
+
"This package can only install if the Tomli python3 library is installed on the system."
+
flags: conf
+46
packages/cvc5/cvc5.1.1.3~unreleased/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "OCaml bindings for the cvc5 SMT solver"
+
description: "OCaml bindings for the cvc5 SMT solver"
+
maintainer: ["João Pereira <joaomhmpereira@tecnico.ulisboa.pt>"]
+
authors: ["João Pereira <joaomhmpereira@tecnico.ulisboa.pt>"]
+
license: "GPL-3.0-only"
+
homepage: "https://github.com/formalsec/ocaml-cvc5"
+
bug-reports: "https://github.com/formalsec/ocaml-cvc5/issues"
+
depends: [
+
"dune" {>= "3.10"}
+
"ocaml" {>= "4.12"}
+
"conf-gcc" {build}
+
"conf-g++" {build}
+
"conf-gmp" {build}
+
"conf-cmake" {build}
+
"conf-python-3" {build}
+
"conf-python-3-dev" {build}
+
"conf-python3-tomli" {build}
+
"conf-python3-pyparsing" {build}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/formalsec/ocaml-cvc5.git"
+
available: arch != "arm32" & os != "macos" & os != "freebsd" & os-distribution != "fedora" & os-family != "arch"
+
url {
+
src:
+
"https://github.com/formalsec/ocaml-cvc5/releases/download/v1.1.3/ocaml-cvc5-v1.1.3.unreleased.tar.gz"
+
checksum: [
+
"md5=2beb77e9db079cd585a9a9a19b76d1ec"
+
"sha512=b8b92ce5a076800a0a91b69c1110da4a46b6345de5c52dbefccbd31d6efc90725798645d25ed80f1c07a7571fed8779fdc3c6bb8977e999acd0acddb46a01690"
+
]
+
}