Skip to content

Commit b82771b

Browse files
committed
Lowered required OCaml version
1 parent 5d3a1df commit b82771b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sqlite3-ocaml is an OCaml library with bindings to the SQLite3 client API.
2323
Sqlite3 is a self-contained, serverless, zero-configuration, transactional SQL
2424
database engine with outstanding performance for many use cases.")
2525
(depends
26-
(ocaml (>= 4.08))
26+
(ocaml (>= 4.05))
2727
(dune (>= 1.11))
2828
(conf-sqlite3 :build)
2929
(base :build)

sqlite3.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sqlite3-ocaml is an OCaml library with bindings to the SQLite3 client API.
2222
Sqlite3 is a self-contained, serverless, zero-configuration, transactional SQL
2323
database engine with outstanding performance for many use cases."""
2424
depends: [
25-
"ocaml" {>= "4.08"}
25+
"ocaml" {>= "4.05"}
2626
"dune" {>= "1.11"}
2727
"conf-sqlite3" {build}
2828
"base" {build}

0 commit comments

Comments
 (0)