Skip to content

Commit

Permalink
Merge pull request ocaml#15844 from thierry-martinez/pyml.20200115
Browse files Browse the repository at this point in the history
Release pyml.20200115
  • Loading branch information
kit-ty-kate authored Feb 15, 2020
2 parents f415875 + 21c179c commit 6a43c5c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/pyml/pyml.20200115/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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-3-Clause"
dev-repo: "git+https://github.com/thierry-martinez/pyml.git"
build: [make "all" "pymltop" "pymlutop" {utop:installed} "PREFIX=%{prefix}%"]
install: [make "install" "PREFIX=%{prefix}%"]
synopsis: "OCaml bindings for Python"
description: "OCaml bindings for Python 2 and Python 3"
depends: [
"ocaml" {>= "3.12.1" & < "4.11.0"}
"ocamlfind" {build}
"stdcompat" {>= "11"}
]
depopts: ["utop"]
url {
src: "https://github.com/thierry-martinez/pyml/archive/20200115.tar.gz"
checksum: "sha512=601702d09ea7e30943948ad1daf7f348b476f6f6dc3a9b539cd7d2d21d0435eeac0c4b3e1197f127582e3ae6ed0a2a6b5cef6d7abea2e8a8eb09961578314680"
}

0 comments on commit 6a43c5c

Please sign in to comment.