<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns="http://purl.org/rss/1.0/"
	xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:admin="http://webns.net/mvcb/" >
 <channel rdf:about="https://forge.ocamlcore.org/export/rss_sfnews.php">
  <title>OCaml Forge Project News</title>
  <link>https://forge.ocamlcore.org/</link>
  <description>OCaml Forge Project News Highlights</description>
 <items>
 <rdf:Seq>
 <rdf:li rdf:resource="https://forge.ocamlcore.org/forum/forum.php?forum_id=878" />
 <rdf:li rdf:resource="https://forge.ocamlcore.org/forum/forum.php?forum_id=877" />
 <rdf:li rdf:resource="https://forge.ocamlcore.org/forum/forum.php?forum_id=876" />
 <rdf:li rdf:resource="https://forge.ocamlcore.org/forum/forum.php?forum_id=875" />
 <rdf:li rdf:resource="https://forge.ocamlcore.org/forum/forum.php?forum_id=874" />
 <rdf:li rdf:resource="https://forge.ocamlcore.org/forum/forum.php?forum_id=873" />
 <rdf:li rdf:resource="https://forge.ocamlcore.org/forum/forum.php?forum_id=872" />
 <rdf:li rdf:resource="https://forge.ocamlcore.org/forum/forum.php?forum_id=871" />
 <rdf:li rdf:resource="https://forge.ocamlcore.org/forum/forum.php?forum_id=870" />
 <rdf:li rdf:resource="https://forge.ocamlcore.org/forum/forum.php?forum_id=869" />
 </rdf:Seq>
 </items>
 </channel>

 <item rdf:about="https://forge.ocamlcore.org/forum/forum.php?forum_id=878">
   <title>OCaml-RDF 0.5</title>
   <link>https://forge.ocamlcore.org/forum/forum.php?forum_id=878</link>
   <description>Now include a Turtle parser and writer.</description>
   <dc:subject>ocaml-rdf</dc:subject>
   <dc:creator>Zog Zoggy</dc:creator>
  <dc:date>2013-05-22T16:08:12+00:00</dc:date>
  </item>

 <item rdf:about="https://forge.ocamlcore.org/forum/forum.php?forum_id=877">
   <title>Zarith 1.2 released</title>
   <link>https://forge.ocamlcore.org/forum/forum.php?forum_id=877</link>
   <description>Zarith is a fast, space-efficient, GMP-based library for arbitrary-precision integer and rational arithmetic. This minor release fixes a couple of bugs, improves Windows/Mingw support, and adds a fast path coded in assembly for ARM processors.</description>
   <dc:subject>Zarith: arbitrary-precision integers</dc:subject>
   <dc:creator>Xavier Leroy</dc:creator>
  <dc:date>2013-05-20T09:27:23+00:00</dc:date>
  </item>

 <item rdf:about="https://forge.ocamlcore.org/forum/forum.php?forum_id=876">
   <title>OCaml MySQL Protocol 0.7 available</title>
   <link>https://forge.ocamlcore.org/forum/forum.php?forum_id=876</link>
   <description>This version drops tests for MySQL 5.0 and add tests for MySQL 5.6.</description>
   <dc:subject>Native MySQL Protocol</dc:subject>
   <dc:creator>Stéphane Legrand</dc:creator>
  <dc:date>2013-05-12T08:10:04+00:00</dc:date>
  </item>

 <item rdf:about="https://forge.ocamlcore.org/forum/forum.php?forum_id=875">
   <title>Cryptokit 1.7 released</title>
   <link>https://forge.ocamlcore.org/forum/forum.php?forum_id=875</link>
   <description>Now includes the SHA-3 hash function recently standardized by NIST.</description>
   <dc:subject>Cryptokit: cryptographic primitives</dc:subject>
   <dc:creator>Xavier Leroy</dc:creator>
  <dc:date>2013-04-24T15:51:41+00:00</dc:date>
  </item>

 <item rdf:about="https://forge.ocamlcore.org/forum/forum.php?forum_id=874">
   <title>forge distribution upgrade 2013/04/24 - 04/27</title>
   <link>https://forge.ocamlcore.org/forum/forum.php?forum_id=874</link>
   <description>The admin team plans to upgrade the forge system. There will be various upgrade on the system. So some program can be broken in the next coupld of days. I expect to spend in between 1 and 3 days, depending on what breaks on the system. 

Feel free to contact me directly sylvain ... le-gall.net or gildor on IRC #ocaml.

Sylvain Le Gall
on behalf of the admin team.</description>
   <dc:subject>Site Admin</dc:subject>
   <dc:creator>Sylvain Le Gall</dc:creator>
  <dc:date>2013-04-23T15:58:46+00:00</dc:date>
  </item>

 <item rdf:about="https://forge.ocamlcore.org/forum/forum.php?forum_id=873">
   <title>google-drive-ocamlfuse v0.3.2 released</title>
   <link>https://forge.ocamlcore.org/forum/forum.php?forum_id=873</link>
   <description>google-drive-ocamlfuse is a FUSE-based file system backed by Google Drive, written in OCaml. It lets you mount your Google Drive storage to a local directory on Linux.

