[m-rev.] for review: mention support for google protocol buffers on website

Julien Fischer juliensf at csse.unimelb.edu.au
Mon Oct 13 16:28:04 AEDT 2008


On Mon, 13 Oct 2008, Ian MacLarty wrote:

> For review by anyone.
>
> Estimated hours taken: 0.2
> Branches: main
>
> news/newsdb.inc:
>        Mention that there is now basic support for Google protocol
>        buffers in Mercury.
>
> Index: news/newsdb.inc
> ===================================================================
> RCS file: /home/mercury1/repository/w3/news/newsdb.inc,v
> retrieving revision 1.107
> diff -u -r1.107 newsdb.inc
> --- news/newsdb.inc	29 Apr 2008 07:34:12 -0000	1.107
> +++ news/newsdb.inc	13 Oct 2008 05:09:06 -0000
> @@ -22,6 +22,17 @@
>
> $newsdb = array(
>
> +"13 October 2008" => array("Google protocol buffers for Mercury",
> +"Google protocol buffers allows a extensible binary protocol to be
> +defined in a programming language independent .proto file.
> +The protoc compiler then generates APIs for the protocol in C++, Java
> +or Python.
> +protoc has recently been extended with basic support for Mercury.
> +The extension is available from
> +<a href=\"http://code.google.com/p/protobuf-mercury/\">the protobuf-mercury
> +project site</a>."
> +),

That looks fine.

Julien.
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list