[Ur] Two new FFIs

David Snider david at davidsnider.net
Sun Oct 21 03:55:28 EDT 2012


I created two simple C FFIs that may come in handy.

https://github.com/sniderd/uw-libs

(* Takes a plaintext string and returns the SHA256 hash *)
Sha.hash : string -> string

(* Takes a regular expression and a string and checks for matches *)
Regexp.match : string -> string -> bool





More information about the Ur mailing list