tnetstring.nimble
author Mahlon E. Smith <mahlon@martini.nu>
Tue, 19 May 2015 19:39:32 -0700
changeset 4 800be124db98
parent 2 05f836c02154
child 6 fa28eee75094
permissions -rw-r--r--
Add value getters for the various TNetstringNode types.
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"
05f836c02154 Add a .nimble file.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
     3
version       = "0.1.0"
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