diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-17 16:19:32 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-17 16:19:32 -0500 |
commit | 51a5f347ea4826c61349c5f0890d7f984c166eac (patch) | |
tree | 1702821ca732103b75d8bd53ba5a83bcdbb4e180 /bin/dune | |
parent | b6ecaa98c8a07c42f55bb498ebdb8c82873c3b62 (diff) | |
download | stitch-51a5f347ea4826c61349c5f0890d7f984c166eac.tar.gz stitch-51a5f347ea4826c61349c5f0890d7f984c166eac.tar.bz2 stitch-51a5f347ea4826c61349c5f0890d7f984c166eac.zip |
Notes
Notes:
Very first ALPHA release. Still rough around the edges
Download static binary from:
http://blobs.mccd.space/stitch/0.0.1/stitch
md5sum: ff0a859821579c52ae20df733c6b8038
Man pages:
http://blobs.mccd.space/stitch/0.0.1/stitch.1
Diffstat (limited to '')
-rw-r--r-- | bin/dune | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,7 +1,7 @@ (executable (public_name stitch) (package stitch) - (flags (:standard -cclib -static -cclib -no-pie)) + (name main) (libraries stitch @@ -13,7 +13,11 @@ shexp.process lambda-term)) - +(env + (release-static + (ocamlc_flags (-g)) + (ocamlopt_flags (-g)) + (flags (:standard -cclib -static -cclib -no-pie -w -40)))) ; Rule to generate a man page for stitch (rule (target stitch.1) |