diff --git a/README.md b/README.md index 0e83f39..fecd041 100644 --- a/README.md +++ b/README.md @@ -595,6 +595,7 @@ There is also an ongoing experimental project to make OCaml multiprocessor and m ## Utilities - [ocaml-cuid](https://github.com/marcoonroad/ocaml-cuid) - Collision-resistant IDs for server scalability & database performance. +- [Validate](https://github.com/Axot017/validate) - PPX deriver designed to streamline the process of validating records. - [Uuidm](https://erratique.ch/software/uuidm) - Uuidm is an OCaml module implementing 128-bit universally unique identifiers version 3, 5 (name based with MD5, SHA-1 hashing) and 4 (random based) according to RFC 4122.