Skip to content

Commit

Permalink
Update dune-project and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Nov 10, 2024
1 parent 722287e commit c6facae
Show file tree
Hide file tree
Showing 19 changed files with 35 additions and 47 deletions.
3 changes: 1 addition & 2 deletions bopkit-tests.opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ depends: [
"core" {>= "v0.17" & < "v0.18"}
"core_unix" {>= "v0.17" & < "v0.18"}
"dune-site" {>= "3.16"}
"err" {>= "0.0.5"}
"err-cli" {>= "0.0.5"}
"expect_test_helpers_core" {>= "v0.17" & < "v0.18"}
"fpath" {>= "0.7.3"}
"fpath-base" {>= "0.2.2"}
Expand All @@ -37,6 +35,7 @@ depends: [
"parsing-utils" {>= "0.2.1"}
"pp" {>= "1.2.0"}
"pp-extended" {>= "0.0.2"}
"pp-log" {>= "0.0.1"}
"ppx_compare" {>= "v0.17" & < "v0.18"}
"ppx_enumerate" {>= "v0.17" & < "v0.18"}
"ppx_expect" {>= "v0.17" & < "v0.18"}
Expand Down
3 changes: 1 addition & 2 deletions bopkit.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ depends: [
"core" {>= "v0.17" & < "v0.18"}
"core_unix" {>= "v0.17" & < "v0.18"}
"dune-site" {>= "3.16"}
"err" {>= "0.0.5"}
"err-cli" {>= "0.0.5"}
"fpath" {>= "0.7.3"}
"fpath-base" {>= "0.2.2"}
"graphics" {>= "5.1.2"}
Expand All @@ -34,6 +32,7 @@ depends: [
"parsing-utils" {>= "0.2.1"}
"pp" {>= "1.2.0"}
"pp-extended" {>= "0.0.2"}
"pp-log" {>= "0.0.1"}
"ppx_compare" {>= "v0.17" & < "v0.18"}
"ppx_enumerate" {>= "v0.17" & < "v0.18"}
"ppx_fields_conv" {>= "v0.17" & < "v0.18"}
Expand Down
24 changes: 8 additions & 16 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@
(< v0.18)))
(dune-site
(>= 3.16))
(err
(>= 0.0.5))
(err-cli
(>= 0.0.5))
(fpath
(>= 0.7.3))
(fpath-base
Expand All @@ -91,6 +87,8 @@
(>= 1.2.0))
(pp-extended
(>= 0.0.2))
(pp-log
(>= 0.0.1))
(ppx_compare
(and
(>= v0.17)
Expand Down Expand Up @@ -178,10 +176,6 @@
(< v0.18)))
(dune-site
(>= 3.16))
(err
(>= 0.0.5))
(err-cli
(>= 0.0.5))
(fpath
(>= 0.7.3))
(fpath-base
Expand All @@ -200,6 +194,8 @@
(>= 1.2.0))
(pp-extended
(>= 0.0.2))
(pp-log
(>= 0.0.1))
(ppx_compare
(and
(>= v0.17)
Expand Down Expand Up @@ -283,10 +279,6 @@
(< v0.18)))
(dune-site
(>= 3.16))
(err
(>= 0.0.5))
(err-cli
(>= 0.0.5))
(fpath
(>= 0.7.3))
(fpath-base
Expand All @@ -305,6 +297,8 @@
(>= 1.2.0))
(pp-extended
(>= 0.0.2))
(pp-log
(>= 0.0.1))
(ppx_compare
(and
(>= v0.17)
Expand Down Expand Up @@ -394,10 +388,6 @@
(< v0.18)))
(dune-site
(>= 3.16))
(err
(>= 0.0.5))
(err-cli
(>= 0.0.5))
(expect_test_helpers_core
(and
(>= v0.17)
Expand All @@ -420,6 +410,8 @@
(>= 1.2.0))
(pp-extended
(>= 0.0.2))
(pp-log
(>= 0.0.1))
(ppx_compare
(and
(>= v0.17)
Expand Down
4 changes: 2 additions & 2 deletions lib/bopkit/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
bit_utils
cmdlang
comments-parser
pp-log.err
fpath
fpath-base
loc
parsing-utils
pp)
pp
pp-log.err)
(lint
(pps ppx_js_style -check-doc-comments))
(preprocess
Expand Down
4 changes: 2 additions & 2 deletions lib/bopkit_circuit/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
bopkit
bopkit_sites
core ;; For [Core.Set_once]
pp-log.err
loc)
loc
pp-log.err)
(lint
(pps ppx_js_style -check-doc-comments))
(preprocess
Expand Down
4 changes: 2 additions & 2 deletions lib/bopkit_command/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
bopkit_to_c
cmdlang
core
pp-log.err
pp-log.cli
fpath
fpath-base
pp-log.cli
pp-log.err
seven_segment_display
stdio)
(lint
Expand Down
2 changes: 1 addition & 1 deletion lib/bopkit_compiler/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
bopkit_topological_sort
cmdlang
core
pp-log.err
fpath
fpath-base
graphics
loc
parsing-utils
pp-log.err
unix)
(lint
(pps ppx_js_style -check-doc-comments))
Expand Down
6 changes: 3 additions & 3 deletions lib/bopkit_process_command/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
bopkit_process_pp
bopkit_process_syntax
cmdlang
pp-log.err
pp-log.cli
fpath
fpath-base
pp)
pp
pp-log.cli
pp-log.err)
(lint
(pps ppx_js_style -check-doc-comments))
(preprocess
Expand Down
2 changes: 1 addition & 1 deletion lib/bopkit_process_interpreter/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
bit_utils
bopkit_process
bopkit_process_syntax
pp-log.err
loc
pp-log.err
stdio)
(lint
(pps ppx_js_style -check-doc-comments))
Expand Down
2 changes: 1 addition & 1 deletion lib/bopkit_simulator/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
core
core_unix
core_unix.sys_unix
pp-log.err
fpath
loc
pp-log.err
stdio)
(lint
(pps ppx_js_style -check-doc-comments))
Expand Down
4 changes: 2 additions & 2 deletions lib/bopkit_to_c/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
base
bopkit_circuit
bopkit_compiler
pp-log.err
loc
parsing-utils
pp
pp-extended)
pp-extended
pp-log.err)
(lint
(pps ppx_js_style -check-doc-comments))
(preprocess
Expand Down
4 changes: 2 additions & 2 deletions lib/bopkit_topological_sort/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
(libraries
base
bopkit_topological_sort
pp-log.err
expect_test_helpers_core.expect_test_helpers_base)
expect_test_helpers_core.expect_test_helpers_base
pp-log.err)
(inline_tests)
(lint
(pps ppx_js_style -check-doc-comments))
Expand Down
2 changes: 1 addition & 1 deletion project/visa/lib/visa/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
bit_utils
cmdlang
core ;; For [Core.String_id]
pp-log.err
fpath
loc
parsing-utils
pp
pp-log.err
stdio)
(lint
(pps ppx_js_style -check-doc-comments))
Expand Down
2 changes: 1 addition & 1 deletion project/visa/lib/visa_assembler/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(name visa_assembler)
(public_name bopkit.visa-assembler)
(flags :standard -w +a-4-40-41-42-44-45-48-66 -warn-error +a -open Base)
(libraries base pp-log.err loc visa)
(libraries base loc pp-log.err visa)
(lint
(pps ppx_js_style -check-doc-comments))
(preprocess
Expand Down
4 changes: 2 additions & 2 deletions project/visa/lib/visa_command/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
base
cmdlang
core
pp-log.err
pp-log.cli
fpath
fpath-base
pp-log.cli
pp-log.err
seven_segment_display
stdio
visa
Expand Down
2 changes: 1 addition & 1 deletion project/visa/lib/visa_dsl/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
Expect_test_helpers_base)
(libraries
base
pp-log.err
expect_test_helpers_core.expect_test_helpers_base
parsing-utils
pp
pp-extended
pp-log.err
visa
visa_dsl
visa_pp
Expand Down
4 changes: 2 additions & 2 deletions project/visa/lib/visa_simulator/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
core_unix
core_unix.core_thread
core_unix.sys_unix
pp-log.err
pp-log.cli
fpath
fpath-base
loc
pp-log.cli
pp-log.err
stdio
visa
visa_assembler
Expand Down
3 changes: 1 addition & 2 deletions subleq.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ depends: [
"core" {>= "v0.17" & < "v0.18"}
"core_unix" {>= "v0.17" & < "v0.18"}
"dune-site" {>= "3.16"}
"err" {>= "0.0.5"}
"err-cli" {>= "0.0.5"}
"fpath" {>= "0.7.3"}
"fpath-base" {>= "0.2.2"}
"graphics" {>= "5.1.2"}
Expand All @@ -34,6 +32,7 @@ depends: [
"parsing-utils" {>= "0.2.1"}
"pp" {>= "1.2.0"}
"pp-extended" {>= "0.0.2"}
"pp-log" {>= "0.0.1"}
"ppx_compare" {>= "v0.17" & < "v0.18"}
"ppx_enumerate" {>= "v0.17" & < "v0.18"}
"ppx_fields_conv" {>= "v0.17" & < "v0.18"}
Expand Down
3 changes: 1 addition & 2 deletions visa.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ depends: [
"core" {>= "v0.17" & < "v0.18"}
"core_unix" {>= "v0.17" & < "v0.18"}
"dune-site" {>= "3.16"}
"err" {>= "0.0.5"}
"err-cli" {>= "0.0.5"}
"fpath" {>= "0.7.3"}
"fpath-base" {>= "0.2.2"}
"graphics" {>= "5.1.2"}
Expand All @@ -34,6 +32,7 @@ depends: [
"parsing-utils" {>= "0.2.1"}
"pp" {>= "1.2.0"}
"pp-extended" {>= "0.0.2"}
"pp-log" {>= "0.0.1"}
"ppx_compare" {>= "v0.17" & < "v0.18"}
"ppx_enumerate" {>= "v0.17" & < "v0.18"}
"ppx_fields_conv" {>= "v0.17" & < "v0.18"}
Expand Down

0 comments on commit c6facae

Please sign in to comment.