this repo has no description

Merge pull request #20985 from thierry-martinez/pyml.20220322

[new release] pyml.20220322

Kate c3507813 582c5d3a

Changed files
+37
packages
pyml
pyml.20220322
+37
packages/pyml/pyml.20220322/opam
···
+
opam-version: "2.0"
+
maintainer: "Thierry Martinez <martinez@nsup.org>"
+
authors: "Thierry Martinez <martinez@nsup.org>"
+
homepage: "http://github.com/thierry-martinez/pyml"
+
bug-reports: "http://github.com/thierry-martinez/pyml/issues"
+
license: "BSD-2-Clause"
+
dev-repo: "git+https://github.com/thierry-martinez/pyml.git"
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
run-test: [make "test"]
+
synopsis: "OCaml bindings for Python"
+
description: "OCaml bindings for Python 2 and Python 3"
+
depends: [
+
"ocaml" {>= "3.12.1"}
+
"dune" {>= "2.8.0"}
+
"ocamlfind" {build}
+
"stdcompat" {>= "18"}
+
"conf-python-3-dev" {with-test}
+
"odoc" {with-doc}
+
]
+
depopts: ["utop"]
+
url {
+
src: "https://github.com/thierry-martinez/pyml/releases/download/20220322/pyml-20220322.tar.gz"
+
checksum: "sha512=a7835061afab1e092f44c1e03dc7898ed570443939f7deb2ad5e530aed0ac486b944df0cbd96c5d6371a1e129d0851dec5c4c6967d2a4bb0950532d48ab6e9a5"
+
}