Skip to content

Micro lib with ClojureScript implementation of a random, type 4 UUID generator compatible with cljs.core/UUID

License

Notifications You must be signed in to change notification settings

franks42/cljs-uuid-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#START IMPORTANT NOTE

cljs-uuid-utils has changed maintainers and lein coordinates. Please find the new official fork at https://github.com/lbradstreet/cljs-uuid-utils.

#END IMPORTANT NOTE

cljs-uuid-utils

ClojureScript micro-library with an implementation of a type 4, random UUID generator compatible with RFC-4122 and cljs.core/UUID (make-random-uuid), a getter function to obtain the uuid string representation from a UUID-instance (uuid-string), a uuid-string conformance validating predicate (valid-uuid?), and a UUID factory from uuid-string with conformance validation (make-uuid-from). An implementation of a squuid (semi-sequential uuid) generator is also included (make-random-squuid).

Installation

(SEE IMPORTANT NOTE ABOVE)

License

Copyright (C) 2012 Frank Siebenlist and Lucas Bradstreet

Distributed under the Eclipse Public License, the same as Clojure.

About

Micro lib with ClojureScript implementation of a random, type 4 UUID generator compatible with cljs.core/UUID

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •