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 f297a8a commit 45b3d0dCopy full SHA for 45b3d0d
src/kernel/dune
@@ -4,9 +4,6 @@
4
(rule
5
(copy# ../ocaml/driver/pparse.mli pparse.mli))
6
7
-(rule
8
- (copy# ../runtime/float32.c float32.c))
9
-
10
(library
11
(name merlin_kernel)
12
(public_name merlin-lib.kernel)
@@ -21,8 +18,7 @@
21
18
-open Merlin_extend)
22
19
(libraries merlin_config os_ipc ocaml_parsing ocaml_preprocess ocaml_typing
23
20
ocaml_utils merlin_extend merlin_specific merlin_utils
24
- merlin_dot_protocol merlin_index_format unix str)
25
- (foreign_stubs (language c) (names float32)))
+ merlin_dot_protocol merlin_index_format unix str))
26
27
28
(targets standard_library.ml)
src/runtime/float32.c
0 commit comments