1
2   _        ___  ____ ____  ____                _     _
3  |_|_ _   / _ \/ ___/ ___||  _ \   _   _ _   _(_) __| |
4  _|_||_| | | | \___ \___ \| |_) | | | | | | | | |/ _` |
5 |_||_|_| | |_| |___) |__) |  __/  | |_| | |_| | | (_| |
6  |_|_|_|  \___/|____/____/|_|      \__,_|\__,_|_|\__,_|
7
8  OSSP uuid - Universally Unique Identifier
9
10  LANGUAGE BINDINGS
11
12  Various programming language bindings exist for OSSP uuid.
13  The following is the list of known bindings:
14
15  o C
16    (native API)
17
18  o C++
19    (addon API; part of the OSSP uuid distribution; see uuid++.* files)
20
21  o Perl
22    (addon API; part of the OSSP uuid distribution; see perl/ directory)
23
24  o PHP
25    (addon API; part of the OSSP uuid distribution; see php/ directory)
26
27  o PostgreSQL
28    (addon API; part of the OSSP uuid distribution; see pgsql/ directory)
29
30  o GNU Guile GEE (Scheme)
31    https://gna.org/projects/gee
32
33  o Chicken (Scheme)
34    http://www.call-with-current-continuation.org/eggs/uuid-ossp.html
35
36