|
2 | 2 | <feed xmlns="http://www.w3.org/2005/Atom">
|
3 | 3 | <id>https://mt-caret.github.io/blog</id>
|
4 | 4 | <title type="text">mt_caret's blog</title>
|
5 |
| - <generator uri="https://github.com/mt-caret/blog-src" version="0abd9d2">blog-src</generator> |
| 5 | + <generator uri="https://github.com/mt-caret/blog-src" version="14870e6">blog-src</generator> |
6 | 6 | <updated>2025-02-02T00:00:00Z</updated>
|
7 | 7 | <author>
|
8 | 8 | <name>mt_caret</name>
|
@@ -1230,7 +1230,6 @@ href="https://github.com/mt-caret/blog-src">on GitHub</a>.<
|
1230 | 1230 | <content type="html">
|
1231 | 1231 | <p>These are some notes on putting together a <code>dune</code> file for
|
1232 | 1232 | creating a C executable which calls OCaml code.</p>
|
1233 |
| -<!-- TODO: Add link to repository --> |
1234 | 1233 | <p>The OCaml manual describes how to call OCaml code from C under the
|
1235 | 1234 | section “Advanced example with callbacks” in the chapter “Interfacing C
|
1236 | 1235 | with OCaml”, using the following invocations to
|
@@ -1287,6 +1286,9 @@ manually define rules to run the remaining steps:</p>
|
1287 | 1286 | <div class="sourceCode" id="cb6"><pre
|
1288 | 1287 | class="sourceCode bash"><code class="sourceCode bash"><span id="cb6-1"><a href="#cb6-1" aria-hidden="true" tabindex="-1"></a><span class="ex">$</span> dune exec ./main.exe</span>
|
1289 | 1288 | <span id="cb6-2"><a href="#cb6-2" aria-hidden="true" tabindex="-1"></a><span class="ex">fib</span><span class="er">(</span><span class="ex">10</span><span class="kw">)</span> <span class="ex">=</span> Result is: 89 </span></code></pre></div>
|
| 1289 | +<p>The full code is available in the <a |
| 1290 | +href="https://github.com/mt-caret/calling-ocaml-from-c">calling-ocaml-from-c</a> |
| 1291 | +repository.</p> |
1290 | 1292 | </content>
|
1291 | 1293 | <link href="https://mt-caret.github.io/blog/2025-02-02-calling-ocaml-from-c-in-dune" rel="alternate"/>
|
1292 | 1294 | </entry>
|
|
0 commit comments