<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/dev/incdir_dune, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>[dune] Fix include object dirs.</title>
<updated>2019-04-04T00:23:40+00:00</updated>
<author>
<name>Emilio Jesus Gallego Arias</name>
</author>
<published>2019-04-04T00:23:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=53be2d5c780129da79b6fa9815d5a34410bbcf5b'/>
<id>53be2d5c780129da79b6fa9815d5a34410bbcf5b</id>
<content type='text'>
In Dune &gt;= 1.8 object dirs have changed; this should be stable for a
while, however we want a more robust setup for sure, which I think it
should be able to be implemented when we have a single build system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Dune &gt;= 1.8 object dirs have changed; this should be stable for a
while, however we want a more robust setup for sure, which I think it
should be able to be implemented when we have a single build system.
</pre>
</div>
</content>
</entry>
<entry>
<title>[dev] Add include versions for Dune builds.</title>
<updated>2019-02-18T17:15:44+00:00</updated>
<author>
<name>Emilio Jesus Gallego Arias</name>
</author>
<published>2019-02-12T03:32:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=fad095ccc656c5fccc5e50b36067deabde233bb3'/>
<id>fad095ccc656c5fccc5e50b36067deabde233bb3</id>
<content type='text'>
Fixes #9537

This way, users can do:
```
dune exec coqtop.byte
&gt; Drop.
 # #directory "dev";;
 # #use "include_dune";;
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #9537

This way, users can do:
```
dune exec coqtop.byte
&gt; Drop.
 # #directory "dev";;
 # #use "include_dune";;
```
</pre>
</div>
</content>
</entry>
</feed>
