forked from ocaml-ppx/ocamlformat
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathdune
39 lines (37 loc) · 1.13 KB
/
dune
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ;
; OCamlFormat ;
; ;
; Copyright (c) Facebook, Inc. and its affiliates. ;
; ;
; This source code is licensed under the MIT license found in ;
; the LICENSE file in the root directory of this source tree. ;
; ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(ocamllex Literal_lexer)
(library
(name ocamlformat_lib)
(flags
(:standard
-open
Ocaml_common
-open
Ocaml_413_extended
-open
Ocamlformat_stdlib))
(instrumentation
(backend bisect_ppx))
(libraries
format_
ocaml_common
ocaml_413
ocaml_413_extended
ocamlformat_stdlib
ocaml-version
ocp-indent.lib
odoc-parser
parse_wyc
re
uuseg
uuseg.string
dune-build-info))