Skip to content

Commit

Permalink
clig support
Browse files Browse the repository at this point in the history
  • Loading branch information
Isty001 committed Aug 6, 2019
1 parent e39a98b commit 591d1fc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions clib.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "mem-pool",
"version": "1.1.2",
"repo": "isty001/mem-pool",
"description": "Dynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks",
"keywords": ["memory-pool", "memory", "pool", "pthread", "c", "alignment", "mutex", "memorypool", "locks", "buffer", "variable"],
"license": "MIT",
"src": ["src/buffer.c", "src/fixed.c", "src/internals.h", "src/utils.c", "src/variable.c", "include/mem_pool.h"]
}
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "mem-pool",
"version": "1.1.2",
"repo": "isty001/mem-pool",
"description": "Dynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks",
"keywords": ["memory-pool", "memory", "pool", "pthread", "c", "alignment", "mutex", "memorypool", "locks", "buffer", "variable"],
"license": "MIT",
"src": ["src/buffer.c", "src/fixed.c", "src/internals.h", "src/utils.c", "src/variable.c", "include/mem_pool.h"]
}

0 comments on commit 591d1fc

Please sign in to comment.