Subject: ITP: comparelib -- OCaml syntax extension for deriving "compare" 
functions automatically
Package: wnpp
Owner: Lifeng Sun <[email protected]>
Severity: wishlist
X-Debbugs-CC: [email protected]

* Package name    : comparelib
  Version         : 109.27.00
  Upstream Author : Jane Street Capital LLC <[email protected]>
* URL             : https://github.com/janestreet/comparelib
* License         : Apache-2.0
  Programming Lang: OCaml
  Description     : OCaml syntax extension for deriving "compare" functions 
automatically

comparelib is a camlp4 syntax extension that derives comparison
functions from type representations. The scaffolded functions are
usually much faster than ocaml's Pervasives.compare. Scaffolding
functions also gives you more flexibilty by allowing you to override
them for a specific type and more safety by making sure that you only
compare comparable values.

-- 

Attachment: signature.asc
Description: Digital signature

Reply via email to