-
Notifications
You must be signed in to change notification settings - Fork 31
/
pyml.opam
34 lines (34 loc) · 865 Bytes
/
pyml.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "OCaml bindings for Python"
description: "OCaml bindings for Python 2 and Python 3"
maintainer: ["Thierry Martinez <martinez@nsup.org>"]
authors: ["Thierry Martinez <martinez@nsup.org>"]
license: "BSD-2-Clause"
homepage: "http://github.com/thierry-martinez/pyml"
doc: "http://github.com/thierry-martinez/pyml"
bug-reports: "http://github.com/thierry-martinez/pyml/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "3.12.1"}
"ocamlfind" {build}
"stdcompat" {>= "18"}
"conf-python-3-dev" {with-test}
"odoc" {with-doc}
]
depopts: ["utop"]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/thierry-martinez/pyml.git"