Skip to content

Commit 518488e

Browse files
committed
chore(deps): remove cmdliner version requirements and misc opts
1 parent c62361d commit 518488e

File tree

1 file changed

+9
-22
lines changed

1 file changed

+9
-22
lines changed

dune-project

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
(lang dune 3.1)
2-
(cram enable)
1+
(lang dune 3.20)
32
(using dune_site 0.1)
43

54
(name bap)
@@ -130,12 +129,7 @@
130129
(share signatures)
131130
(share site_lisp))
132131
(depends
133-
base
134-
dune
135-
dune-configurator
136-
dune-site
137-
ocaml
138-
stdio))
132+
dune-site))
139133

140134
(package
141135
(name bap-primus-support)
@@ -292,9 +286,9 @@
292286
(depends
293287
(bap-byteweight (= :version))
294288
(bap-std (= :version))
295-
(cmdliner (and (>= 1.0) (< 2.0)))
289+
cmdliner
296290
core
297-
fileutils
291+
fileutils
298292
(bap-common (= :version))
299293
(ocurl (>= 0.9.0))
300294
(ppx_bap (= :version))
@@ -307,16 +301,14 @@
307301
(depends
308302
core
309303
(bap-common (= :version))
310-
ocamlbuild
311-
ocamlfind
312304
(ppx_bap (= :version))))
313305

314306
(package
315307
(name bap-bundle)
316308
(synopsis "A bundler for BAP plugins")
317309
(tags (bap bap-tool))
318310
(depends
319-
(camlzip (and (>= 1.0) (< 2.0)))
311+
camlzip
320312
core
321313
core_kernel
322314
fileutils
@@ -531,7 +523,6 @@ details of the program behavior.")
531523
(bap-std (= :version))
532524
core
533525
(bap-common (= :version))
534-
ocamlfind
535526
(regular (= :version))))
536527

537528
(package
@@ -639,7 +630,7 @@ be seen as a common denominator between Lwt and Async libraries.")
639630
(bap-recipe (= :version))
640631
base
641632
core_kernel
642-
(cmdliner (and (>= 1.0) (< 2.0)))
633+
cmdliner
643634
(bap-common (= :version))
644635
stdio))
645636

@@ -749,8 +740,7 @@ be seen as a common denominator between Lwt and Async libraries.")
749740
(depends
750741
(bap-common (= :version))
751742
(bap-std (= :version))
752-
cmdliner
753-
(cmdliner (and (>= 1.0) (< 2.0)))
743+
cmdliner
754744
core
755745
ezjsonm
756746
(graphlib (= :version))
@@ -778,7 +768,6 @@ be seen as a common denominator between Lwt and Async libraries.")
778768
(bap-future (= :version))
779769
core
780770
fileutils
781-
ocamlfind
782771
(ppx_bap (= :version))
783772
uri))
784773

@@ -1263,13 +1252,12 @@ between the sets.")
12631252
(bitvec-order (= :version))
12641253
(bitvec (= :version))
12651254
(camlzip (and (>= 1.07) (< 2.0)))
1266-
cmdliner
1255+
cmdliner
12671256
core
12681257
fileutils
12691258
(graphlib (= :version))
12701259
mmap
12711260
(monads (= :version))
1272-
(ocamlfind (and (>= 1.5.6) (< 2.0.0)))
12731261
(ogre (= :version))
12741262
ounit
12751263
(ppx_bap (= :version))
@@ -1428,8 +1416,7 @@ as the interpreter for your BAP scripts, e.g., `baptop myprog.ml`")
14281416
(depends
14291417
(bap-common (= :version))
14301418
(bap-std (= :version))
1431-
core
1432-
ocamlfind))
1419+
core))
14331420

14341421
(package
14351422
(name bap-trace)

0 commit comments

Comments
 (0)