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.

Reply via email to