-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdune-project
More file actions
116 lines (104 loc) · 1.74 KB
/
Copy pathdune-project
File metadata and controls
116 lines (104 loc) · 1.74 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
(lang dune 3.20)
(name central)
(generate_opam_files)
(license MIT)
(authors "Mathieu Barbin")
(maintainers "Mathieu Barbin <opensource@mbarbin.org>")
(source
(github mbarbin/central-cli))
(documentation "https://mbarbin.github.io/central-cli/")
(using menhir 3.0)
(implicit_transitive_deps false)
(package
(name central)
(synopsis "Manage history between sub-repos and their monorepo")
(depends
(ocaml
(>= 5.3))
(cmdlang
(>= 0.0.11))
(cmdlang-cmdliner-err-runner
(>= 0.0.17))
(dune-build-info
(>= 3.20))
(dyn
(>= 3.20))
(file-rewriter
(>= 0.0.3))
(fpath
(>= 0.7.3))
(fpath-sexp0
(>= 0.4.0))
(loc
(>= 0.2.2))
(menhir
(>= 20220210))
(pp
(>= 2.0.0))
(pplumbing-err
(>= 0.0.17))
(pplumbing-log
(>= 0.0.17))
(pplumbing-log-cli
(>= 0.0.17))
(pplumbing-pp-tty
(>= 0.0.17))
(print-table
(>= 0.1.3))
(sexplib0
(>= v0.17))
(spawn
(>= v0.17))
(volgo
(>= 0.0.22))
(volgo-git-unix
(>= 0.0.22))
(xdg
(>= 3.20))
(yojson
(>= 3.0.0))))
(package
(name central-tests)
(synopsis "Tests and end-to-end examples for central")
(depends
(ocaml
(>= 5.3))
(central
(= :version))
(file-rewriter
(>= 0.0.3))
(fpath
(>= 0.7.3))
(mdexp
(>= 0.0.20260814))
(pplumbing-err
(>= 0.0.17))
(ppx_expect
(>= v0.17))
(volgo
(>= 0.0.22))
(volgo-git-unix
(>= 0.0.22))))
(package
(name central-dev)
(synopsis "Package to regroup dev targets, documentation, and more")
(allow_empty)
(depends
(ocaml
(>= 5.3))
(ocamlformat
(= 0.29.0))
(bisect_ppx
(>= 2.8.3))
(central
(= :version))
(central-tests
(= :version))
(mdexp
(>= 0.0.20260814))
(ppx_expect
(>= v0.17))
(ppx_js_style
(>= v0.17))
(odoc
(>= 3.0.0))))