<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adam's Continuity at BlackAcid &#187; ocaml</title>
	<atom:link href="http://blogs.blackacid.org/tag/ocaml/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.blackacid.org</link>
	<description>Experiments in Real Time</description>
	<lastBuildDate>Tue, 27 Jan 2009 23:24:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>Linking ncurses with Ocaml</title>
		<link>http://blogs.blackacid.org/2009/01/27/linking-ncurses-with-ocaml/</link>
		<comments>http://blogs.blackacid.org/2009/01/27/linking-ncurses-with-ocaml/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 23:24:00 +0000</pubDate>
		<dc:creator>aballai</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ocaml]]></category>

		<guid isPermaLink="false">http://blogs.blackacid.org/?p=69</guid>
		<description><![CDATA[Just a quick reminder to myself to remember to pass a -linkpkg flag on all when compiling sources using linked c libraries. ocamlfind ocamlc -package unix,curses -linkpkg -o scr scr.ml]]></description>
			<content:encoded><![CDATA[<p>Just a quick reminder to myself to remember to pass a -linkpkg flag on all when compiling sources using linked c libraries.</p>
<p><code><br />
ocamlfind ocamlc -package unix,curses -linkpkg -o scr scr.ml<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.blackacid.org/2009/01/27/linking-ncurses-with-ocaml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
