Skip to content

Commit

Permalink
Update dune
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain78 <[email protected]>
  • Loading branch information
Sylvain78 committed Oct 2, 2024
1 parent 159b154 commit c781c6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/dune
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
(library
(foreign_stubs
(language c)
(names base_bigstring_stubs)
(language c)
(names base_bigstring_stubs)
)
(c_library_flags (:include flags.sexp))
(name base_bigstring)
(public_name base_bigstring)
(js_of_ocaml
(javascript_files runtime.js))
(javascript_files runtime.js))
(libraries base int_repr sexplib)
(ocamlopt_flags :standard -O3)
(preprocess
(pps ppx_jane))
(pps ppx_jane))
)

(rule
Expand Down

0 comments on commit c781c6c

Please sign in to comment.