darts 0.32-20 source package in Ubuntu

Changelog

darts (0.32-20) unstable; urgency=medium

  * debian/control
    - set debhelper-compat (= 12)
    - set Standards-Version: 4.5.0
    - add Rules-Requires-Root: no
  * drop debian/.gitlab-ci.yml and use salsa-ci.yml instead

 -- Hideki Yamane <email address hidden>  Sat, 22 Feb 2020 16:53:21 +0900

Upload details

Uploaded by:
Natural Language Processing (Japanese)
Uploaded to:
Sid
Original maintainer:
Natural Language Processing (Japanese)
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel
Mantic release universe devel
Lunar release universe devel
Jammy release universe devel
Focal release universe devel

Downloads

File Size SHA-256 Checksum
darts_0.32-20.dsc 1.9 KiB 00e1d21bccfc1f1f19dfe8e6ee689ff69afbe71ca203edba741ca308e1c3fa0b
darts_0.32.orig.tar.gz 228.5 KiB 0dfc0b82f0a05d93b92acf849368e54bf93f1de8ffb31ba0a21e45ab9e269285
darts_0.32-20.debian.tar.xz 4.6 KiB d8a6994135086cc7becab43daff6e617bb6afb50e5f686108334fa02a1b13866

Available diffs

No changes file available.

Binary packages built by this source

darts: C++ Template Library for implementation of Double-Array

 Darts is simple C++ Template Library for implementation of Double-Array
 Structure.
 .
 A double-array structure is a kind of Trie structure, digital search tree,
 an efficient data structure combining fast access of a matrix form with the
 compactness of a list form. It is faster than other implementations like Hash
 tree, Patricia tree, Suffix Array and so.
 .
 For more detail about double-array structure, see "Aoe, J. An Efficient
 Digital Search Algorithm by Using a Double-Array Structure. IEEE Transactions
 on Software Engineering. Vol. 15, 9 (Sep 1989). pp. 1066-1077."
 .
 This software provides indexing operations for Common Prefix Search.
 Darts is used for MeCab and ChaSen, Japanese Morphological Analysis System.

darts-dbgsym: debug symbols for darts