-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyml_bindgen-dev.opam
36 lines (36 loc) · 879 Bytes
/
pyml_bindgen-dev.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
35
36
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.4.1"
synopsis: "Development package for pyml_bindgen"
maintainer: ["Ryan M. Moore"]
authors: ["Ryan M. Moore"]
homepage: "https://github.com/mooreryan/ocaml_python_bindgen"
doc: "https://mooreryan.github.io/ocaml_python_bindgen/"
bug-reports: "https://github.com/mooreryan/ocaml_python_bindgen/issues"
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.14"}
"bisect_ppx"
"core" {>= "v0.15"}
"core_bench" {>= "v0.15"}
"core_unix" {>= "v0.15"}
"ocamlformat" {>= "0.23" & < "0.24"}
"ocaml-lsp-server" {>= "1.13"}
"pyml"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/mooreryan/ocaml_python_bindgen.git"