diff options
author | Rutger Broekhoff | 2025-08-26 00:35:27 +0200 |
---|---|---|
committer | Rutger Broekhoff | 2025-08-26 00:35:27 +0200 |
commit | e6873458facadea0dfb228bb33291d6baf68c427 (patch) | |
tree | 9ca19e2bbb12d92447f654a92280a6048383ebba /bin/dune | |
parent | b8fbaa53b912347b3b50cac3e913a142db460b0a (diff) | |
download | rdcapsis-e6873458facadea0dfb228bb33291d6baf68c427.tar.gz rdcapsis-e6873458facadea0dfb228bb33291d6baf68c427.zip |
Basic import seems to be working
Diffstat (limited to 'bin/dune')
-rw-r--r-- | bin/dune | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ | |||
1 | (executable | 1 | (executable |
2 | (public_name rdcapsis) | 2 | (public_name rdcapsis) |
3 | (name main) | 3 | (name main) |
4 | (preprocess | ||
5 | (pps ppx_jane)) | ||
4 | (libraries rdcapsis)) | 6 | (libraries rdcapsis)) |