Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 6, 2018 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/ff5b3dad4d87b5b1fdce07735ae6fb17 to your computer and use it in GitHub Desktop.
Save Whateverable/ff5b3dad4d87b5b1fdce07735ae6fb17 to your computer and use it in GitHub Desktop.
greppable6
File Code
JGOFF/ANTLR4-Grammar
…/README.md :11:
* Using panda (a module management tool bundled with Rakudo Star):
JGOFF/ANTLR4-Grammar
…/README.md :14:
panda update && panda install ANTLR4
JNTHN/JSON-Pointer
…/.gitignore :4:
/.panda-work
JNTHN/OpenAPI-Model
…/.gitignore :4:
/.panda-work
KAIEPI/Net-LibIDN
…/.gitignore :4:
/.panda-work
MARTIMM/Auth-SCRAM
…/.travis.yml :11:
- rakudobrew build-panda ${TRAVIS_PERL6_VERSION#latest}
MARTIMM/Auth-SCRAM
…/.travis.yml :12:
- panda installdeps .
MARTIMM/Auth-SCRAM
…/README.md :70:
Use panda to install the package like so.
MARTIMM/Auth-SCRAM
…/README.md :72:
$ panda install Auth-SCRAM
MARTIMM/Auth-SCRAM
…/appveyor.yml :17:
- panda update
MARTIMM/Auth-SCRAM
…/appveyor.yml :18:
- panda installdeps .
SKAJI/App-Mi6
…/Template.pm6 :28:
/.panda-work
TBROWDER/Geo-Ellipsoid
…/README.pod6 :14:
panda install Geo::Ellipsoid
TITSUKI/Algorithm-AhoCorasick
…/Changes :29:
- Use zef instead of panda [#12]
TITSUKI/MeCab
…/Changes :14:
- Use zef instead of panda [#16]
UFOBAT/Bailador
…/README.md :74:
* https://github.com/perl6/cpandatesters.perl6.org/ used to serve http://testers.p6c.org/ but currently not in use
UGEXE/zef
…/Build.pm6 :55:
# if panda is declared as a dependency then there is no need to fix the code, although
UGEXE/zef
…/Build.pm6 :57:
my $needs-panda = ?$legacy-code.contains('use Panda');
UGEXE/zef
…/Build.pm6 :58:
my $reqs-panda = ?%meta-hash<depends build-depends test-depends>.grep(*.so).flatmap(*.grep(/^[:i 'panda']/));
UGEXE/zef
…/Build.pm6 :60:
if ?$needs-panda && !$reqs-panda {
WARRINGD/Font-AFM
…/Changes :72:
- font metrics are computed at panda build time
FCO/SeqSplitter
…/.gitignore :4:
/.panda-work
FCO/Trie
…/.gitignore :4:
/.panda-work
Gnouc/p6-linux-process-signalinfo
…/META6.json :11:
"build-depends" : [ "panda" ],
IanTayler/MinG
…/README.md :26:
If you have perl6 and panda or zef, the following should suffice:
IanTayler/MinG
…/README.md :38:
The best option may be to install Rakudo Star <http://rakudo.org/how-to-get-rakudo/\> which comes with zef and some common modules. There's lots of tutorials about how to get perl6. Follow one of them and make sure you install zef (or panda).
IanTayler/MinG
…/to-readme.pod6 :24:
If you have perl6 and panda or zef, the following should suffice:
IanTayler/MinG
…/to-readme.pod6 :38:
The best option may be to install Rakudo Star <http://rakudo.org/how-to-get-rakudo/\> which comes with zef and some common modules. There's lots of tutorials about how to get perl6. Follow one of them and make sure you install zef (or panda).
JJ/p6-math-constants
…/.gitignore :4:
/.panda-work
Leont/build-simple6
…/.travis.yml :7:
- rakudobrew build-panda
Leont/build-simple6
…/.travis.yml :8:
- panda installdeps .
perl6-all-modules/github/Net-FTP/README.md install with panda
perl6-all-modules/github/Net-FTP/README.md panda install Net::FTP
PowellDean/Locale-Codes-Country
…/README.md :16:
I use Panda. The command: `panda install Locale-Codes-Country` should work.
darrenf/p6-test-declare
…/.gitignore :5:
/.panda-work
drforr/perl6-ANTLR4
…/README.md :11:
* Using panda (a module management tool bundled with Rakudo Star):
drforr/perl6-ANTLR4
…/README.md :14:
panda update && panda install ANTLR4
drforr/perl6-Inline-Scheme-Guile
…/.travis.yml :12:
- rakudobrew build-panda
drforr/perl6-Inline-Scheme-Guile
…/.travis.yml :13:
- panda installdeps .
hoelzro/p6-algorithm-elo
…/.travis.yml :3:
- rakudobrew build-panda
hoelzro/p6-algorithm-elo
…/.travis.yml :5:
- panda installdeps .
hoelzro/p6-algorithm-elo
…/.travis.yml :6:
- panda-build
hoelzro/p6-algorithm-elo
…/.travis.yml :9:
- panda-test
hoelzro/p6-pod-eod
…/.gitignore :4:
/.panda-work
hoelzro/p6-pod-eod
…/.travis.yml :5:
- rakudobrew build-panda
hoelzro/p6-pod-eod
…/.travis.yml :6:
- panda --notests installdeps .
hoelzro/p6-priorityqueue
…/.travis.yml :3:
- rakudobrew build-panda
hoelzro/p6-priorityqueue
…/.travis.yml :5:
- panda installdeps .
hoelzro/p6-priorityqueue
…/.travis.yml :6:
- panda-build
hoelzro/p6-priorityqueue
…/.travis.yml :9:
- panda-test
jaldhar/Algorithm-DawkinsWeasel
…/.gitignore :4:
/.panda-work
jaldhar/Algorithm-DawkinsWeasel
…/README.md :50:
- `panda`
jamesneko/dice-roller
…/.travis.yml :5:
- rakudobrew build-panda
jamesneko/dice-roller
…/.travis.yml :6:
- panda installdeps .
jdv/p6-data-selector
…/README :7:
panda install Data::Selector
jonathanstowe/EventSource-Server
…/README.md :11:
panda install HTTP::Server::Tiny
jonathanstowe/EventSource-Server
…/README.md :30:
panda install Net::AMQP
kalkin/Ddt
…/THOUGHTS.md :41:
* Your distribution manager (i.e: zef or panda)
kalkin/Ddt
…/Distribution.pm6 :234:
$url ~~ s/^https?/git/; # panda does not support http protocol
kalkin/License-Software
…/.gitignore :4:
/.panda-work
kalkin/perl6-hashids
…/.gitignore :4:
/.panda-work
kalkin/perl6-hashids
…/.travis.yml :9:
- rakudobrew build-panda
kalkin/perl6-hashids
…/.travis.yml :10:
- panda --notests installdeps .
melezhik/sparrowdo-archive
…/.travis.yml :7:
- rakudobrew build-panda
melezhik/sparrowdo-archive
…/.travis.yml :8:
- panda installdeps .
melezhik/sparrowdo-archive
…/README.md :18:
$ panda install Sparrowdo::Archive
melezhik/sparrowdo-chef-manager
…/.travis.yml :7:
- rakudobrew build-panda
melezhik/sparrowdo-chef-manager
…/.travis.yml :8:
- panda installdeps .
melezhik/sparrowdo-chef-manager
…/README.md :10:
$ panda install Sparrowdo::Chef::Manager
melezhik/sparrowdo-cpm
…/.travis.yml :7:
- rakudobrew build-panda
melezhik/sparrowdo-cpm
…/.travis.yml :8:
- panda installdeps .
melezhik/sparrowdo-cpm
…/README.md :7:
$ panda install Sparrowdo::Cpm
melezhik/sparrowdo-goss
…/.travis.yml :7:
- rakudobrew build-panda
melezhik/sparrowdo-goss
…/.travis.yml :8:
- panda installdeps .
melezhik/sparrowdo-goss
…/README.md :12:
$ panda install Sparrowdo::Goss
melezhik/sparrowdo-nginx
…/.travis.yml :7:
- rakudobrew build-panda
melezhik/sparrowdo-nginx
…/.travis.yml :8:
- panda installdeps .
melezhik/sparrowdo-nginx
…/README.md :11:
$ panda install Sparrowdo::Nginx
melezhik/sparrowdo-ruby-bundler
…/.travis.yml :7:
- rakudobrew build-panda
melezhik/sparrowdo-ruby-bundler
…/.travis.yml :8:
- panda installdeps .
melezhik/sparrowdo-ruby-bundler
…/README.md :12:
$ panda install Sparrowdo::Ruby::Bundler
melezhik/sparrowdo-sparrow-update
…/.travis.yml :7:
- rakudobrew build-panda
melezhik/sparrowdo-sparrow-update
…/.travis.yml :8:
- panda installdeps .
melezhik/sparrowdo-sparrow-update
…/README.md :7:
$ panda install Sparrowdo::Sparrow::Update
mryan/perl6-Slang-AltTernary
…/.gitignore :4:
/.panda-work
niner/CompUnit-Repository-Mask
…/.gitignore :4:
/.panda-work
niner/CompUnit-Repository-Mask
…/.travis.yml :8:
- rakudobrew build-panda
niner/CompUnit-Repository-Mask
…/.travis.yml :9:
- panda --notests installdeps .
niner/Distribution-Builder-MakeFromJSON
…/.gitignore :4:
/.panda-work
niner/Distribution-Builder-MakeFromJSON
…/.travis.yml :8:
- rakudobrew build-panda
niner/Distribution-Builder-MakeFromJSON
…/.travis.yml :9:
- panda --notests installdeps .
nkh/P6-Text-Template
…/.travis.yml :7:
- rakudobrew build-panda
nkh/P6-Text-Template
…/.travis.yml :8:
- panda installdeps .
ohmycloud/fanfou-p6
…/.gitignore :4:
/.panda-work
perl6-all-modules/github/p6-Linux-Cpuinfo/.travis.yml - rakudobrew build-panda
perl6-all-modules/github/p6-Linux-Cpuinfo/.travis.yml - PANDA_SUBMIT_TESTREPORTS=1 panda install .
perl6-all-modules/github/p6-Linux-Cpuinfo/.travis.yml - panda list --installed --verbose
perl6-all-modules/github/p6-Linux-Cpuinfo/META.info "panda"
perl6-all-modules/github/p6-Linux-Cpuinfo/README.md *ufo* can be installed with *panda* for rakudo:
perl6-all-modules/github/p6-Linux-Cpuinfo/README.md panda install ufo
perl6-all-modules/github/p6-Linux-Cpuinfo/README.md Or you can install directly with "panda":
perl6-all-modules/github/p6-Linux-Cpuinfo/README.md panda install .
perl6-all-modules/github/p6-Linux-Cpuinfo/README.md panda install Linux::Cpuinfo
perl6-all-modules/github/p6-Linux-Fuser/.travis.yml - rakudobrew build-panda
perl6-all-modules/github/p6-Linux-Fuser/.travis.yml - panda installdeps .
perl6-all-modules/github/p6-Linux-Fuser/.travis.yml - PANDA_SUBMIT_TESTREPORTS=1 panda install .
perl6-all-modules/github/p6-Linux-Fuser/.travis.yml - panda list --installed --verbose
perl6-all-modules/github/p6-Linux-Fuser/META.info "build-depends" : [ "panda" ],
perl6-all-modules/github/p6-Linux-Fuser/README.md *ufo* can be installed with *panda* for rakudo:
perl6-all-modules/github/p6-Linux-Fuser/README.md panda install ufo
perl6-all-modules/github/perl6-raspberry-pi/README.md ~$ rakudobrew build-panda
perl6-all-modules/github/perl6-raspberry-pi/README.md ~$ panda RPi
ppentchev/perl6-Getopt-Std
…/CHANGES.md :26:
- do not test building with "panda"
ppentchev/perl6-Test-Deeply-Relaxed
…/CHANGES.md :9:
all the needed dependencies with both zef and panda.
skids/perl6-Proc-Screen
…/.travis.yml :5:
- rakudobrew build-panda
skids/perl6-Proc-Screen
…/.travis.yml :6:
- panda --notests installdeps .
skids/perl6xproto
…/.travis.yml :5:
- rakudobrew build-panda
skids/perl6xproto
…/.travis.yml :6:
- panda --notests installdeps .
yuvipanda/perl6-Ident-Client
…/.gitrepo :7:
remote = https://github.com/yuvipanda/perl6-Ident-Client.git
yuvipanda/perl6-Ident-Client
…/META6.json :4:
"source-url": "https://github.com/yuvipanda/perl6-Ident-Client.git",
yuvipanda/perl6-Ident-Client
…/README.md :7:
Not yet, but once this gets into panda, you can use:
yuvipanda/perl6-Ident-Client
…/README.md :9:
```panda update && panda install Ident::Client``
yuvipanda/perl6-Ident-Client
…/README.md :13:
Yuvi Panda, yuvipanda on `#perl6`
stmuk/p6-task-galaxy
…/META6.json :61:
"panda",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment