File: dune-project

package info (click to toggle)
pyml 20231101-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 592 kB
  • sloc: ml: 7,043; ansic: 1,802; makefile: 317; sh: 13
file content (31 lines) | stat: -rw-r--r-- 651 bytes parent folder | download | duplicates (2)
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
(lang dune 2.8)

(name pyml)

(license BSD-2-Clause)

(maintainers "Thierry Martinez <martinez@nsup.org>")

(authors "Thierry Martinez <martinez@nsup.org>")

(source
 (github thierry-martinez/pyml))

(bug_reports "http://github.com/thierry-martinez/pyml/issues")

(homepage "http://github.com/thierry-martinez/pyml")

(documentation "http://github.com/thierry-martinez/pyml")

(generate_opam_files true)

(package
 (name pyml)
 (synopsis "OCaml bindings for Python")
 (description "OCaml bindings for Python 2 and Python 3")
 (depends
  (ocaml (>= 3.12.1))
  (ocamlfind :build)
  (stdcompat (>= 18))
  (conf-python-3-dev :with-test))
 (depopts utop))