From 7b05758d2b46af081ca9df2e7d19d5442b562c61 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sat, 28 Dec 2013 14:07:43 +0000 Subject: [PATCH] Note about hybrid packages. --- developers.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/developers.markdown b/developers.markdown index 9348df5..c2ca5f4 100644 --- a/developers.markdown +++ b/developers.markdown @@ -90,6 +90,14 @@ be a binary/library combo which is fine. Dependencies are automatically installed before building. +## Hybrids + +One thing to note about library and binary package hybrids is that your binary +will most likely share the name of the package. This will mean that you will +not be able to put your .nim files in a ``pkgname`` directory. The current +convention to get around this problem is to append ``pkg`` to the name as is +done for babel. + # Dependencies Dependencies are specified under the ``[Deps]`` section in a babel file.