aatree.h/clib.json

12 lines
311 B
JSON
Raw Normal View History

2024-06-02 22:27:02 -04:00
{
"name" : "aatree",
"version" : "0.1.1",
"src" : [
"aatree.h"
],
"repo" : "https://software.mcgoron.com/clib/aatree",
"description" : "Single header file intrusive balanced tree implementation",
"license" : "BSD-2-Clause",
"keywords" : ["C89", "single-file", "intrusive", "imperative-binary-tree"]
}