rust-ucd-generate 0.2.3-1ubuntu0.22.04.1 source package in Ubuntu

Changelog

rust-ucd-generate (0.2.3-1ubuntu0.22.04.1) jammy-security; urgency=medium

  * No change rebuild due to update in rust-regex

 -- David Fernandez Gonzalez <email address hidden>  Thu, 18 Aug 2022 12:03:27 +0200

Upload details

Uploaded by:
David Fernandez Gonzalez
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy updates universe misc
Jammy security universe misc

Downloads

File Size SHA-256 Checksum
rust-ucd-generate_0.2.3.orig.tar.gz 483.3 KiB 423c17b88f5c67bbcc4dea17c43b24ce0ee71c2ed328faca70b6df9e6bbf6f76
rust-ucd-generate_0.2.3-1ubuntu0.22.04.1.debian.tar.xz 3.0 KiB 0e41d0e9b450991640f4d5dbb124daa405fb5320d9491cee763c1a5bda48be73
rust-ucd-generate_0.2.3-1ubuntu0.22.04.1.dsc 2.4 KiB 4529eabbca3185d20d7db7865fcff0acc388a988036a7337a4936ff1d71f41ae

View changes file

Binary packages built by this source

ucd-generate: Generate searchable packs of the Unicode character database

 A command line tool to generate Unicode tables in Rust source code.
 .
 Tables can typically be generated in one of three formats: a sorted sequence of
 character ranges, a finite state transducer or a compressed trie. Full support
 for name canonicalization is also provided. This tool also supports serializing
 regular expressions as DFAs using the regex-automata crate.
 .
 This package contains the following binaries built from the Rust crate
 "ucd-generate":
  - ucd-generate

ucd-generate-dbgsym: debug symbols for ucd-generate