1 unstable release
0.1.0-alpha1 | Jul 9, 2024 |
---|
#134 in Database implementations
48 downloads per month
Used in shared-mime-query
8MB
143K
SLoC
Contains (MSI installer, 135KB) test.msi, (Zip file, 69KB) Anaphraseus-1.21-beta.oxt, (Zip file, 93KB) App1_1.0.0.0_x64.appx, (Zip file, 94KB) App1_1.0.0.0_x64.appxbundle, (Zip file, 96KB) App1_1.0.0.0_x64.msix, (Zip file, 98KB) App1_1.0.0.0_x64.msixbundle and 37 more.
Embedded data for shared-mime
This package combines shared-mime
with an embedded copy of the FreeDesktop.org
Shared Mime Info database, to allow programs to use the MIME data (e.g.
to detect file types) without requiring installation of the MIME database. It is
intended to support scenarios like single-file binary deployment.
I strongly recommend that you gate use of this package behind a feature
(possibly enabled by default), using the shared-mime
package directly if that
feature is disabled, to make it easier for packagers to distribute a version of
your program that only uses the locally-installed shared MIME info (e.g. a
Debian package of a program using shared-mime
should depend on
shared-mime-info
and consult those files, not use an embedded copy).
[!IMPORTANT] This package, and the shared MIME data it imports, are GPL-licensed (v2+). Binaries using it must be GPL-licensed (even if their source code is under a different, GPL-compatible license such as MIT).
Implementation Notes
This package implements its copy by parsing the shared MIME info at build time, and serializing the parsed MIME entries with Postcard into a byte array embedded in resulting binaries. The binary version of version 2.4 of the FreeDesktop shared mime info is about 65KiB.