package ocue
A library to read cue file
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.1.0.tar.gz
sha256=d06e648d87cad57b12386409fb1974b80b09e479efcee5877659db85dd614972
sha512=9b7a05ed3a9dfe84f5f89507268f5b0fabaf5154fbc0047f0a72eec5ee03c28fc70d1455c363bee5b53aa8b258736c8980b1a32ddcfb7941c81f1b737c8c7c13
Description
README
ocue
A library for reading cue file.
Installation
- TODO: waiting to be publish on opam
Documentation
The document can be build with dune build @doc
.
Specification
This library relies on the description of cue sheet as written in:
- https://www.gnu.org/software/ccd2cue/manual/html_node/CUE-sheet-format.html
- https://wiki.hydrogenaudio.org/index.php?title=Cue_sheet
- https://web.archive.org/web/20070614044112/http://www.goldenhawk.com/download/cdrwin.pdf
This library tries to respect as closely as it can the previous descriptions but is not strictly compliant.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page