File tree 1 file changed +0
-45
lines changed
1 file changed +0
-45
lines changed Original file line number Diff line number Diff line change 16
16
(pps ppx_sexp_conv ppx_let))
17
17
(modules compile))
18
18
19
- ; (executable
20
- ; (package castor)
21
- ; (public_name castor-to-cozy)
22
- ; (name to_cozy)
23
- ; (libraries core core_unix.command_unix castor)
24
- ; (preprocess
25
- ; (pps ppx_sexp_conv ppx_let))
26
- ; (modules to_cozy))
27
-
28
19
(executable
29
20
(package castor)
30
21
(public_name sample-tpch)
34
25
(pps ppx_sexp_conv ppx_let))
35
26
(modules sample_tpch))
36
27
37
- ; (executable
38
- ; (package castor)
39
- ; (public_name sql-to-castor)
40
- ; (name parse_sql)
41
- ; (libraries core core_unix.command_unix sqlgg castor yojson)
42
- ; (preprocess
43
- ; (pps ppx_sexp_conv ppx_let))
44
- ; (modules parse_sql))
45
-
46
- ; (executable
47
- ; (package castor)
48
- ; (public_name cozy-to-castor)
49
- ; (name parse_cozy)
50
- ; (libraries core core_unix.command_unix castor)
51
- ; (preprocess
52
- ; (pps ppx_sexp_conv ppx_let))
53
- ; (modules parse_cozy))
54
-
55
28
(executable
56
29
(package castor)
57
30
(public_name castor-combine)
61
34
(pps ppx_sexp_conv ppx_let))
62
35
(modules combine))
63
36
64
- ; (executable
65
- ; (package castor)
66
- ; (name opt)
67
- ; (public_name opt.exe)
68
- ; (libraries core core_unix.command_unix castor logs logs.fmt fmt fmt.tty)
69
- ; (preprocess
70
- ; (pps ppx_sexp_conv ppx_let ppx_sexp_conv ppx_compare ppx_hash))
71
- ; (modules opt))
72
-
73
- ; (executable
74
- ; (package castor)
75
- ; (name xform)
76
- ; (public_name xform.exe)
77
- ; (libraries core core_unix.command_unix castor logs logs.fmt fmt fmt.tty)
78
- ; (preprocess
79
- ; (pps ppx_sexp_conv ppx_let ppx_sexp_conv ppx_compare ppx_hash))
80
- ; (modules xform))
81
-
82
37
(executable
83
38
(package castor)
84
39
(name sql)
You can’t perform that action at this time.
0 commit comments