tnetstring.nimble
author Mahlon E. Smith <mahlon@martini.nu>
Wed, 20 May 2015 09:49:23 -0700
changeset 6 fa28eee75094
parent 2 05f836c02154
child 9 c109bf5f2aa4
permissions -rw-r--r--
Version bump.
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