tnetstring.nimble
author Mahlon E. Smith <mahlon@martini.nu>
Sun, 30 Apr 2017 04:38:52 +0000
changeset 8 67c1c0c716e8
parent 6 fa28eee75094
child 9 c109bf5f2aa4
permissions -rw-r--r--
README.md edited online with Bitbucket
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
05f836c02154 Add a .nimble file.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
     1
[Package]
05f836c02154 Add a .nimble file.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
     2
name          = "tnetstring"
6
fa28eee75094 Version bump.
Mahlon E. Smith <mahlon@martini.nu>
parents: 2
diff changeset
     3
version       = "0.1.1"
2
05f836c02154 Add a .nimble file.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
     4
author        = "Mahlon E. Smith <mahlon@martini.nu>"
05f836c02154 Add a .nimble file.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
     5
description   = "Parsing and serializing for the TNetstring format."
05f836c02154 Add a .nimble file.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
     6
license       = "MIT"
05f836c02154 Add a .nimble file.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
     7
05f836c02154 Add a .nimble file.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
     8
[Deps]
05f836c02154 Add a .nimble file.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
     9
Requires: "nim >= 0.11.0"
05f836c02154 Add a .nimble file.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
    10