File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ Unreleased]
4+
5+ ### Changed
6+
7+ - Removed the ` clib:pthread ` OPAM tag, keeping only ` clib:sqlite3 ` as package
8+ classification metadata.
9+
310## [ 5.4.0] - 2026-02-19
411
512### Added
Original file line number Diff line number Diff line change 3030 dune-configurator
3131 ( conf-sqlite3 :build )
3232 ( ppx_inline_test :with -test) )
33- ( tags
34- ( clib:sqlite3 clib:pthread) ) )
33+ ( tags ( clib:sqlite3) ) )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ authors: [
1111 "Christian Szegedy <csdontspam@metamatix.com>"
1212]
1313license: "MIT"
14- tags: ["clib:sqlite3" "clib:pthread" ]
14+ tags: ["clib:sqlite3"]
1515homepage: "https://mmottl.github.io/sqlite3-ocaml"
1616doc: "https://mmottl.github.io/sqlite3-ocaml/api"
1717bug-reports: "https://github.com/mmottl/sqlite3-ocaml/issues"
You can’t perform that action at this time.
0 commit comments