File: README

package info (click to toggle)
ocaml-taglib 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 628 kB
  • ctags: 252
  • sloc: sh: 3,234; cpp: 440; ml: 404; makefile: 91
file content (45 lines) | stat: -rw-r--r-- 880 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
ocaml-taglib


This package contains an O'Caml interface for 
TagLib Audio Meta-Data Library, otherwise known as taglib.

Please read the COPYING file before using this software.

Prerequisites:
==============

- ocaml >= 4.00.1

- Taglib >= 1.8

- findlib >= 1.3.3

Compilation:
============

	$ make all

This should build both the native and the byte-code version of the
extension library.

Installation:
=============

	$ make install

This should install the library file (using ocamlfind) in the
appropriate place.

Known Issues:
=============

File opening is somewhat unsafe. This has been wrapped in a unix stat test,
but you should ensure that your file is really valid before opening it.
See: http://bugs.debian.org/454732

Author:
=======

This author of this software may be contacted by electronic mail
at the following address: savonet-users@lists.sourceforge.net.