From e6f6323e770d326e633c5f1d7e5205d7cb2c4ca3 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Mon, 21 Nov 2016 20:55:37 +0100 Subject: Fix inaccuracy surrounding Nimble in doc/nims.rst. --- doc/nims.rst | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'doc') diff --git a/doc/nims.rst b/doc/nims.rst index 7c76efe42..12d86a905 100644 --- a/doc/nims.rst +++ b/doc/nims.rst @@ -75,22 +75,8 @@ done: Nimble integration ================== -A ``project.nims`` file can also be used as an alternative to -a ``project.nimble`` file to specify the meta information (for example, author, -description) and dependencies of a Nimble package. This means you can easily -have platform specific dependencies: - -.. code-block:: nim - - version = "1.0" - author = "The green goo." - description = "Lexer generation and regex implementation for Nim." - license = "MIT" - - when defined(windows): - requires "oldwinapi >= 1.0" - else: - requires "gtk2 >= 1.0" +See the `Nimble readme `_ +for more information. -- cgit 1.4.1-2-gfad0