caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] Uucd 1.0.0 & Uunf 0.9.2
@ 2013-10-01 12:47 Daniel Bünzli
  2013-10-01 15:41 ` Florent Monnier
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Bünzli @ 2013-10-01 12:47 UTC (permalink / raw)
  To: caml list

Hello, 

Unicode 6.3.0 having been released yesterday it's my pleasure to announce that the following modules have been updated to support the latest version of the standard:


# Uucd 1.0.0, Unicode character database decoder for OCaml.

This is a major release as new cases where introduced in some of the database's enumerants.

Home page: http://erratique.ch/software/uucd
Release notes: https://github.com/dbuenzli/uucd/blob/master/CHANGES.md




# Uunf 0.9.2, Unicode text normalization for OCaml

Minor release, updates the internal data structures to support the new characters introduced in Unicode 6.3.0

Home page: http://erratique.ch/software/uunf
Release notes: https://github.com/dbuenzli/uunf/blob/master/CHANGES.md




They will be available in opam as soon as opam 1.1 is out.

Best,

Daniel

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

* Re: [Caml-list] [ANN] Uucd 1.0.0 & Uunf 0.9.2
  2013-10-01 12:47 [Caml-list] [ANN] Uucd 1.0.0 & Uunf 0.9.2 Daniel Bünzli
@ 2013-10-01 15:41 ` Florent Monnier
  2013-10-01 15:49   ` Daniel Bünzli
  0 siblings, 1 reply; 5+ messages in thread
From: Florent Monnier @ 2013-10-01 15:41 UTC (permalink / raw)
  To: Daniel Bünzli; +Cc: caml list

2013/10/1, Daniel Bünzli <daniel.buenzli@erratique.ch>:
> Hello,
>
> Unicode 6.3.0 having been released yesterday it's my pleasure to announce
> that the following modules have been updated to support the latest version
> of the standard:
>
>
> # Uucd 1.0.0, Unicode character database decoder for OCaml.
>
> This is a major release as new cases where introduced in some of the
> database's enumerants.
>
> Home page: http://erratique.ch/software/uucd
> Release notes: https://github.com/dbuenzli/uucd/blob/master/CHANGES.md
>

what should be the input for
"uucd-1.0.0/test/test.ml"
?

>
>
> # Uunf 0.9.2, Unicode text normalization for OCaml
>
> Minor release, updates the internal data structures to support the new
> characters introduced in Unicode 6.3.0
>
> Home page: http://erratique.ch/software/uunf
> Release notes: https://github.com/dbuenzli/uunf/blob/master/CHANGES.md
>
>
>
>
> They will be available in opam as soon as opam 1.1 is out.
>
> Best,
>
> Daniel
>
> --
> Caml-list mailing list.  Subscription management and archives:
> https://sympa.inria.fr/sympa/arc/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>

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

* Re: [Caml-list] [ANN] Uucd 1.0.0 & Uunf 0.9.2
  2013-10-01 15:41 ` Florent Monnier
@ 2013-10-01 15:49   ` Daniel Bünzli
  2013-10-01 16:58     ` Florent Monnier
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Bünzli @ 2013-10-01 15:49 UTC (permalink / raw)
  To: Florent Monnier; +Cc: caml list

Le mardi, 1 octobre 2013 à 17:41, Florent Monnier a écrit :
> what should be the input for
> "uucd-1.0.0/test/test.ml"
> ?

See the instructions about the `build test` target here:  

https://github.com/dbuenzli/uunf/blob/master/DEVEL.md

Best,

Daniel



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

* Re: [Caml-list] [ANN] Uucd 1.0.0 & Uunf 0.9.2
  2013-10-01 15:49   ` Daniel Bünzli
@ 2013-10-01 16:58     ` Florent Monnier
  2013-10-01 17:18       ` Daniel Bünzli
  0 siblings, 1 reply; 5+ messages in thread
From: Florent Monnier @ 2013-10-01 16:58 UTC (permalink / raw)
  To: Daniel Bünzli; +Cc: caml list

2013/10/01, Daniel Bünzli wrote:
> Le mardi, 1 octobre 2013 à 17:41, Florent Monnier a écrit :
>> what should be the input for
>> "uucd-1.0.0/test/test.ml"
>> ?
>
> See the instructions about the `build test` target here:
>
> https://github.com/dbuenzli/uunf/blob/master/DEVEL.md

15        test)      $OCAMLBUILD test.native; ./test.native data/test.txt ;;

I can see no "data/test.txt"
Is it something that is build by any of your build script?

$ tree -fid uucd-1.0.0/
uucd-1.0.0
uucd-1.0.0/_build
uucd-1.0.0/_build/pkg
uucd-1.0.0/_build/src
uucd-1.0.0/doc
uucd-1.0.0/pkg
uucd-1.0.0/src
uucd-1.0.0/test

--

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

* Re: [Caml-list] [ANN] Uucd 1.0.0 & Uunf 0.9.2
  2013-10-01 16:58     ` Florent Monnier
@ 2013-10-01 17:18       ` Daniel Bünzli
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Bünzli @ 2013-10-01 17:18 UTC (permalink / raw)
  To: Florent Monnier; +Cc: caml list

Le mardi, 1 octobre 2013 à 18:58, Florent Monnier a écrit :
> 2013/10/01, Daniel Bünzli wrote:
> > Le mardi, 1 octobre 2013 à 17:41, Florent Monnier a écrit :
> > > what should be the input for
> > > "uucd-1.0.0/test/test.ml"
> > > ?
> >  
> >  
> >  
> > See the instructions about the `build test` target here:
> >  
> > https://github.com/dbuenzli/uunf/blob/master/DEVEL.md
>  
> 15 test) $OCAMLBUILD test.native; ./test.native data/test.txt ;;
>  
> I can see no "data/test.txt"
> Is it something that is build by any of your build script?

Please read the instructions I pointed you to.  

Daniel



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

end of thread, other threads:[~2013-10-01 17:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-01 12:47 [Caml-list] [ANN] Uucd 1.0.0 & Uunf 0.9.2 Daniel Bünzli
2013-10-01 15:41 ` Florent Monnier
2013-10-01 15:49   ` Daniel Bünzli
2013-10-01 16:58     ` Florent Monnier
2013-10-01 17:18       ` Daniel Bünzli

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).