diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:02:17 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:02:17 +0200 |
commit | b9203ee84953006547f4afd58f405874c87bf0dc (patch) | |
tree | 9e41f1533f120e9268e86658c52458630ffd718a /shared/ossp_uuid/BINDINGS | |
parent | 3.0 (diff) | |
download | FreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.tar.gz FreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.tar.bz2 FreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.zip |
3.1
Diffstat (limited to 'shared/ossp_uuid/BINDINGS')
-rw-r--r-- | shared/ossp_uuid/BINDINGS | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/shared/ossp_uuid/BINDINGS b/shared/ossp_uuid/BINDINGS new file mode 100644 index 00000000..7342f810 --- /dev/null +++ b/shared/ossp_uuid/BINDINGS @@ -0,0 +1,35 @@ + + _ ___ ____ ____ ____ _ _ + |_|_ _ / _ \/ ___/ ___|| _ \ _ _ _ _(_) __| | + _|_||_| | | | \___ \___ \| |_) | | | | | | | | |/ _` | + |_||_|_| | |_| |___) |__) | __/ | |_| | |_| | | (_| | + |_|_|_| \___/|____/____/|_| \__,_|\__,_|_|\__,_| + + OSSP uuid - Universally Unique Identifier + + LANGUAGE BINDINGS + + Various programming language bindings exist for OSSP uuid. + The following is the list of known bindings: + + o C + (native API) + + o C++ + (addon API; part of the OSSP uuid distribution; see uuid++.* files) + + o Perl + (addon API; part of the OSSP uuid distribution; see perl/ directory) + + o PHP + (addon API; part of the OSSP uuid distribution; see php/ directory) + + o PostgreSQL + (addon API; part of the OSSP uuid distribution; see pgsql/ directory) + + o GNU Guile GEE (Scheme) + https://gna.org/projects/gee + + o Chicken (Scheme) + http://www.call-with-current-continuation.org/eggs/uuid-ossp.html + |