https://github.com/gndl/playo
Simple audio player in OCaml
https://github.com/gndl/playo
Last synced: about 1 month ago
JSON representation
Simple audio player in OCaml
- Host: GitHub
- URL: https://github.com/gndl/playo
- Owner: gndl
- License: gpl-3.0
- Created: 2015-01-13T20:30:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T13:12:47.000Z (about 5 years ago)
- Last Synced: 2023-02-27T17:56:41.114Z (over 2 years ago)
- Language: OCaml
- Homepage:
- Size: 174 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Playo
Simple audio player in OCamlBuilding and installing Playo
==============================Configuration
-------------Prerequisites: ocaml >= 4.05.0, opam, dune
Dependencies:
$ make dep
Compilation
-----------$ make
Execution
---------$ make run
Installation
------------$ make install