Skip to content

Commit

Permalink
client/server
Browse files Browse the repository at this point in the history
  • Loading branch information
ailrst committed Dec 18, 2024
1 parent c9bd968 commit 838bfc1
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 52 deletions.
4 changes: 2 additions & 2 deletions bin/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(executable
(public_name gtirb_semantics)
(name main)
(flags (:standard -w -69))
(flags (:standard -w -69 -w -32 -w -27))
(preprocess
(pps ppx_jane -dont-apply=sexp_message))
(libraries base64 yojson gtirb_semantics asli.libASL janestreet_lru_cache))
(libraries base64 yojson gtirb_semantics asli.libASL janestreet_lru_cache lwt.unix mtime mtime.clock))
Loading

0 comments on commit 838bfc1

Please sign in to comment.