Skip to content

Commit 40c50e1

Browse files
committed
Removed redundant build dependencies
1 parent 214e5c1 commit 40c50e1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

dune-project

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ database engine with outstanding performance for many use cases.")
2727
(dune (>= 1.11))
2828
dune-configurator
2929
(conf-sqlite3 :build)
30-
(base :build)
31-
(stdio :build)
3230
(ppx_inline_test :with-test)
3331
)
3432
(tags (clib:sqlite3 clib:pthread))

sqlite3.opam

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,5 @@ depends: [
2626
"dune" {>= "1.11"}
2727
"dune-configurator"
2828
"conf-sqlite3" {build}
29-
"base" {build}
30-
"stdio" {build}
3129
"ppx_inline_test" {with-test}
3230
]

0 commit comments

Comments
 (0)