tnetstring.nimble
author Mahlon E. Smith <mahlon@martini.nu>
Mon, 02 Nov 2015 08:16:50 -0800
changeset 7 370805b49c92
parent 6 fa28eee75094
child 9 c109bf5f2aa4
permissions -rw-r--r--
Remove deprecated THash type.
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