Skip to content

Commit

Permalink
Switch to using Fpath_base (renamed)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Mar 13, 2024
1 parent 18e07ab commit e4adc9a
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion bopkit.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"error-log" {>= "0.0.4"}
"expect-test-helpers" {with-test & >= "v0.16" & < "v0.17"}
"fpath" {>= "0.7.3"}
"fpath-extended" {>= "0.0.7"}
"fpath-base" {>= "0.0.8"}
"graphics" {>= "5.1.2"}
"loc" {>= "0.0.2"}
"mdx" {>= "2.4"}
Expand Down
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
(< v0.17)))
(fpath
(>= 0.7.3))
(fpath-extended
(>= 0.0.7))
(fpath-base
(>= 0.0.8))
(graphics
(>= 5.1.2))
(loc
Expand Down
4 changes: 2 additions & 2 deletions lib/bopkit/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
-open
Base
-open
Fpath_extended)
Fpath_base)
(libraries
appendable-list
base
bit_utils
error-log
fpath
fpath-extended
fpath-base
parsing-utils
pp)
(lint
Expand Down
4 changes: 2 additions & 2 deletions lib/bopkit_bdd_command/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
-warn-error
+a
-open
Fpath_extended
Fpath_base
-open
Core)
(libraries bit_utils bopkit_bdd bopkit_block core fpath fpath-extended pp)
(libraries bit_utils bopkit_bdd bopkit_block core fpath fpath-base pp)
(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 @@ -8,7 +8,7 @@
-warn-error
+a
-open
Fpath_extended
Fpath_base
-open
Core)
(libraries
Expand All @@ -25,7 +25,7 @@
bopkit_to_c
core
fpath
fpath-extended
fpath-base
seven_segment_display)
(lint
(pps ppx_js_style -check-doc-comments))
Expand Down
4 changes: 2 additions & 2 deletions lib/bopkit_compiler/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-warn-error
+a
-open
Fpath_extended
Fpath_base
-open
Core)
(libraries
Expand All @@ -25,7 +25,7 @@
core_unix.command_unix
error-log
fpath
fpath-extended
fpath-base
graphics
parsing-utils
unix)
Expand Down
4 changes: 2 additions & 2 deletions lib/bopkit_process_command/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
-open
Base
-open
Fpath_extended)
Fpath_base)
(libraries
auto-format
base
Expand All @@ -20,7 +20,7 @@
bopkit_process_syntax
core.command
fpath
fpath-extended
fpath-base
pp)
(lint
(pps ppx_js_style -check-doc-comments))
Expand Down
4 changes: 2 additions & 2 deletions project/subleq/lib/subleq_command/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
-warn-error
+a
-open
Fpath_extended
Fpath_base
-open
Core)
(libraries
bit_utils
bopkit_memory
core
fpath
fpath-extended
fpath-base
graphics
subleq_debugger
subleq_generator
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 @@ -8,14 +8,14 @@
-warn-error
+a
-open
Fpath_extended
Fpath_base
-open
Core)
(libraries
auto-format
core
fpath
fpath-extended
fpath-base
seven_segment_display
visa
visa_assembler
Expand Down
4 changes: 2 additions & 2 deletions project/visa/lib/visa_debugger/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-warn-error
+a
-open
Fpath_extended
Fpath_base
-open
Core)
(libraries
Expand All @@ -18,7 +18,7 @@
core_unix
core_unix.core_thread
fpath
fpath-extended
fpath-base
visa
visa_assembler
visa_simulator
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 @@ -8,7 +8,7 @@
-warn-error
+a
-open
Fpath_extended
Fpath_base
-open
Core)
(libraries
Expand All @@ -18,7 +18,7 @@
core_unix.core_thread
core_unix.sys_unix
fpath
fpath-extended
fpath-base
visa
visa_assembler
visa_syntax)
Expand Down

0 comments on commit e4adc9a

Please sign in to comment.