blob: 74c0bef68d8bd32828a0d8c204549a72a51a903a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "rotate-bits",
"version": "0.1.1",
"repo": "jb55/rotate-bits.h",
"description": "rotate bits",
"keywords": ["rotl", "rotr"],
"src": ["rotate-bits.h"],
"license": "Public Domain",
"development": {
"thlorenz/tap.c": "*"
}
}
|