Also, I would suggest that you use the package system, not planet for new packages. Planet is a system we plan to continue to maintain, but the package system is the future (and the present, really).
You can read more about how to get started here: http://docs.racket-lang.org/pkg/index.html Robby On Thu, Oct 8, 2015 at 12:30 AM, Alex Knauth <alexan...@knauth.org> wrote: > Looking at http://pkgs.racket-lang.org/#%28author:anu...@mendhekar.com%29, > It looks like the package catalog (not planet) found the docs, but it can't > build them because it can't find libWN.so > > I know nothing about that, so someone else will have to help with that. > > On Oct 7, 2015, at 8:35 PM, Anurag Mendhekar <anu...@paperculture.com> > wrote: > > Having just submitted my first contribution to Planet, I am struggling with > a couple of things: > > 1. My module is an FFI which requires a specific library. Quite obviously, > the building daemon fails (because it doesn't have this library). But, it > seems like this a mischaracterization of the package (which does build > fine). My question is whether this is fixable. > 2. I have included scribble documentation with the module, but it seems like > it is not being found. I am not sure if this is somehow linked to the > problem above. > > What do I need to do to fix these two issues? My info.rkt is below. > Best, > > A. > > #lang setup/infotab > (define name "wn") > (define blurb '("FFI interface to the WordNet 3.0 Library: A Lexical > Database for English")) > (define primary-file "wn.rkt") > (define scribblings '(("wn.scrbl" ()))) > (define categories '(misc nlp)) > (define homepage "https://github.com/themetaschemer/wn/") > (define collection "wn") > (define version "0.1") > > > -- > You received this message because you are subscribed to the Google Groups > "Racket Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to racket-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.