dardoria / uuid

Common Lisp implementation of UUIDs according to RFC4122
47 stars 12 forks source link

Ironclad is a very heavyweight system so clasp provides uuid functions #8

Closed drmeister closed 4 years ago

drmeister commented 4 years ago

Clasp provides its own md5 and sha1 functions - so it doesn't require ironclad - which takes at least 20 minutes to compile with clasps slow llvm based compiler. Could you accept this PR so that clasp can use its own functions and remove the ironclad dependency.