Search found 80 matches

by alloyed
Tue Jun 09, 2015 8:33 pm
Forum: Libraries and Tools
Topic: [TOOL] LÖVERocks - A package manager manager
Replies: 32
Views: 31636

Re: [TOOL] LÖVERocks - A package manager manager

You say that... [bartbes@archery /tmp]$ loverocks new test Found LOVE version 0.9.2 /usr/bin/lua5.1: ...s/.luarocks/share/lua/5.1/loverocks/commands/new.lua:63: attempt to call global 'config' (a nil value) stack traceback: ...s/.luarocks/share/lua/5.1/loverocks/commands/new.lua:63: in function 'te...
by alloyed
Tue Jun 09, 2015 7:59 pm
Forum: Libraries and Tools
Topic: [TOOL] LÖVERocks - A package manager manager
Replies: 32
Views: 31636

Re: [TOOL] LÖVERocks - A package manager manager

Prints one and exactly one result for datafile and nothing else the second try, and finds nothing before adding the path. Is the location of my template file correct, because it seems to be in a weird location, or should datafile have dealt with that? The path is a little odd but luarocks/datafile ...
by alloyed
Tue Jun 09, 2015 4:33 pm
Forum: Libraries and Tools
Topic: [TOOL] LÖVERocks - A package manager manager
Replies: 32
Views: 31636

Re: [TOOL] LÖVERocks - A package manager manager

That doesn't work either, it gets weirder and weirder.. Again, may it be related to my multiple lua and luarocks versions and/or having this all installed with --local? [bartbes@archery ~]$ luarocks-5.1 --local remove loverocks datafile Error: Could not find rock 'loverocks datafile' in /home/bartb...
by alloyed
Tue Jun 09, 2015 4:07 pm
Forum: Libraries and Tools
Topic: [TOOL] LÖVERocks - A package manager manager
Replies: 32
Views: 31636

Re: [TOOL] LÖVERocks - A package manager manager

I see you added a more descriptive error: [bartbes@archery /tmp]$ loverocks new stuff Found LOVE version 0.9.2 ERROR: file 'templates/love9' not found: no file '/home/bartbes/.luarocks/share/lua/5.1/templates/love9' no file '/home/bartbes/.luarocks/lib/lua/5.1/templates/love9' no file '/home/bartbe...
by alloyed
Mon Jun 08, 2015 10:22 pm
Forum: Libraries and Tools
Topic: [TOOL] LÖVERocks - A package manager manager
Replies: 32
Views: 31636

Re: [TOOL] LÖVERocks - A package manager manager

Sure: /home/bartbes/.luarocks/bin/loverocks /home/bartbes/.luarocks/share/lua/5.1/loverocks /home/bartbes/.luarocks/share/lua/5.1/loverocks/log.lua /home/bartbes/.luarocks/share/lua/5.1/loverocks/main.lua /home/bartbes/.luarocks/share/lua/5.1/loverocks/util.lua /home/bartbes/.luarocks/share/lua/5.1...
by alloyed
Mon Jun 08, 2015 8:14 pm
Forum: Libraries and Tools
Topic: [TOOL] LÖVERocks - A package manager manager
Replies: 32
Views: 31636

Re: [TOOL] LÖVERocks - A package manager manager

So I figured I'd give this a go.. it didn't work: [bartbes@archery async-futures]$ loverocks init ERROR: NYI. For now, try making an empty project with `loverocks new` and moving your code into the result. [bartbes@archery love-misc-libs]$ loverocks new futures Found LOVE version 0.9.2 Using templa...
by alloyed
Mon Jun 08, 2015 5:38 am
Forum: General
Topic: Library Version Control
Replies: 12
Views: 4115

Re: Library Version Control

Since I use already use git on all my projects, I'd probably just end up using git submodules instead of symlinks or a full-on package manager. basic workflow: ~/my-game $ git submodule add ~/my-lib my-lib && git submodule init # install my-lib to my-game ~/my-lib $ git commit -m "Made ...
by alloyed
Wed Jun 03, 2015 4:37 am
Forum: Libraries and Tools
Topic: [TOOL] LÖVERocks - A package manager manager
Replies: 32
Views: 31636

Re: [TOOL] LÖVERocks - A package manager manager

This looks good, I think the love community could really use something like this! By the way, I noticed you made rockspecs for LUBE and repler, do I have your permission to add them to my own repos? Go ahead, and that applies to anybody else who wants to take the one the example rockspecs for their...
by alloyed
Sun May 31, 2015 5:50 pm
Forum: Libraries and Tools
Topic: [TOOL] LÖVERocks - A package manager manager
Replies: 32
Views: 31636

Re: [TOOL] LÖVERocks - A package manager manager

Hmmm this seems very interesting! Does luarocks prevent libraries that are dependant on LOVE from being posted? If not then can't LOVE library creators just post their libs on the luarocks database. That would make this lib pretty pointless wouldn't it? :( (I don't know the rules for libs in the lu...
by alloyed
Sat May 30, 2015 9:13 pm
Forum: Libraries and Tools
Topic: [TOOL] LÖVERocks - A package manager manager
Replies: 32
Views: 31636

[TOOL] LÖVERocks - A package manager manager

So LÖVERocks is a command-line wrapper around luarocks that teaches your LÖVE projects how to download and use standard luarocks packages. Code, documentation, issue tracker, etc. is on github: https://github.com/Alloyed/loverocks The release page is on luarocks: https://luarocks.org/modules/alloyed...