Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37736045
en ru br
Репозитории ALT
S:0.3.0-alt2.git20140826
3.0: 0.9.1-alt2
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libdict

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: libdict
Version: 0.3.0
Release: alt2.git20140826

Summary: C library of key-value data structures with an object-oriented interface
License: BSD
Group: System/Libraries

Url: https://github.com/fmela/libdict
# https://github.com/fmela/libdict.git
Source: %name-%version.tar
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

%description
libdict is a C library that provides the following data structures with
efficient insert, lookup, and delete routines:

* height-balanced (AVL) tree
* red-black tree
* splay tree
* weight-balanced tree
* path-reduction tree
* treap
* hashtable, using separate chaining
* hashtable, using open addressing with linear probing

%package devel
Summary: Development files for %name
Group: Development/C
Requires: %name = %EVR

%description devel
libdict is a C library that provides the following data structures with
efficient insert, lookup, and delete routines:

* height-balanced (AVL) tree
* red-black tree
* splay tree
* weight-balanced tree
* path-reduction tree
* treap
* hashtable, using separate chaining
* hashtable, using open addressing with linear probing

This package contains development files for %name.

%prep
%setup

%build
%make_build

%install
%if "%_lib" == "lib64"
LIB_SUFFIX=64
%endif
%makeinstall_std \
INSTALL_PREFIX=%buildroot%prefix \
LIB_SUFFIX=$LIB_SUFFIX

%files
%doc README.md REFERENCES TODO
%_libdir/*.so.*

%files devel
%_includedir/*
%_libdir/*.so

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin