forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ocaml#26037 from joaomhmpereira/opam-publish-cvc5.…
…1.1.3-unreleased Package cvc5.1.1.3-unreleased
- Loading branch information
Showing
3 changed files
with
102 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
packages/conf-python3-pyparsing/conf-python3-pyparsing.1/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |