tnetstring.nimble
author Mahlon E. Smith <mahlon@martini.nu>
Mon, 08 Oct 2018 10:19:07 -0700
changeset 9 c109bf5f2aa4
parent 6 fa28eee75094
child 10 92923ab3b779
permissions -rw-r--r--
Re-org project directory for use with nimble.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9
c109bf5f2aa4 Re-org project directory for use with nimble.
Mahlon E. Smith <mahlon@martini.nu>
parents: 6
diff changeset
     1
c109bf5f2aa4 Re-org project directory for use with nimble.
Mahlon E. Smith <mahlon@martini.nu>
parents: 6
diff changeset
     2
# Package
c109bf5f2aa4 Re-org project directory for use with nimble.
Mahlon E. Smith <mahlon@martini.nu>
parents: 6
diff changeset
     3
c109bf5f2aa4 Re-org project directory for use with nimble.
Mahlon E. Smith <mahlon@martini.nu>
parents: 6
diff changeset
     4
version       = "0.1.2"
2
05f836c02154 Add a .nimble file.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
     5
author        = "Mahlon E. Smith <mahlon@martini.nu>"
9
c109bf5f2aa4 Re-org project directory for use with nimble.
Mahlon E. Smith <mahlon@martini.nu>
parents: 6
diff changeset
     6
description   = "A new awesome nimble package"
2
05f836c02154 Add a .nimble file.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
     7
description   = "Parsing and serializing for the TNetstring format."
05f836c02154 Add a .nimble file.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
     8
license       = "MIT"
9
c109bf5f2aa4 Re-org project directory for use with nimble.
Mahlon E. Smith <mahlon@martini.nu>
parents: 6
diff changeset
     9
installExt    = @["nim"]
c109bf5f2aa4 Re-org project directory for use with nimble.
Mahlon E. Smith <mahlon@martini.nu>
parents: 6
diff changeset
    10
bin           = @["tnetstring"]
c109bf5f2aa4 Re-org project directory for use with nimble.
Mahlon E. Smith <mahlon@martini.nu>
parents: 6
diff changeset
    11
srcDir        = "src"
2
05f836c02154 Add a .nimble file.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
    12
9
c109bf5f2aa4 Re-org project directory for use with nimble.
Mahlon E. Smith <mahlon@martini.nu>
parents: 6
diff changeset
    13
c109bf5f2aa4 Re-org project directory for use with nimble.
Mahlon E. Smith <mahlon@martini.nu>
parents: 6
diff changeset
    14
# Dependencies
2
05f836c02154 Add a .nimble file.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
    15
9
c109bf5f2aa4 Re-org project directory for use with nimble.
Mahlon E. Smith <mahlon@martini.nu>
parents: 6
diff changeset
    16
requires "nim >= 0.19.0"
c109bf5f2aa4 Re-org project directory for use with nimble.
Mahlon E. Smith <mahlon@martini.nu>
parents: 6
diff changeset
    17