mirror of https://github.com/copenhas/ropex.git
Sean Copenhaver
11 years ago
1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||||
|
Expm.Package.new( |
||||
|
name: "ropex", |
||||
|
description: "Rope in elixir providing faster index based operations then binaries.", |
||||
|
version: "0.1.0", |
||||
|
keywords: ["string", "data structure"], |
||||
|
licenses: ["Apache 2.0"] |
||||
|
maintainers: [[name: "Sean Copenhaver", email: "sean.copenhaver+expm@gmail.com"]], |
||||
|
repositories: [[github: "copenhas/ropex", tag: "0.1.0"]] |
||||
|
) |
Loading…
Reference in new issue