this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Bindings to libportmidi" 4description: "OCaml bindings to libportmidi" 5maintainer: ["Michael Bacarella <m@bacarella.com>"] 6authors: ["Michael Bacarella <m@bacarella.com>"] 7license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 8homepage: "https://github.com/mbacarella/portmidi" 9bug-reports: "https://github.com/mbacarella/portmidi/issues" 10depends: [ 11 "dune" {>= "2.7"} 12 "ocaml" {>= "4.07"} 13 "dune-configurator" 14 "conf-pkg-config" 15 "core_kernel" 16 "ctypes" {>= "0.13.0"} 17 "ctypes-foreign" 18 "conf-libportmidi" 19 "ppx_jane" {>= "v0.12.0"} 20 "odoc" {with-doc} 21] 22build: [ 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] 36dev-repo: "git+https://github.com/mbacarella/portmidi.git" 37url { 38 src: "https://github.com/mbacarella/portmidi/archive/0.1.tar.gz" 39 checksum: [ 40 "md5=32c8046ba5a138f9a17d0e05d8c3c749" 41 "sha512=ec8e091ecad36574d9c9871a4f980fe0a4eefe0591b3e9bd258d589a3421ace88395e817369deb509b57e2aed149b4856cbf571ed08390d3e3640109d7e236e5" 42 ] 43}