Skip to content

Commit

Permalink
Merge pull request #26037 from joaomhmpereira/opam-publish-cvc5.1.1.3…
Browse files Browse the repository at this point in the history
…-unreleased

Package cvc5.1.1.3-unreleased
  • Loading branch information
mseri authored Aug 2, 2024
2 parents 6f0c003 + f5b0d1e commit fe8dffa
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages/conf-python3-pyparsing/conf-python3-pyparsing.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
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 changes: 28 additions & 0 deletions packages/conf-python3-tomli/conf-python3-tomli.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
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 changes: 46 additions & 0 deletions packages/cvc5/cvc5.1.1.3~unreleased/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# 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 <[email protected]>"]
authors: ["João Pereira <[email protected]>"]
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"
]
}

0 comments on commit fe8dffa

Please sign in to comment.