This is uuid-lib.egg.info, produced by makeinfo version 4.7 from
eggdoc-output.texi.

INFO-DIR-SECTION The Algorithmic Language Scheme
START-INFO-DIR-ENTRY
* uuid-lib.egg: (uuid-lib.egg).		OSF DCE 1.1 UUID
END-INFO-DIR-ENTRY


File: uuid-lib.egg.info,  Node: Top,  Next: About this egg,  Up: (dir)

uuid-lib egg
************

OSF DCE 1.1 UUID

Written by Kon Lovett (mailto:klovett@pacbell.net)

   This manual corresponds to version 1.0 of the uuid-lib extension
library for Chicken Scheme.

* Menu:

* About this egg::
* Documentation::
* License::
* Index::


File: uuid-lib.egg.info,  Node: About this egg,  Next: Documentation,  Prev: Top,  Up: Top

1 About this egg
****************

* Menu:

* Version history::
* Requirements::
* Usage::


File: uuid-lib.egg.info,  Node: Version history,  Next: Requirements,  Up: About this egg

1.1 Version history
===================

`1.0'
     Initial release


File: uuid-lib.egg.info,  Node: Requirements,  Next: Usage,  Prev: Version history,  Up: About this egg

1.2 Requirements
================

This egg requires the following extensions:

   `syntax-case'


File: uuid-lib.egg.info,  Node: Usage,  Prev: Requirements,  Up: About this egg

1.3 Usage
=========

Load this egg like so:

   `(require-extension uuid-lib)'


File: uuid-lib.egg.info,  Node: Documentation,  Next: License,  Prev: About this egg,  Up: Top

2 Documentation
***************

Wrapper for `uuid/uuid.h' procedures on MacOS X, 			and Linux.

   This is a module. You must `(import uuid-lib)' to 			access these
procedures.

* Menu:

* Predicates::
* Operations::
* Errors::


File: uuid-lib.egg.info,  Node: Predicates,  Next: Operations,  Up: Documentation

2.1 Predicates
==============

 -- procedure: uuid?
          (uuid? UUID)

     Is `UUID' a uuid?

 -- procedure: uuid-null?
          (uuid-null? UUID)

     Is `UUID' the "null" uuid?

 -- procedure: uuid=?
          (uuid=? UUID1 UUID2)

     Are `UUID1' and `UUID2' equal?

 -- procedure: uuid<>?
          (uuid<>? UUID1 UUID2)

     Are `UUID1' and `UUID2' not equal?

 -- procedure: uuid<?
          (uuid<? UUID1 UUID2)

     Does `UUID1' order below `UUID2'?

 -- procedure: uuid>?
          (uuid>? UUID1 UUID2)

     Does `UUID1' order above `UUID2'?

 -- procedure: uuid<=?
          (uuid<=? UUID1 UUID2)

     Does `UUID1' order below or the same as `UUID2'?

 -- procedure: uuid>=?
          (uuid>=? UUID1 UUID2)

     Does `UUID1' order above or the same as `UUID2'?


File: uuid-lib.egg.info,  Node: Operations,  Next: Errors,  Prev: Predicates,  Up: Documentation

2.2 Operations
==============

 -- procedure: uuid-clear!
          (uuid-clear! UUID)

     Returns the `UUID' set to the null uuid.

 -- procedure: uuid-copy
          (uuid-copy UUID)

     Returns a copy of the `UUID'.

 -- procedure: uuid-generate
          (uuid-generate [#:method #f])

     Returns a new uuid.

     Method is `#f', `'random', or `'time'.

 -- procedure: uuid-parse
          (uuid-parse UUID-TEXT)

     Returns a new uuid from the UUID external string 					representation
     `UUID-TEXT'.

 -- procedure: uuid-unparse
          (uuid-unparse UUID [#:case #f])

     Returns the external string representation of `UUID'.

     Case is `#f', `'upper', or `'lower'.


File: uuid-lib.egg.info,  Node: Errors,  Prev: Operations,  Up: Documentation

2.3 Errors
==========

Argument errors are signalled using `error'.

   When a non-uuid is given as an argument the result is `#f'.


File: uuid-lib.egg.info,  Node: License,  Next: Index,  Prev: Documentation,  Up: Top

3 License
*********


Copyright (c) 2006, Kon Lovett.  All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the Software),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ASIS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.


File: uuid-lib.egg.info,  Node: Index,  Prev: License,  Up: Top

Index
*****

 [index ]
* Menu:

* uuid-clear!:                           Operations.           (line  7)
* uuid-copy:                             Operations.           (line 12)
* uuid-generate:                         Operations.           (line 17)
* uuid-null?:                            Predicates.           (line 12)
* uuid-parse:                            Operations.           (line 24)
* uuid-unparse:                          Operations.           (line 30)
* uuid<=?:                               Predicates.           (line 37)
* uuid<>?:                               Predicates.           (line 22)
* uuid<?:                                Predicates.           (line 27)
* uuid=?:                                Predicates.           (line 17)
* uuid>=?:                               Predicates.           (line 42)
* uuid>?:                                Predicates.           (line 32)
* uuid?:                                 Predicates.           (line  7)



Tag Table:
Node: Top226
Node: About this egg563
Node: Version history749
Node: Requirements911
Node: Usage1116
Node: Documentation1279
Node: Predicates1607
Node: Operations2478
Node: Errors3270
Node: License3484
Node: Index4669

End Tag Table
