Skip to content

Commit 6c9ab0e

Browse files
committed
Update opam tags metadata
1 parent 88074a6 commit 6c9ab0e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

dune-project

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@
3030
dune-configurator
3131
(conf-sqlite3 :build)
3232
(ppx_inline_test :with-test))
33-
(tags
34-
(clib:sqlite3 clib:pthread)))
33+
(tags (clib:sqlite3)))

sqlite3.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors: [
1111
"Christian Szegedy <csdontspam@metamatix.com>"
1212
]
1313
license: "MIT"
14-
tags: ["clib:sqlite3" "clib:pthread"]
14+
tags: ["clib:sqlite3"]
1515
homepage: "https://mmottl.github.io/sqlite3-ocaml"
1616
doc: "https://mmottl.github.io/sqlite3-ocaml/api"
1717
bug-reports: "https://github.com/mmottl/sqlite3-ocaml/issues"

0 commit comments

Comments
 (0)