Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Willemt Raft
Commits
0f425f8e
Commit
0f425f8e
authored
May 25, 2014
by
Joseph Werle
Browse files
add package.json for clib
parent
1d9a0811
Changes
1
Hide whitespace changes
Inline
Side-by-side
package.json
0 → 100644
View file @
0f425f8e
{
"name"
:
"CRaft-1"
,
"version"
:
"0.1.0"
,
"repo"
:
"willemt/CRaft"
,
"description"
:
"C implementation of the Raft Consensus protocol, BSD licensed"
,
"keywords"
:
[
"raft"
,
"consensus"
,
"protocol"
],
"src"
:
[
"include/raft.h"
,
"include/raft_log.h"
,
"include/raft_private.h"
,
"raft_log.c"
,
"raft_node.c"
,
"raft_server.c"
,
"raft_server_properties.c"
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment