Skip to content

Commit 0acb235

Browse files
committed
Package portmidi.0.4
1 parent a8e705e commit 0acb235

File tree

1 file changed

+44
-0
lines changed
  • packages/portmidi/portmidi.0.4

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Bindings to libportmidi"
4+
description: "OCaml bindings to libportmidi"
5+
maintainer: ["Michael Bacarella <m@bacarella.com>"]
6+
authors: ["Michael Bacarella <m@bacarella.com>"]
7+
license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"
8+
homepage: "https://github.com/mbacarella/portmidi"
9+
bug-reports: "https://github.com/mbacarella/portmidi/issues"
10+
depends: [
11+
"dune" {>= "2.7"}
12+
"ocaml" {>= "4.07"}
13+
"dune-configurator"
14+
"conf-pkg-config"
15+
"core_kernel"
16+
"ctypes" {>= "0.21.1"}
17+
"ctypes-foreign" {>= "0.21.1"}
18+
"conf-libportmidi"
19+
"ppx_jane" {>= "v0.12.0"}
20+
"odoc" {with-doc}
21+
]
22+
build: [
23+
["dune" "subst"] {dev}
24+
[
25+
"dune"
26+
"build"
27+
"-p"
28+
name
29+
"-j"
30+
jobs
31+
"@install"
32+
"@runtest" {with-test}
33+
"@doc" {with-doc}
34+
]
35+
]
36+
dev-repo: "git+https://github.com/mbacarella/portmidi.git"
37+
x-maintenance-intent: [ "(none)" ]
38+
url {
39+
src: "https://github.com/mbacarella/portmidi/archive/refs/tags/0.4.tar.gz"
40+
checksum: [
41+
"md5=ac8719719b872e97f0f0b7ff837aec97"
42+
"sha512=9d20f6f834b601f21d34d424fb187cb89da4bc6919aab90fbf24e4d9a852316e3e8a5ee46894c35a1b412295082cba7a755e20fd29fd85a6299d01c40e929ee3"
43+
]
44+
}

0 commit comments

Comments
 (0)