librust-ttf-parser-dev (0.25.1-1)

Details

Core information at a glance

Distribution
ubuntu
Origin
ubuntu-stonking
Repository
https://nl.archive.ubuntu.com/ubuntu
Codename
stonking
Component
universe
Source
rust-ttf-parser
Architecture
amd64v3
Section
universe/rust
Priority
optional
Maintainer
Ubuntu Developers <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
1.1 kB
Size expected
151.8 kB
Size actual
151.8 kB
Size match

Dependencies

Required package dependencies

  • librust-core-maths-0.1+default-dev

Suggested packages

Recommended additional packages

  • None

Description

Font parser for TrueType, OpenType, and AAT - Rust source code

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD5a16588fd…cff0cc52
SHA-159145c04…b5c7a28a
SHA-2561a54e5cc…8f484193
SHA-512d228835d…aa00e37b

Contents

Files and directories included

.
usr
usr/share
usr/share/cargo
usr/share/cargo/registry
usr/share/cargo/registry/ttf-parser-0.25.1
usr/share/cargo/registry/ttf-parser-0.25.1/.cargo-checksum.json
usr/share/cargo/registry/ttf-parser-0.25.1/.cargo_vcs_info.json
usr/share/cargo/registry/ttf-parser-0.25.1/.github
usr/share/cargo/registry/ttf-parser-0.25.1/.github/workflows
usr/share/cargo/registry/ttf-parser-0.25.1/.github/workflows/main.yml
usr/share/cargo/registry/ttf-parser-0.25.1/.gitignore
usr/share/cargo/registry/ttf-parser-0.25.1/CHANGELOG.md
usr/share/cargo/registry/ttf-parser-0.25.1/Cargo.toml
usr/share/cargo/registry/ttf-parser-0.25.1/Cargo.toml.orig
usr/share/cargo/registry/ttf-parser-0.25.1/LICENSE-APACHE
usr/share/cargo/registry/ttf-parser-0.25.1/LICENSE-MIT
usr/share/cargo/registry/ttf-parser-0.25.1/README.md
usr/share/cargo/registry/ttf-parser-0.25.1/debian
usr/share/cargo/registry/ttf-parser-0.25.1/debian/patches
usr/share/cargo/registry/ttf-parser-0.25.1/debian/patches/relax-deps.diff
usr/share/cargo/registry/ttf-parser-0.25.1/debian/patches/series
usr/share/cargo/registry/ttf-parser-0.25.1/examples
usr/share/cargo/registry/ttf-parser-0.25.1/examples/font-info.rs
usr/share/cargo/registry/ttf-parser-0.25.1/examples/font2svg.rs
usr/share/cargo/registry/ttf-parser-0.25.1/examples/wasm
usr/share/cargo/registry/ttf-parser-0.25.1/examples/wasm/.gitignore
usr/share/cargo/registry/ttf-parser-0.25.1/examples/wasm/README.md
usr/share/cargo/registry/ttf-parser-0.25.1/examples/wasm/TTC.ttc
usr/share/cargo/registry/ttf-parser-0.25.1/examples/wasm/index.html
usr/share/cargo/registry/ttf-parser-0.25.1/src
usr/share/cargo/registry/ttf-parser-0.25.1/src/aat.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/delta_set.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/ggg
usr/share/cargo/registry/ttf-parser-0.25.1/src/ggg/chained_context.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/ggg/context.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/ggg/feature_variations.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/ggg/layout_table.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/ggg/lookup.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/ggg/mod.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/language.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/lib.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/parser.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/ankr.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/avar.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cbdt.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cblc.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cff
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cff/argstack.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cff/cff1.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cff/cff2.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cff/charset.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cff/charstring.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cff/dict.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cff/encoding.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cff/index.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cff/mod.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cff/std_names.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cmap
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cmap/format0.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cmap/format10.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cmap/format12.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cmap/format13.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cmap/format14.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cmap/format2.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cmap/format4.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cmap/format6.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cmap/mod.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/colr.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/cpal.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/feat.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/fvar.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/gdef.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/glyf.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/gpos.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/gsub.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/gvar.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/head.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/hhea.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/hmtx.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/hvar.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/kern.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/kerx.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/loca.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/math.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/maxp.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/mod.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/morx.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/mvar.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/name.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/os2.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/post.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/sbix.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/stat.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/svg.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/trak.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/vhea.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/vorg.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/tables/vvar.rs
usr/share/cargo/registry/ttf-parser-0.25.1/src/var_store.rs
usr/share/cargo/registry/ttf-parser-0.25.1/tests
usr/share/cargo/registry/ttf-parser-0.25.1/tests/bitmap.rs
usr/share/cargo/registry/ttf-parser-0.25.1/tests/fonts
usr/share/cargo/registry/ttf-parser-0.25.1/tests/fonts/bitmap.otb
usr/share/cargo/registry/ttf-parser-0.25.1/tests/fonts/colr_1.ttf
usr/share/cargo/registry/ttf-parser-0.25.1/tests/fonts/colr_1_LICENSE
usr/share/cargo/registry/ttf-parser-0.25.1/tests/fonts/colr_1_variable.ttf
usr/share/cargo/registry/ttf-parser-0.25.1/tests/fonts/demo.ttf
usr/share/cargo/registry/ttf-parser-0.25.1/tests/fonts/demo.ttx
usr/share/cargo/registry/ttf-parser-0.25.1/tests/tables
usr/share/cargo/registry/ttf-parser-0.25.1/tests/tables/aat.rs
usr/share/cargo/registry/ttf-parser-0.25.1/tests/tables/ankr.rs
usr/share/cargo/registry/ttf-parser-0.25.1/tests/tables/cff1.rs
usr/share/cargo/registry/ttf-parser-0.25.1/tests/tables/cmap.rs
usr/share/cargo/registry/ttf-parser-0.25.1/tests/tables/colr.rs
usr/share/cargo/registry/ttf-parser-0.25.1/tests/tables/feat.rs
usr/share/cargo/registry/ttf-parser-0.25.1/tests/tables/glyf.rs
usr/share/cargo/registry/ttf-parser-0.25.1/tests/tables/hmtx.rs
usr/share/cargo/registry/ttf-parser-0.25.1/tests/tables/main.rs
usr/share/cargo/registry/ttf-parser-0.25.1/tests/tables/maxp.rs
usr/share/cargo/registry/ttf-parser-0.25.1/tests/tables/sbix.rs
usr/share/cargo/registry/ttf-parser-0.25.1/tests/tables/trak.rs
usr/share/doc
usr/share/doc/librust-ttf-parser-dev
usr/share/doc/librust-ttf-parser-dev/changelog.Debian.gz
usr/share/doc/librust-ttf-parser-dev/copyright