Features: full read/write access to ordinary files and folders, read-only access to Google Docs, Sheets, and Slides (exported to
  configurable formats), multiple account support, duplicate file handling, access to trash (.Trash directory)

Also available: OPAM package, Ubuntu 12.10 native executables</description>
   <dc:subject>google-drive-ocamlfuse</dc:subject>
   <dc:creator>Alessandro Strada</dc:creator>
  <dc:date>2013-04-15T19:13:28+00:00</dc:date>
  </item>

 <item rdf:about="https://forge.ocamlcore.org/forum/forum.php?forum_id=872">
   <title>ocaml-extunix 0.0.6 released</title>
   <link>https://forge.ocamlcore.org/forum/forum.php?forum_id=872</link>
   <description>Except for backwards-incompatible change in fstatat, this is a regular update, with a couple of new bindings. 

ExtUnix is a collection of thin wrappers for various low-level system api not covered by Unix module.</description>
   <dc:subject>ExtUnix - extended Unix module</dc:subject>
   <dc:creator>ygrek </dc:creator>
  <dc:date>2013-04-02T20:05:51+00:00</dc:date>
  </item>

 <item rdf:about="https://forge.ocamlcore.org/forum/forum.php?forum_id=871">
   <title>Barista: 2.0-beta</title>
   <link>https://forge.ocamlcore.org/forum/forum.php?forum_id=871</link>
   <description>Changes:
  - update for Objective Caml 4.00.1
  - update for Camlzip 1.05
  - new 'graph' command, allowing to generate the graph of classes references
    from a list of archives (supported file formats: Dot, GEXF, and GraphML)
  - new 'Lookup' module allowing to search for Java elements (classes,
    constructors, fields, and methods) from string queries
  - new 'Manifest' module providing support for archive manifest files
  - new 'ArchiveBuilder' module allowing to construct archives from classes,
    and handling manifest, services, and copy from other archives
  - the 'flow' command can now generate output to either GEXF, or GraphML, in
    addition to Dot
  - improved handling of classpaths
  - improved performance for class encoding (about 50% speed-up)
  - improved performance for stack state computations (about 30% speed-up)
  - optimization of switches (turning lookup switches into table switches if it
    saves some place)
  - new peephole optimizations, in order to avoid simple conversions of
    constants
  - API CHANGE: class types for 'traversal' objects enhanced with new methods
  - API CHANGE: 'Traversal' module renamed to 'ClassTraversal'
  - new 'traversal' class type allowing to fold over class elements
  - new 'ArchiveTraversal' module allowing to traverse archives
  - bug: incorrect handling of some 'package-info' class files
  - bug #86: '-ocaml-prefix' doesn't really work
  - bug #87: install shouldn't build anything
  - bug #89: do not activate warnings by default
  - bug #104: configure script should be executable
  - bug #110: error in annotation encoding of string value
  - bug #111: invalid stack frame when locals are changed in a protected block
  - bug #116: invalid stack frame after &amp;quot;invokespecial&amp;quot; instruction
</description>
   <dc:subject>Barista</dc:subject>
   <dc:creator>Xavier Clerc</dc:creator>
  <dc:date>2013-03-08T18:48:28+00:00</dc:date>
  </item>

 <item rdf:about="https://forge.ocamlcore.org/forum/forum.php?forum_id=870">
   <title>Release of OCaml-bitcoin 1.1</title>
   <link>https://forge.ocamlcore.org/forum/forum.php?forum_id=870</link>
   <description>This release brings the OCaml-bitcoin API up-to-date with the recently released Bitcoin 0.8.</description>
   <dc:subject>OCaml-bitcoin</dc:subject>
   <dc:creator>Dario Teixeira</dc:creator>
  <dc:date>2013-03-01T23:54:34+00:00</dc:date>
  </item>

 <item rdf:about="https://forge.ocamlcore.org/forum/forum.php?forum_id=869">
   <title>ocurl 0.5.4 released</title>
   <link>https://forge.ocamlcore.org/forum/forum.php?forum_id=869</link>
   <description>ocurl is the set of bindings to libcurl - URL transfer library, supporting HTTP and many other protocols.

This project is the fork of http://ocurl.sourceforge.net/ and accumulates many bugfixes and enhancements which didn't make it to the original version, including the multi API wrappers and pluggable asynchronous interface (which makes it possible to inject curl transfers in your event loop of choice). This is the first release for the fork, that incorporates all the bugfixes and new features from 3 years of its history, except the asynchronous api. Next release will merge branch event.

I would like to thank Lars Nilsson, the original author of ocurl, who brought this project to existence.
</description>
   <dc:subject>ocurl</dc:subject>
   <dc:creator>ygrek </dc:creator>
  <dc:date>2013-01-29T17:12:21+00:00</dc:date>
  </item>
</rdf:RDF>
