;;; uuid.el --- UUID's for EmacsLisp
;; Copyright (C) 2012 Nic Ferrier
;; Author: James Mastros
;; Maintainer: Nic Ferrier <nferrier@ferrier.me.uk>
;; Keywords: lisp
;; Package-Version: 20120910.851
;; Package-Commit: 1519bfeb0e31602b840bc8dd35d7c7e732c159fe
;; Created: 5th September 2008
;; Version: 0.0.3
;; This file is free software
;; It is Copyright 2005 James Mastros, and may be used under your
;; choice of the GNU General Public License (version 2 or later),
;; or the Artistic License, as promolgated by Perl.
;;; Commentary:
;; UUID's are useful for all sorts of things.
;; Create, parse, and manipulate UUIDs/GUIDs, as specified in
;; http://www.ietf.org/internet-drafts/draft-mealling-uuid-urn-05.txt
;;; Code:
;;; uuid.el ends here