Binary package “libtsl-ordered-map-dev” in ubuntu oracular

C++ insertion-order-preserving hash map and hash set

 The ordered-map library provides a hash map and a hash set which
 preserve the order of insertion in a way similar to Python's
 OrderedDict. When iterating over the map, the values will be returned
 in the same order as they were inserted.