this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "SDL2_Mixer bindings to go with Tsdl" 4description: 5 "Tsdl_mixer provides bindings to SDL2_Mixer intended to be used with Tsdl." 6maintainer: ["Vu Ngoc San <san.vu-ngoc@laposte.net>"] 7authors: ["Julian Squires <julian@cipht.net>"] 8license: "BSD-3-Clause" 9tags: ["tsdl" "SDL" "audio" "bindings"] 10homepage: "https://github.com/sanette/tsdl-mixer" 11doc: "https://sanette.github.io/tsdl-mixer/Mixer/index.html" 12bug-reports: "https://github.com/sanette/tsdl-mixer/issues" 13depends: [ 14 "dune" {>= "2.7"} 15 "ocaml" {>= "4.03"} 16 "tsdl" {>= "0.9.1"} 17 "conf-sdl2-mixer" 18 "ctypes" {>= "0.4.0"} 19 "ctypes-foreign" 20 "dune-configurator" 21 "odoc" {with-doc} 22] 23build: [ 24 ["dune" "subst"] {dev} 25 [ 26 "dune" 27 "build" 28 "-p" 29 name 30 "-j" 31 jobs 32 "@install" 33 "@runtest" {with-test} 34 "@doc" {with-doc} 35 ] 36] 37dev-repo: "git+https://github.com/sanette/tsdl-mixer.git" 38url { 39 src: "https://github.com/sanette/tsdl-mixer/archive/0.6.tar.gz" 40 checksum: [ 41 "md5=5b721e1c2a43808f0bae6b56c91aa6ea" 42 "sha512=053bc90df5f7105fbfb0a1a1df3767e6b453608fc79bb5ce038437854171d7c72be6a8b5f7630cb741413faa98586400211950035bde0ccd69df79ab4d3f3c6d" 43 ] 44}