caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] Cmdliner 1.0.0
@ 2017-03-01 23:27 Daniel Bünzli
  2017-03-01 23:33 ` SP
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Bünzli @ 2017-03-01 23:27 UTC (permalink / raw)
  To: OCaml List

Hello,  

It's my pleasure to announce the release of cmdliner 1.0.0. 

One important notice for all users. The argument converter type will become 
abstract in the next major release, please make sure to migrate your code to use the 
constructors/destructors of the Arg module to minimize breakage in the future.

For the rest all the details are in the release notes [0], here's an abridged view:

* Few breaking API changes but I suspect most users won't be affected.
* Internal sanitization and modularization which hopefully now makes the code 
   readable and will ease further developments. 
* Documentation language sanitization.
* Additions to reduce boilerplate and ease the documentation of your 
  tool (e.g. support for documenting exit statuses). 
* Additions for better composition with Pervasives.exit and the new 
  `result` type of the stdlib.
* End-user error reporting improvements.
* Relicense from BSD3 to ISC.

Cmdliner is an ISC licensed library for the declarative definition of command line interfaces.

Homepage: http://erratique.ch/software/cmdliner
API docs: http://erratique.ch/software/cmdliner/doc

Best, 

Daniel

[0] https://github.com/dbuenzli/cmdliner/blob/v1.0.0/CHANGES.md#v100-2017-03-02-la-forclaz-vs




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-03-03  9:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-01 23:27 [Caml-list] [ANN] Cmdliner 1.0.0 Daniel Bünzli
2017-03-01 23:33 ` SP
2017-03-01 23:53   ` Daniel Bünzli
2017-03-03  9:00     ` SP

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).