diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 14:56:26 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:56:26 +0200 |
commit | 02eb929d0aaa68cdd75649749a21c343b676ce17 (patch) | |
tree | e8f3343ca5de5c09a164e321f9aaf78f34e3b9ee /libraries/yaz/README | |
parent | 980d781ba20bf8ca79a3e72daaa964fce4d611b9 (diff) | |
download | slackbuilds-02eb929d0aaa68cdd75649749a21c343b676ce17.tar.gz |
libraries/yaz: Initial import
Diffstat (limited to 'libraries/yaz/README')
-rw-r--r-- | libraries/yaz/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/yaz/README b/libraries/yaz/README new file mode 100644 index 0000000000..ac751fedd9 --- /dev/null +++ b/libraries/yaz/README @@ -0,0 +1,9 @@ +YAZ is a programmers toolkit supporting the development of Z39.50/SRW/SRU +clients and servers. Z39.50-2003 (version 3) as well as SRW/SRU version +1.1 are supported in both the client and server roles. + +The current version of YAZ includes support for the industry standard +ZOOM API for Z39.50. This API vastly simplifies the process of writing +new clients using YAZ, and it reduces your dependency on any single +toolkit. + |