Re: [racket-users] difficult to package library

2018-08-06 Thread 'John Clements' via Racket Users
I believe that Ben is assuming that you’re not using (define collection ‘multi) in your top-level info.rkt file. If you *are* using multi-collection style, I believe you have some changes to make. If you’re not using the ‘multi style, you should totally ignore this email. John > On Aug 1, 20

Re: [racket-users] difficult to package library

2018-08-01 Thread Ben Greenman
> I want to package my library for https://pkgs.racket-lang.org but I can't > figure out how to do the info.rkt file. > > I would like my repo to be like this: > > * repo/peg/codehere.rkt like main.rkt peg.rkt etc. > * repo/tests/ my tests > * repo/scribblings/peg.scrbl the documentation > > is thi

[racket-users] difficult to package library

2018-08-01 Thread rain1
Hi. I want to package my library for https://pkgs.racket-lang.org but I can't figure out how to do the info.rkt file. I would like my repo to be like this: * repo/peg/codehere.rkt like main.rkt peg.rkt etc. * repo/tests/ my tests * repo/scribblings/peg.scrbl the documentation is this directo