Skip to content

Commit a514da5

Browse files
authored
Merge pull request #24733 from thierry-martinez/pyml.20231101
[new release] pyml.20231101
2 parents 6526b81 + e35777b commit a514da5

File tree

1 file changed

+37
-0
lines changed
  • packages/pyml/pyml.20231101

1 file changed

+37
-0
lines changed

packages/pyml/pyml.20231101/opam

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
opam-version: "2.0"
2+
maintainer: "Thierry Martinez <[email protected]>"
3+
authors: "Thierry Martinez <[email protected]>"
4+
homepage: "http://github.com/thierry-martinez/pyml"
5+
bug-reports: "http://github.com/thierry-martinez/pyml/issues"
6+
license: "BSD-2-Clause"
7+
dev-repo: "git+https://github.com/thierry-martinez/pyml.git"
8+
build: [
9+
["dune" "subst"] {dev}
10+
[
11+
"dune"
12+
"build"
13+
"-p"
14+
name
15+
"-j"
16+
jobs
17+
"@install"
18+
"@runtest" {with-test}
19+
"@doc" {with-doc}
20+
]
21+
]
22+
synopsis: "OCaml bindings for Python"
23+
description: "OCaml bindings for Python 2 and Python 3"
24+
available: arch != "s390x"
25+
depends: [
26+
"ocaml" {>= "3.12.1"}
27+
"dune" {>= "2.8.0"}
28+
"ocamlfind" {build}
29+
"stdcompat" {>= "19"}
30+
"conf-python-3-dev" {with-test}
31+
"odoc" {with-doc}
32+
]
33+
depopts: ["utop"]
34+
url {
35+
src: "https://github.com/thierry-martinez/pyml/releases/download/20231101/pyml.20231101.tar.gz"
36+
checksum: "sha512=711cbb8fb14317a04780c4d27edc1897d8a5dd783edfd471fe16b8edfd0820f876507383526fe3b57c0046575982735504ca101ab26d96ad13363f14a2469fa1"
37+
}

0 commit comments

Comments
 (0)