We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c781c6c commit ca83a0bCopy full SHA for ca83a0b
src/dune
@@ -1,8 +1,7 @@
1
(library
2
(foreign_stubs
3
(language c)
4
- (names base_bigstring_stubs)
5
- )
+ (names base_bigstring_stubs))
6
(c_library_flags (:include flags.sexp))
7
(name base_bigstring)
8
(public_name base_bigstring)
@@ -11,8 +10,7 @@
11
10
(libraries base int_repr sexplib)
12
(ocamlopt_flags :standard -O3)
13
(preprocess
14
- (pps ppx_jane))
15
+ (pps ppx_jane)))
16
17
(rule
18
(targets flags.sexp)
0 commit comments