mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
2e49de07f7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
377 B
Text
11 lines
377 B
Text
Dictionary in which the insertion order of items is preserved
|
|
(using an internal double linked list). In this implementation
|
|
replacing an existing item keeps it at its original position.
|
|
|
|
python3 is an optional dependency.
|
|
|
|
If you want to build the package with python3 support
|
|
you have to pass the PYTHON3 parameter to the script
|
|
as follows:
|
|
|
|
PYTHON3=yes ./odict.SlackBuild
|