Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 17, 2019 11:52
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/c25f28c312eee40124188ec9439ebe5c to your computer and use it in GitHub Desktop.
Save Whateverable/c25f28c312eee40124188ec9439ebe5c to your computer and use it in GitHub Desktop.
greppable6
File Code
AKIYM/JSON-Hjson
…/META6.json :12:
"JSON::Hjson" : "lib/JSON/Hjson.pm6",
AKIYM/JSON-Hjson
…/META6.json :13:
"JSON::Hjson::Actions" : "lib/JSON/Hjson/Actions.pm6",
AKIYM/JSON-Hjson
…/META6.json :14:
"JSON::Hjson::Grammar" : "lib/JSON/Hjson/Grammar.pm6"
AKIYM/JSON-Hjson
…/README.md :45:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
AKIYM/JSON-Hjson
…/Hjson.pm6 :59:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
AKIYM/JSON-Hjson
…/99-meta.t :2:
use lib 'lib';
ALOREN/Terminal-Table
…/.appveyor.yml :21:
- perl6 -I %APPVEYOR_BUILD_FOLDER%\..\zef\lib %APPVEYOR_BUILD_FOLDER%\..\zef\bin\zef --depsonly install .
ALOREN/Terminal-Table
…/.appveyor.yml :23:
- prove -v -e "perl6 -Ilib" t/
ALOREN/Terminal-Table
…/META6.json :15:
"Terminal::Table" : "lib/Terminal/Table.pm6",
ALOREN/Terminal-Table
…/META6.json :16:
"Terminal::Table::Exception" : "lib/Terminal/Table/Exception.pm6",
ALOREN/Terminal-Table
…/META6.json :17:
"Terminal::Table::Frame" : "lib/Terminal/Table/Frame.pm6",
ALOREN/Terminal-Table
…/META6.json :18:
"Terminal::Table::Generator" : "lib/Terminal/Table/Generator.pm6",
ALOREN/Terminal-Table
…/META6.json :19:
"Terminal::Table::LightWrap" : "lib/Terminal/Table/LightWrap.pm6",
ALOREN/Terminal-Table
…/META6.json :20:
"Terminal::Table::Settings" : "lib/Terminal/Table/Settings.pm6",
ALOREN/Terminal-Table
…/META6.json :21:
"Terminal::Table::Shader" : "lib/Terminal/Table/Shader.pm6",
ALOREN/Terminal-Table
…/META6.json :22:
"Terminal::Table::String" : "lib/Terminal/Table/String.pm6",
ALOREN/Terminal-Table
…/META6.json :23:
"Terminal::Table::Style" : "lib/Terminal/Table/Style.pm6",
ALOREN/Terminal-Table
…/META6.json :24:
"Terminal::Table::VisitorHelper" : "lib/Terminal/Table/VisitorHelper.pm6"
ASTJ/HandleSupplier
…/META6.json :12:
"HandleSupplier" : "lib/HandleSupplier.pm6"
ASTJ/HandleSupplier
…/README.md :32:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ASTJ/HandleSupplier
…/HandleSupplier.pm6 :37:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ASTJ/SQL-NamedPlaceholder
…/META6.json :12:
"SQL::NamedPlaceholder" : "lib/SQL/NamedPlaceholder.pm6"
ASTJ/SQL-NamedPlaceholder
…/README.md :69:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ASTJ/SQL-NamedPlaceholder
…/README.md :73:
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
ASTJ/SQL-NamedPlaceholder
…/NamedPlaceholder.pm6 :90:
This library is free software; you can redistribute it and/or modify
ASTJ/SQL-NamedPlaceholder
…/NamedPlaceholder.pm6 :95:
This library is free software; you can redistribute it and/or modify
ASTJ/SQL-NamedPlaceholder
…/99-meta.t :2:
use lib 'lib';
ATROXAPER/Propius
…/META6.json :9:
"Propius" : "lib/Propius.pm6"
ATROXAPER/Propius
…/chain-00-simple.t :5:
use lib 'lib';
ATROXAPER/Propius
…/meta-00.t :5:
use lib 'lib';
ATROXAPER/Propius
…/time-based-00-simple.t :5:
use lib 'lib';
ATROXAPER/Propius
…/time-based-01-size-eviction.t :5:
use lib 'lib';
ATROXAPER/Propius
…/time-based-02-time-eviction.t :6:
use lib 'lib';
ATROXAPER/TimeUnit
…/META6.json :9:
"TimeUnit" : "lib/TimeUnit.pm6"
ATROXAPER/TimeUnit
…/00-meta.t :5:
use lib 'lib';
ATROXAPER/TimeUnit
…/01-simple.t :4:
use lib 'lib';
AZAWAWI/Inline-Go
…/.travis.yml :25:
- AUTHOR_TESTING=1 prove -ve "perl6 -Ilib"
AZAWAWI/Inline-Go
…/META6.json :11:
"Inline::Go" : "lib/Inline/Go.pm6",
AZAWAWI/Inline-Go
…/META6.json :12:
"Inline::Go::Grammar" : "lib/Inline/Go/Grammar.pm6"
AZAWAWI/Inline-Go
…/README.md :67:
$ prove -ve "perl6 -Ilib"
AZAWAWI/Inline-Go
…/README.md :74:
$ AUTHOR_TESTING=1 prove -e "perl6 -Ilib"
AZAWAWI/Inline-Go
…/appveyor.yml :25:
- set AUTHOR_TESTING=1 && prove -ve "perl6 -Ilib"
AZAWAWI/Inline-Go
…/00-hello.pl6 :3:
use lib 'lib';
AZAWAWI/Inline-Go
…/01-grammar.pl6 :4:
use lib 'lib';
AZAWAWI/Inline-Go
…/02-multiple.pl6 :3:
use lib 'lib';
AZAWAWI/Inline-Go
…/03-strings.pl6 :3:
use lib 'lib';
AZAWAWI/Inline-Go
…/Go.pm6 :14:
# Temporary shard library file name
AZAWAWI/Inline-Go
…/Go.pm6 :50:
# Build shared C library from go code
AZAWAWI/MsgPack
…/.travis.yml :14:
# Debian-based libmsgpack installation
AZAWAWI/MsgPack
…/.travis.yml :16:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -y libmsgpack-dev ; fi
AZAWAWI/MsgPack
…/.travis.yml :19:
# macOS libmsgpack installation
AZAWAWI/MsgPack
…/.travis.yml :30:
- AUTHOR_TESTING=1 prove -ve "perl6 -Ilib"
AZAWAWI/MsgPack
…/Build.pm :24:
for <dll dylib so> -> $ext {
AZAWAWI/MsgPack
…/Build.pm :25:
"$destdir/libmsgpack-perl6.$ext".IO.spurt("");
AZAWAWI/MsgPack
…/Build.pm :28:
my @libs = <msgpackc>;
AZAWAWI/MsgPack
…/Build.pm :29:
my $libs = @libs.map( { "-l$_" } ).join(' ');
AZAWAWI/MsgPack
…/Build.pm :30:
my $libname = sprintf($*VM.config<dll>, "msgpack-perl6");
AZAWAWI/MsgPack
…/Build.pm :32:
shell("gcc -Wall -shared -fPIC -I/usr/local/include -L/usr/local/lib -o $destdir/$libname src/libmsgpack-perl6.c $libs");
AZAWAWI/MsgPack
…/Build.pm :34:
shell("gcc -Wall -shared -fPIC -o $destdir/$libname src/libmsgpack-perl6.c $libs");
AZAWAWI/MsgPack
…/META6.json :6:
"description" : "Perl 6 Interface to libmsgpack",
AZAWAWI/MsgPack
…/META6.json :11:
"MsgPack" : "lib/MsgPack.pm6",
AZAWAWI/MsgPack
…/META6.json :12:
"MsgPack::Native" : "lib/MsgPack/Native.pm6",
AZAWAWI/MsgPack
…/META6.json :13:
"MsgPack::Packer" : "lib/MsgPack/Packer.pm6",
AZAWAWI/MsgPack
…/META6.json :14:
"MsgPack::Unpacker" : "lib/MsgPack/Unpacker.pm6"
AZAWAWI/MsgPack
…/META6.json :17:
"libmsgpack-perl6.dll",
AZAWAWI/MsgPack
…/META6.json :18:
"libmsgpack-perl6.dylib",
AZAWAWI/MsgPack
…/META6.json :19:
"libmsgpack-perl6.so"
AZAWAWI/MsgPack
…/README.md :5:
Perl 6 Interface to libmsgpack
AZAWAWI/MsgPack
…/README.md :26:
- Please follow the section below to install `libmsgpack` on your system.
AZAWAWI/MsgPack
…/README.md :40:
- To install `msgpack` development headers / libraries, please run:
AZAWAWI/MsgPack
…/README.md :42:
$ sudo apt-get install libmsgpack-dev
AZAWAWI/MsgPack
…/README.md :47:
- To install `msgpack` development headers / libraries, please run:
AZAWAWI/MsgPack
…/README.md :63:
$ prove -ve "perl6 -Ilib"
AZAWAWI/MsgPack
…/README.md :70:
$ AUTHOR_TESTING=1 prove -e "perl6 -Ilib"
AZAWAWI/MsgPack
…/appveyor.yml :25:
- set AUTHOR_TESTING=1 && prove -ve "perl6 -Ilib"
AZAWAWI/MsgPack
…/test-msgpack.pl6 :4:
use lib 'lib';
AZAWAWI/MsgPack
…/ex01.pl6 :5:
#TODO remove lib
AZAWAWI/MsgPack
…/ex01.pl6 :6:
use lib 'lib';
AZAWAWI/MsgPack
…/ex02.pl6 :4:
#TODO remove lib
AZAWAWI/MsgPack
…/ex02.pl6 :5:
use lib 'lib';
AZAWAWI/MsgPack
…/Native.pm6 :9:
sub library {
AZAWAWI/MsgPack
…/Native.pm6 :10:
my $lib-name = sprintf($*VM.config<dll>, "msgpack-perl6");
AZAWAWI/MsgPack
…/Native.pm6 :11:
return ~(%?RESOURCES{$lib-name});
AZAWAWI/MsgPack
…/Native.pm6 :26:
is native(&library)
AZAWAWI/MsgPack
…/Native.pm6 :32:
is native(&library)
AZAWAWI/MsgPack
…/Native.pm6 :38:
is native(&library)
AZAWAWI/MsgPack
…/Native.pm6 :45:
is native(&library)
AZAWAWI/MsgPack
…/Native.pm6 :52:
is native(&library)
AZAWAWI/MsgPack
…/Native.pm6 :59:
is native(&library)
AZAWAWI/MsgPack
…/Native.pm6 :66:
is native(&library)
AZAWAWI/MsgPack
…/Native.pm6 :73:
is native(&library)
AZAWAWI/MsgPack
…/Native.pm6 :80:
is native(&library)
AZAWAWI/MsgPack
…/Native.pm6 :87:
is native(&library)
AZAWAWI/MsgPack
…/Native.pm6 :94:
is native(&library)
AZAWAWI/MsgPack
…/Native.pm6 :101:
is native(&library)
AZAWAWI/MsgPack
…/Native.pm6 :108:
is native(&library)
AZAWAWI/MsgPack
…/Native.pm6 :115:
is native(&library)
AZAWAWI/MsgPack
…/Native.pm6 :122:
is native(&library)
AZAWAWI/MsgPack
…/Native.pm6 :129:
is native(&library)
AZAWAWI/MsgPack
…/Native.pm6 :136:
is native(&library)
AZAWAWI/MsgPack
…/Native.pm6 :213:
is native(&library)
AZAWAWI/MsgPack
…/Native.pm6 :221:
is native(&library)
AZAWAWI/MsgPack
…/Native.pm6 :226:
is native(&library)
AZAWAWI/MsgPack
…/Native.pm6 :232:
is native(&library)
AZAWAWI/MsgPack
…/Native.pm6 :254:
is native(&library)
AZAWAWI/MsgPack
…/Native.pm6 :259:
sub msgpack_version is native(&library) is export returns Str { * }
AZAWAWI/MsgPack
…/Native.pm6 :260:
sub msgpack_version_major is native(&library) is export returns int32 { * }
AZAWAWI/MsgPack
…/Native.pm6 :261:
sub msgpack_version_minor is native(&library) is export returns int32 { * }
AZAWAWI/MsgPack
…/Native.pm6 :266:
#sub msgpack_version_revision is native(&library) is export returns int32 { * }
BDUGGAN/Crypt-RSA
…/META6.json :9:
"Crypt::RSA" : "lib/Crypt/RSA.pm6",
BDUGGAN/Crypt-RSA
…/META6.json :10:
"Crypt::RSA::Key" : "lib/Crypt/RSA/Key.pm6"
BDUGGAN/Crypt-RSA
…/01-basic.t :2:
use lib 'lib';
BDUGGAN/Crypt-RSA
…/02-roundtrip.t :2:
use lib 'lib';
BDUGGAN/Crypt-RSA
…/03-known-keys.t :2:
use lib 'lib';
BDUGGAN/Crypt-RSA
…/04-crypt-random.t :2:
use lib 'lib';
BDUGGAN/Crypt-RSA
…/05-author.t :2:
use lib 'lib';
BDUGGAN/Crypt-RSA
…/06-digits.t :2:
use lib 'lib';
BDUGGAN/Digest-SHA256-Native
…/Build.pm :8:
%vars<sha256> = $*VM.platform-library-name('sha256'.IO);
BDUGGAN/Digest-SHA256-Native
…/Build.pm :10:
mkdir "$dir/resources/libraries" unless "$dir/resources/libraries".IO.e;
BDUGGAN/Digest-SHA256-Native
…/Configure.pl6 :5:
%vars<sha256> = $*VM.platform-library-name('sha256'.IO);
BDUGGAN/Digest-SHA256-Native
…/Configure.pl6 :7:
mkdir "resources/libraries" unless "resources/libraries".IO.e;
BDUGGAN/Digest-SHA256-Native
…/META6.json :6:
"libraries/sha256"
BDUGGAN/Digest-SHA256-Native
…/META6.json :10:
"Digest::SHA256::Native" : "lib/Digest/SHA256/Native.pm6"
BDUGGAN/Digest-SHA256-Native
…/Makefile.in :3:
all: %DESTDIR%/resources/libraries/%sha256%
BDUGGAN/Digest-SHA256-Native
…/Makefile.in :6:
-rm %DESTDIR%/resources/libraries/%sha256% %DESTDIR%/*.o
BDUGGAN/Digest-SHA256-Native
…/Makefile.in :8:
%DESTDIR%/resources/libraries/%sha256%: sha256%O%
BDUGGAN/Digest-SHA256-Native
…/Makefile.in :9:
%LD% %LDSHARED% %LDFLAGS% %LIBS% %LDOUT%%DESTDIR%/resources/libraries/%sha256% sha256%O%
BDUGGAN/Digest-SHA256-Native
…/Makefile.in :15:
prove -e "perl6 -Ilib" t
BDUGGAN/Digest-SHA256-Native
…/Native.pm6 :5:
constant SHA256 = %?RESOURCES<libraries/sha256>;
BDUGGAN/Digest-SHA256-Native
…/sha256.c :16:
#include <stdlib.h>
BDUGGAN/Digest-SHA256-Native
…/99-meta.t :2:
use lib 'lib';
BDUGGAN/OAuth2-Client-Google
…/META6.json :16:
"OAuth2::Client::Google" : "lib/OAuth2/Client/Google.pm6"
BDUGGAN/OAuth2-Client-Google
…/get-calendar-data.p6 :3:
use lib 'lib';
BDUGGAN/OAuth2-Client-Google
…/001-basic.t :2:
use lib 'lib';
BDUGGAN/OAuth2-Client-Google
…/002-auth2.t :2:
use lib 'lib';
BDUGGAN/OAuth2-Client-Google
…/003-meta.t :2:
use lib 'lib';
BDUGGAN/WebService-AWS-S3
…/META6.json :6:
"WebService::AWS::S3" : "lib/WebService/AWS/S3.pm6",
BDUGGAN/WebService-AWS-S3
…/META6.json :7:
"WebService::AWS::S3::Resources" : "lib/WebService/AWS/S3/Resources.pm6",
BDUGGAN/WebService-AWS-S3
…/META6.json :8:
"WebService::AWS::S3::Request" : "lib/WebService/AWS/S3/Request.pm6"
BDUGGAN/WebService-AWS-S3
…/01-basic.t :3:
use lib 'lib';
BDUGGAN/WebService-AWS-S3
…/02-s3.t :3:
use lib 'lib';
BDUGGAN/WebService-AWS-S3
…/03-resources.t :3:
use lib 'lib';
BDUGGAN/WebService-AWS-S3
…/04-live.t :3:
use lib 'lib';
BDUGGAN/WebService-AWS-S3
…/05-mock.t :3:
use lib 'lib';
BDUGGAN/WebService-AWS-S3
…/06-request.t :1:
use lib 'lib';
BDUGGAN/WebService-AWS-S3
…/99-meta.t :4:
use lib 'lib';
BRAKMIC/Bitcoin-RPC-Client
…/.gitignore :28:
/blib/
BRAKMIC/Bitcoin-RPC-Client
…/.gitignore :34:
/pm_to_blib
BRAKMIC/Bitcoin-RPC-Client
…/META6.json :17:
"Bitcoin::RPC::Client": "lib/Bitcoin/RPC/Client.pm6",
BRAKMIC/Bitcoin-RPC-Client
…/META6.json :18:
"Bitcoin::Helpers::Config": "lib/Bitcoin/Helpers/Config.pm6"
BRAKMIC/Verge-RPC-Client
…/.gitignore :28:
/blib/
BRAKMIC/Verge-RPC-Client
…/.gitignore :34:
/pm_to_blib
BRAKMIC/Verge-RPC-Client
…/META6.json :17:
"Verge::RPC::Client": "lib/Verge/RPC/Client.pm6",
BRAKMIC/Verge-RPC-Client
…/META6.json :18:
"Verge::Helpers::Config": "lib/Verge/Helpers/Config.pm6"
CHSANCH/Lingua-Stem-Es
…/.travis.yml :13:
script: AUTHOR_TESTING=1 prove -v -e "perl6 -Ilib" t/
CHSANCH/Lingua-Stem-Es
…/META6.json :11:
"Lingua::Stem::Es": "lib/Lingua/Stem/Es.pm6"
CHSANCH/Lingua-Stem-Es
…/030-my-meta.t :2:
use lib 'lib';
CHSANCH/Lingua-Stem-Es
…/basic.t :4:
use lib 'lib';
CHSANCH/Lingua-Stem-Es
…/diffs.txt :4083:
calibración calibr
CHSANCH/Lingua-Stem-Es
…/diffs.txt :4084:
calibradas calibr
CHSANCH/Lingua-Stem-Es
…/diffs.txt :4085:
calibrar calibr
CHSANCH/Lingua-Stem-Es
…/diffs.txt :4086:
calibre calibr
CHSANCH/Lingua-Stem-Es
…/diffs.txt :4810:
celiberia celiberi
CHSANCH/Lingua-Stem-Es
…/diffs.txt :8003:
deliberaciones deliber
CHSANCH/Lingua-Stem-Es
…/diffs.txt :8004:
deliberada deliber
CHSANCH/Lingua-Stem-Es
…/diffs.txt :8005:
deliberadamente deliber
CHSANCH/Lingua-Stem-Es
…/diffs.txt :8006:
deliberado deliber
CHSANCH/Lingua-Stem-Es
…/diffs.txt :8522:
desequilibrada desequilibr
CHSANCH/Lingua-Stem-Es
…/diffs.txt :8523:
desequilibrado desequilibr
CHSANCH/Lingua-Stem-Es
…/diffs.txt :8524:
desequilibrio desequilibri
CHSANCH/Lingua-Stem-Es
…/diffs.txt :8525:
desequilibrios desequilibri
CHSANCH/Lingua-Stem-Es
…/diffs.txt :10650:
equilibrada equilibr
CHSANCH/Lingua-Stem-Es
…/diffs.txt :10651:
equilibrado equilibr
CHSANCH/Lingua-Stem-Es
…/diffs.txt :10652:
equilibrar equilibr
CHSANCH/Lingua-Stem-Es
…/diffs.txt :10653:
equilibrarlos equilibr
CHSANCH/Lingua-Stem-Es
…/diffs.txt :10654:
equilibrio equilibri
CHSANCH/Lingua-Stem-Es
…/diffs.txt :12144:
filiberto filibert
CHSANCH/Lingua-Stem-Es
…/diffs.txt :14643:
infalibilidad infalibil
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16180:
libanés libanes
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16181:
libanesa libanes
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16182:
líbano liban
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16183:
libera liber
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16184:
liberación liber
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16185:
liberada liber
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16186:
liberado liber
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16187:
liberal liberal
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16188:
liberales liberal
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16189:
liberalismo liberal
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16190:
liberalización liberaliz
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16191:
liberalizar liberaliz
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16192:
liberan liber
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16193:
liberar liber
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16194:
liberará liber
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16195:
liberarlo liber
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16196:
liberaron liber
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16197:
liberia liberi
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16198:
libero liber
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16199:
líbero liber
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16200:
liberó liber
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16201:
libertad libert
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16202:
libertades libertad
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16203:
libertador libert
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16204:
libertario libertari
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16205:
libidinosamente libidin
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16206:
libidio libidi
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16207:
libramiento libramient
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16208:
libran libr
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16209:
librando libr
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16210:
librará libr
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16211:
librarla libr
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16212:
librarse libr
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16213:
librarte librart
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16214:
libras libr
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16215:
libre libr
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16216:
librerías libr
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16217:
libres libr
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16218:
libreta libret
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16219:
librito librit
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16220:
libro libr
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16221:
liblibr
CHSANCH/Lingua-Stem-Es
…/diffs.txt :16222:
libros libr
CHSANCH/Lingua-Stem-Es
…/diffs.txt :18470:
neoliberal neoliberal
CHSANCH/Lingua-Stem-Es
…/diffs.txt :18471:
neoliberales neoliberal
CHSANCH/Lingua-Stem-Es
…/diffs.txt :18472:
neoliberalismo neoliberal
CHSANCH/Lingua-Stem-Es
…/diffs.txt :22539:
recalibren recalibr
CHSANCH/Lingua-Stem-Es
…/stem-list.t :5:
use lib 'lib';
CHSANCH/Lingua-Stem-Es
…/test.p6 :5:
use lib 'lib';
CHSANCH/Lingua-Stopwords
…/.gitignore :1:
lib/.precomp
CHSANCH/Lingua-Stopwords
…/.travis.yml :9:
script: AUTHOR_TESTING=1 prove -v -e "perl6 -Ilib" t/
CHSANCH/Lingua-Stopwords
…/META6.json :14:
"Lingua::Stopwords": "lib/Lingua/Stopwords.pm6",
CHSANCH/Lingua-Stopwords
…/META6.json :15:
"Lingua::Stopwords::DE": "lib/Lingua/Stopwords/DE.pm6",
CHSANCH/Lingua-Stopwords
…/META6.json :16:
"Lingua::Stopwords::EN": "lib/Lingua/Stopwords/EN.pm6",
CHSANCH/Lingua-Stopwords
…/META6.json :17:
"Lingua::Stopwords::ES": "lib/Lingua/Stopwords/ES.pm6",
CHSANCH/Lingua-Stopwords
…/META6.json :18:
"Lingua::Stopwords::FI": "lib/Lingua/Stopwords/FI.pm6",
CHSANCH/Lingua-Stopwords
…/META6.json :19:
"Lingua::Stopwords::FR": "lib/Lingua/Stopwords/FR.pm6",
CHSANCH/Lingua-Stopwords
…/META6.json :20:
"Lingua::Stopwords::HE": "lib/Lingua/Stopwords/HE.pm6",
CHSANCH/Lingua-Stopwords
…/META6.json :21:
"Lingua::Stopwords::HU": "lib/Lingua/Stopwords/HU.pm6",
CHSANCH/Lingua-Stopwords
…/META6.json :22:
"Lingua::Stopwords::IT": "lib/Lingua/Stopwords/IT.pm6",
CHSANCH/Lingua-Stopwords
…/META6.json :23:
"Lingua::Stopwords::NL": "lib/Lingua/Stopwords/NL.pm6",
CHSANCH/Lingua-Stopwords
…/META6.json :24:
"Lingua::Stopwords::NO": "lib/Lingua/Stopwords/NO.pm6",
CHSANCH/Lingua-Stopwords
…/META6.json :25:
"Lingua::Stopwords::PT": "lib/Lingua/Stopwords/PT.pm6",
CHSANCH/Lingua-Stopwords
…/META6.json :26:
"Lingua::Stopwords::RU": "lib/Lingua/Stopwords/RU.pm6",
CHSANCH/Lingua-Stopwords
…/META6.json :27:
"Lingua::Stopwords::SV": "lib/Lingua/Stopwords/SV.pm6",
CHSANCH/Lingua-Stopwords
…/META6.json :28:
"Lingua::Stopwords::CA": "lib/Lingua/Stopwords/CA.pm6",
CHSANCH/Lingua-Stopwords
…/META6.json :29:
"Lingua::Stopwords::GL": "lib/Lingua/Stopwords/GL.pm6"
CHSANCH/Lingua-Stopwords
…/01-basic.t :1:
use lib <lib>;
CHSANCH/Lingua-Stopwords
…/030-my-meta.t :2:
use lib 'lib';
CONO/Supply-Timeout
…/META6.json :9:
"Supply::Timeout" : "lib/Supply/Timeout.pm6"
CONO/Supply-Timeout
…/README.md :62:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
CONO/Supply-Timeout
…/Timeout.pm6 :91:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
CTILMES/DB-Pg
…/META6.json :13:
"DB::Pg::ArrayParser" : "lib/DB/Pg/ArrayParser.pm6",
CTILMES/DB-Pg
…/META6.json :15:
"DB::Pg::Database" : "lib/DB/Pg/Database.pm6",
CTILMES/DB-Pg
…/META6.json :17:
"DB::Pg::GeometricTypes" : "lib/DB/Pg/GeometricTypes.pm6",
CTILMES/DB-Pg
…/META6.json :19:
"DB::Pg::Native" : "lib/DB/Pg/Native.pm6",
CTILMES/DB-Pg
…/META6.json :21:
"DB::Pg::Results" : "lib/DB/Pg/Results.pm6",
CTILMES/DB-Pg
…/META6.json :23:
"DB::Pg::Statement" : "lib/DB/Pg/Statement.pm6",
CTILMES/DB-Pg
…/META6.json :25:
"DB::Pg::Converter" : "lib/DB/Pg/Converter.pm6",
CTILMES/DB-Pg
…/META6.json :27:
"DB::Pg::Converter::DateTime" : "lib/DB/Pg/Converter/DateTime.pm6",
CTILMES/DB-Pg
…/META6.json :29:
"DB::Pg::Converter::Geometric" : "lib/DB/Pg/Converter/Geometric.pm6",
CTILMES/DB-Pg
…/META6.json :31:
"DB::Pg::Converter::JSON" : "lib/DB/Pg/Converter/JSON.pm6",
CTILMES/DB-Pg
…/META6.json :33:
"DB::Pg::Converter::UUID" : "lib/DB/Pg/Converter/UUID.pm6",
CTILMES/DB-Pg
…/META6.json :35:
"DB::Pg" : "lib/DB/Pg.pm6"
CTILMES/DB-Pg
…/README.md :5:
libpq.
CTILMES/DB-Pg
…/Pg.pm6 :192:
string|https://www.postgresql.org/docs/10/static/libpq-connect.html#LIBPQ-CONNSTRING>.
CTILMES/DB-Pg
…/Native.pm6 :3:
constant LIBPQ = 'pq'; # libpq.so
CTILMES/DB-Pg
…/Native.pm6 :33:
sub PQlibVersion(-->uint32) is native(LIBPQ) is export {}
CTILMES/DB-Pg
…/Native.pm6 :227:
DB::Pg::Native -- NativeCall interactions with libpq
CTILMES/DB-Pg
…/Native.pm6 :242:
https://www.postgresql.org/docs/current/static/libpq.html
CTILMES/DB-Pg
…/09-native.t :8:
ok PQlibVersion, 'PQlibVersion';
CTILMES/LibGit2
…/META6.json :14:
"Git::Annotated" : "lib/Git/Annotated.pm6",
CTILMES/LibGit2
…/META6.json :15:
"Git::Blame" : "lib/Git/Blame.pm6",
CTILMES/LibGit2
…/META6.json :16:
"Git::Blob" : "lib/Git/Blob.pm6",
CTILMES/LibGit2
…/META6.json :17:
"Git::Branch" : "lib/Git/Branch.pm6",
CTILMES/LibGit2
…/META6.json :18:
"Git::Buffer" : "lib/Git/Buffer.pm6",
CTILMES/LibGit2
…/META6.json :19:
"Git::Callback" : "lib/Git/Callback.pm6",
CTILMES/LibGit2
…/META6.json :20:
"Git::Channel" : "lib/Git/Channel.pm6",
CTILMES/LibGit2
…/META6.json :21:
"Git::Checkout" : "lib/Git/Checkout.pm6",
CTILMES/LibGit2
…/META6.json :22:
"Git::Clone" : "lib/Git/Clone.pm6",
CTILMES/LibGit2
…/META6.json :23:
"Git::Commit" : "lib/Git/Commit.pm6",
CTILMES/LibGit2
…/META6.json :24:
"Git::Config" : "lib/Git/Config.pm6",
CTILMES/LibGit2
…/META6.json :25:
"Git::Cred" : "lib/Git/Cred.pm6",
CTILMES/LibGit2
…/META6.json :26:
"Git::Describe" : "lib/Git/Describe.pm6",
CTILMES/LibGit2
…/META6.json :27:
"Git::Diff" : "lib/Git/Diff.pm6",
CTILMES/LibGit2
…/META6.json :28:
"Git::Error" : "lib/Git/Error.pm6",
CTILMES/LibGit2
…/META6.json :29:
"Git::FileMode" : "lib/Git/FileMode.pm6",
CTILMES/LibGit2
…/META6.json :30:
"Git::Index" : "lib/Git/Index.pm6",
CTILMES/LibGit2
…/META6.json :31:
"Git::Indexer" : "lib/Git/Indexer.pm6",
CTILMES/LibGit2
…/META6.json :32:
"Git::Init" : "lib/Git/Init.pm6",
CTILMES/LibGit2
…/META6.json :33:
"Git::Message" : "lib/Git/Message.pm6",
CTILMES/LibGit2
…/META6.json :34:
"Git::Note" : "lib/Git/Note.pm6",
CTILMES/LibGit2
…/META6.json :35:
"Git::Object" : "lib/Git/Object.pm6",
CTILMES/LibGit2
…/META6.json :36:
"Git::Odb" : "lib/Git/Odb.pm6",
CTILMES/LibGit2
…/META6.json :37:
"Git::Oid" : "lib/Git/Oid.pm6",
CTILMES/LibGit2
…/META6.json :38:
"Git::Open" : "lib/Git/Open.pm6",
CTILMES/LibGit2
…/META6.json :39:
"Git::Patch" : "lib/Git/Patch.pm6",
CTILMES/LibGit2
…/META6.json :40:
"Git::Proxy" : "lib/Git/Proxy.pm6",
CTILMES/LibGit2
…/META6.json :41:
"Git::Reference" : "lib/Git/Reference.pm6",
CTILMES/LibGit2
…/META6.json :42:
"Git::Refspec" : "lib/Git/Refspec.pm6",
CTILMES/LibGit2
…/META6.json :43:
"Git::Remote" : "lib/Git/Remote.pm6",
CTILMES/LibGit2
…/META6.json :44:
"Git::Repository" : "lib/Git/Repository.pm6",
CTILMES/LibGit2
…/META6.json :45:
"Git::Revwalk" : "lib/Git/Revwalk.pm6",
CTILMES/LibGit2
…/META6.json :46:
"Git::Signature" : "lib/Git/Signature.pm6",
CTILMES/LibGit2
…/META6.json :47:
"Git::Status" : "lib/Git/Status.pm6",
CTILMES/LibGit2
…/META6.json :48:
"Git::Strarray" : "lib/Git/Strarray.pm6",
CTILMES/LibGit2
…/META6.json :49:
"Git::Submodule" : "lib/Git/Submodule.pm6",
CTILMES/LibGit2
…/META6.json :50:
"Git::Tag" : "lib/Git/Tag.pm6",
CTILMES/LibGit2
…/META6.json :51:
"Git::Trace" : "lib/Git/Trace.pm6",
CTILMES/LibGit2
…/META6.json :52:
"Git::Tree" : "lib/Git/Tree.pm6",
CTILMES/LibGit2
…/META6.json :53:
"Git::TreeBuilder" : "lib/Git/TreeBuilder.pm6",
CTILMES/LibGit2
…/META6.json :54:
"Git::Worktree" : "lib/Git/Worktree.pm6",
CTILMES/LibGit2
…/META6.json :55:
"LibGit2" : "lib/LibGit2.pm6"
CTILMES/LibGit2
…/META6.json :58:
"source-url" : "https://github.com/CurtTilmes/perl6-libgit2.git",
CTILMES/LibGit2
…/META6.json :60:
"bugtracker" : "https://github.com/CurtTilmes/perl6-libgit2/issues",
CTILMES/LibGit2
…/META6.json :61:
"source" : "https://github.com/CurtTilmes/perl6-libgit2.git"
CTILMES/LibGit2
…/README.md :1:
LibGit2 -- Direct access to Git via libgit2 library
CTILMES/LibGit2
…/README.md :9:
This module provides Perl 6 access to libgit2
CTILMES/LibGit2
…/README.md :11:
That library must be installed, and this module will be subject to the
CTILMES/LibGit2
…/README.md :12:
features enabled during the build/install of that library.
CTILMES/LibGit2
…/README.md :21:
you can't do, raise an issue and we can try to add more libgit2 bindings.
CTILMES/LibGit2
…/README.md :36:
the library as a whole.
CTILMES/LibGit2
…/README.md :38:
Query some global information about the library:
CTILMES/LibGit2
…/README.md :50:
If libgit2 is compiled with tracing support, you can enable that tracing
CTILMES/LibGit2
…/Clone.pm6 :74:
means that instead of a fetch, libgit2 will copy the object database
CTILMES/LibGit2
…/Clone.pm6 :78:
'auto' - Auto-detect (default), libgit2 will bypass the git-aware
CTILMES/LibGit2
…/Init.pm6 :96:
=item B<:external-template> - libgit2 normally uses internal templates to
CTILMES/LibGit2
…/LibGit2.pm6 :27:
sub git_libgit2_init(--> int32) is native('git2') {}
CTILMES/LibGit2
…/LibGit2.pm6 :28:
sub git_libgit2_shutdown(--> int32) is native('git2') {}
CTILMES/LibGit2
…/LibGit2.pm6 :30:
INIT git_libgit2_init;
CTILMES/LibGit2
…/LibGit2.pm6 :31:
END git_libgit2_shutdown;
CTILMES/LibGit2
…/LibGit2.pm6 :57:
sub git_libgit2_version(int32 is rw, int32 is rw, int32 is rw)
CTILMES/LibGit2
…/LibGit2.pm6 :65:
git_libgit2_version($major, $minor, $rev);
CTILMES/LibGit2
…/LibGit2.pm6 :69:
sub git_libgit2_features(--> int32)
CTILMES/LibGit2
…/LibGit2.pm6 :74:
my $features = git_libgit2_features;
CTILMES/LibGit2
…/01-simple.t :8:
diag "libgit2 version: $version";
CTILMES/LibGit2
…/01-simple.t :12:
diag "libgit2 features: @features[]";
CTILMES/Munge
…/META6.json :15:
"Munge" : "lib/Munge.pm6",
CTILMES/Munge
…/META6.json :16:
"Munge::Context" : "lib/Munge/Context.pm6"
CTILMES/Munge
…/Makefile :5:
PM := $(shell find lib -name '*.pm6')
CTILMES/Munge
…/Makefile :7:
HTML := $(addsuffix .html, $(subst lib,html,$(PM)))
CTILMES/Munge
…/Makefile :15:
html/%.html: lib/%
CTILMES/Munge
…/README.md :22:
Requires libmunge.so.2
CTILMES/Munge
…/README.md :24:
Follow the libmunge installation instruction.
CTILMES/Munge
…/README.md :26:
For Ubuntu, it may be as simple as `sudo apt-get install libmunge-dev`
CTILMES/Munge
…/Munge.pm6.html :93:
<p>+$exception.code will give you the traditional libmunge error code.</p>
CTILMES/Munge
…/Munge.pm6 :198:
+$exception.code will give you the traditional libmunge error code.
CTILMES/Munge
…/05-checkcontext.t :8:
ok my $m = Munge.new(cipher => 'blowfish', MAC => 'sha256', zip => 'zlib'),
CTILMES/epoll
…/META6.json :13:
"epoll" : "lib/epoll.pm6"
CTILMES/epoll
…/Makefile :5:
README.md: lib/epoll.pm6
DMAESTRO/SQL-Lexer
…/META6.json :28:
"SQL::Keyword": "lib/SQL/Lexer.pm",
DMAESTRO/SQL-Lexer
…/META6.json :29:
"SQL::Lexer": "lib/SQL/Lexer.pm",
DMAESTRO/SQL-Lexer
…/META6.json :30:
"SQL::Basic": "lib/SQL/Basic.pm"
ELIZABETH/Hash-Util
…/META6.json :13:
"Hash::Util" : "lib/Hash/Util.pm6"
ELIZABETH/Hash-Util
…/README.md :216:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/Hash-Util
…/dist.ini :5:
filename = lib/Hash/Util.pm6
ELIZABETH/Hash-Util
…/Util.pm6 :561:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/List-AllUtils
…/META6.json :17:
"List::AllUtils" : "lib/List/AllUtils.pm6"
ELIZABETH/List-AllUtils
…/README.md :71:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/List-AllUtils
…/dist.ini :5:
filename = lib/List/AllUtils.pm6
ELIZABETH/List-AllUtils
…/AllUtils.pm6 :108:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/List-MoreUtils
…/META6.json :13:
"List::MoreUtils" : "lib/List/MoreUtils.pm6"
ELIZABETH/List-MoreUtils
…/README.md :56:
They mostly provide the same or similar semantics, but there may be subtle differences, so it was decided to not just use the built-ins. If these fun…
ELIZABETH/List-MoreUtils
…/README.md :952:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/List-MoreUtils
…/dist.ini :5:
filename = lib/List/MoreUtils.pm6
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :563:
functions are imported from this library in a scope, they will used instead
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :565:
library and the Perl 6 builtins in the same scope, is to use the method syntax
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :1584:
This library is free software; you can redistribute it and/or modify it under
ELIZABETH/List-SomeUtils
…/META6.json :15:
"List::SomeUtils" : "lib/List/SomeUtils.pm6"
ELIZABETH/List-SomeUtils
…/README.md :38:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/List-SomeUtils
…/dist.ini :5:
filename = lib/List/SomeUtils.pm6
ELIZABETH/List-SomeUtils
…/SomeUtils.pm6 :64:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/List-Util
…/META6.json :13:
"List::Util" : "lib/List/Util.pm6"
ELIZABETH/List-Util
…/README.md :45:
They mostly provide the same or similar semantics, but there may be subtle differences, so it was decided to not just use the built-ins. If these fun…
ELIZABETH/List-Util
…/README.md :407:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/List-Util
…/dist.ini :5:
filename = lib/List/Util.pm6
ELIZABETH/List-Util
…/Util.pm6 :236:
functions are imported from this library in a scope, they will used instead
ELIZABETH/List-Util
…/Util.pm6 :238:
library and the Perl 6 builtins in the same scope, is to use the method syntax
ELIZABETH/List-Util
…/Util.pm6 :661:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/List-UtilsBy
…/META6.json :13:
"List::UtilsBy" : "lib/List/UtilsBy.pm6"
ELIZABETH/List-UtilsBy
…/README.md :290:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/List-UtilsBy
…/dist.ini :5:
filename = lib/List/UtilsBy.pm6
ELIZABETH/List-UtilsBy
…/UtilsBy.pm6 :533:
This library is free software; you can redistribute it and/or modify it under
ELIZABETH/P5-X
…/META6.json :12:
"P5-X" : "lib/P5-X.pm6"
ELIZABETH/P5-X
…/README.md :37:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/P5-X
…/dist.ini :5:
filename = lib/P5-X.pm6
ELIZABETH/P5-X
…/P5-X.pm6 :104:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/P5__FILE__
…/META6.json :13:
"P5__FILE__" : "lib/P5__FILE__.pm6"
ELIZABETH/P5__FILE__
…/README.md :75:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/P5__FILE__
…/dist.ini :5:
filename = lib/P5__FILE__.pm6
ELIZABETH/P5__FILE__
…/P5__FILE__.pm6 :104:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/P5chop
…/META6.json :15:
"P5chop" : "lib/P5chop.pm6"
ELIZABETH/P5chop
…/README.md :38:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/P5chop
…/dist.ini :5:
filename = lib/P5chop.pm6
ELIZABETH/P5chop
…/P5chop.pm6 :43:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/P5oct
…/META6.json :15:
"P5oct" : "lib/P5oct.pm6"
ELIZABETH/P5oct
…/README.md :32:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/P5oct
…/dist.ini :5:
filename = lib/P5oct.pm6
ELIZABETH/P5oct
…/P5oct.pm6 :36:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/P5ord
…/META6.json :15:
"P5ord" : "lib/P5ord.pm6"
ELIZABETH/P5ord
…/README.md :38:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/P5ord
…/dist.ini :5:
filename = lib/P5ord.pm6
ELIZABETH/P5ord
…/P5ord.pm6 :43:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/P5rindex
…/META6.json :15:
"P5rindex" : "lib/P5rindex.pm6"
ELIZABETH/P5rindex
…/README.md :36:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/P5rindex
…/dist.ini :5:
filename = lib/P5rindex.pm6
ELIZABETH/P5rindex
…/P5rindex.pm6 :41:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/P5uc
…/META6.json :15:
"P5uc" : "lib/P5uc.pm6"
ELIZABETH/P5uc
…/README.md :38:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/P5uc
…/dist.ini :5:
filename = lib/P5uc.pm6
ELIZABETH/P5uc
…/P5uc.pm6 :43:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/P5ucfirst
…/META6.json :15:
"P5ucfirst" : "lib/P5ucfirst.pm6"
ELIZABETH/P5ucfirst
…/README.md :38:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/P5ucfirst
…/dist.ini :5:
filename = lib/P5ucfirst.pm6
ELIZABETH/P5ucfirst
…/P5ucfirst.pm6 :43:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/Scalar-Util
…/META6.json :13:
"Scalar::Util" : "lib/Scalar/Util.pm6"
ELIZABETH/Scalar-Util
…/README.md :118:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/Scalar-Util
…/dist.ini :5:
filename = lib/Scalar/Util.pm6
ELIZABETH/Scalar-Util
…/Util.pm6 :210:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/Sub-Name
…/META6.json :13:
"Sub::Name" : "lib/Sub/Name.pm6"
ELIZABETH/Sub-Name
…/README.md :42:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/Sub-Name
…/dist.ini :5:
filename = lib/Sub/Name.pm6
ELIZABETH/Sub-Name
…/Name.pm6 :66:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/Sub-Util
…/META6.json :13:
"Sub::Util" : "lib/Sub/Util.pm6"
ELIZABETH/Sub-Util
…/README.md :68:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/Sub-Util
…/dist.ini :5:
filename = lib/Sub/Util.pm6
ELIZABETH/Sub-Util
…/Util.pm6 :148:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/Sys-Hostname
…/META6.json :13:
"Sys::Hostname" : "lib/Sys/Hostname.pm6"
ELIZABETH/Sys-Hostname
…/README.md :40:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/Sys-Hostname
…/dist.ini :5:
filename = lib/Sys/Hostname.pm6
ELIZABETH/Sys-Hostname
…/Hostname.pm6 :43:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/Tie-Array
…/META6.json :13:
"Tie::Array" : "lib/Tie/Array.pm6"
ELIZABETH/Tie-Array
…/README.md :39:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/Tie-Array
…/dist.ini :5:
filename = lib/Tie/Array.pm6
ELIZABETH/Tie-Array
…/Array.pm6 :108:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/Tie-Hash
…/META6.json :13:
"Tie::Hash" : "lib/Tie/Hash.pm6"
ELIZABETH/Tie-Hash
…/README.md :37:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/Tie-Hash
…/dist.ini :5:
filename = lib/Tie/Hash.pm6
ELIZABETH/Tie-Hash
…/Hash.pm6 :57:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/Tie-StdArray
…/META6.json :13:
"Tie::StdArray" : "lib/Tie/StdArray.pm6"
ELIZABETH/Tie-StdArray
…/README.md :37:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/Tie-StdArray
…/dist.ini :5:
filename = lib/Tie/StdArray.pm6
ELIZABETH/Tie-StdArray
…/StdArray.pm6 :74:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/Tie-StdHash
…/META6.json :13:
"Tie::StdHash" : "lib/Tie/StdHash.pm6"
ELIZABETH/Tie-StdHash
…/README.md :37:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/Tie-StdHash
…/dist.ini :5:
filename = lib/Tie/StdHash.pm6
ELIZABETH/Tie-StdHash
…/StdHash.pm6 :62:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/Unix-errno
…/Changes :9:
first FETCH of the C-library variable would not be seen.
ELIZABETH/Unix-errno
…/META6.json :13:
"Unix::errno" : "lib/Unix/errno.pm6"
ELIZABETH/Unix-errno
…/README.md :41:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
ELIZABETH/Unix-errno
…/dist.ini :5:
filename = lib/Unix/errno.pm6
ELIZABETH/Unix-errno
…/errno.pm6 :84:
'Can not access a needed shared library',
ELIZABETH/Unix-errno
…/errno.pm6 :85:
'Accessing a corrupted shared library',
ELIZABETH/Unix-errno
…/errno.pm6 :86:
'.lib section in a.out corrupted',
ELIZABETH/Unix-errno
…/errno.pm6 :87:
'Attempting to link in too many shared libraries',
ELIZABETH/Unix-errno
…/errno.pm6 :88:
'Cannot exec a shared library directly',
ELIZABETH/Unix-errno
…/errno.pm6 :139:
?? 'libSystem.B.dylib'
ELIZABETH/Unix-errno
…/errno.pm6 :140:
!! 'libc.so.6'; # other variations may need to be added later
ELIZABETH/Unix-errno
…/errno.pm6 :220:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
FISCHER/Lingua-Lipogram
…/.gitignore :2:
lib/.precomp/
FISCHER/Lingua-Lipogram
…/.travis.yml :20:
- PERL6LIB=lib TEST_META=1 prove -v -r --exec=perl6 t/
FISCHER/Lingua-Lipogram
…/META6.json :16:
"Lingua::Lipogram": "lib/Lingua/Lipogram.pm6"
FISCHER/Lingua-Lipogram
…/Makefile :6:
perl6 -Ilib bin/lipogram
FISCHER/Lingua-Lipogram
…/Makefile :9:
PERL6LIB=lib TEST_META=1 prove -v -r --exec=perl6 t/
FISCHER/Lingua-Lipogram
…/Lipogram.pm6 :81:
This library is free software; you can redistribute it and/or modify it under the MIT License.
FISCHER/Lingua-Palindrome
…/.gitignore :2:
lib/.precomp/
FISCHER/Lingua-Palindrome
…/.travis.yml :20:
- PERL6LIB=lib TEST_META=1 prove -v -r --exec=perl6 t/
FISCHER/Lingua-Palindrome
…/META6.json :16:
"Lingua::Palindrome": "lib/Lingua/Palindrome.pm6"
FISCHER/Lingua-Palindrome
…/Makefile :6:
perl6 -Ilib bin/palindrome
FISCHER/Lingua-Palindrome
…/Makefile :9:
PERL6LIB=lib TEST_META=1 prove -v -r --exec=perl6 t/
FISCHER/Lingua-Palindrome
…/Palindrome.pm6 :122:
This library is free software; you can redistribute it and/or modify it under the MIT License.
FISCHER/Lingua-Pangram
…/.gitignore :2:
lib/.precomp/
FISCHER/Lingua-Pangram
…/.travis.yml :20:
- PERL6LIB=lib TEST_META=1 prove -v -r --exec=perl6 t/
FISCHER/Lingua-Pangram
…/META6.json :16:
"Lingua::Pangram": "lib/Lingua/Pangram.pm6"
FISCHER/Lingua-Pangram
…/Makefile :6:
perl6 -Ilib bin/pangram
FISCHER/Lingua-Pangram
…/Makefile :9:
PERL6LIB=lib TEST_META=1 prove -v -r --exec=perl6 t/
FISCHER/Lingua-Pangram
…/Pangram.pm6 :140:
This library is free software; you can redistribute it and/or modify it under the MIT License.
FRITH/Archive-Libarchive-Raw
…/.travis.yml :13:
- sudo apt-get install libarchive13
FRITH/Archive-Libarchive-Raw
…/.travis.yml :19:
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
FRITH/Archive-Libarchive-Raw
…/Build.pm :8:
# to have a libarchive already.
FRITH/Archive-Libarchive-Raw
…/Build.pm :11:
my constant $file = "libarchive.dll";
FRITH/Archive-Libarchive-Raw
…/Build.pm :21:
say 'Installing bundled libarchive.';
FRITH/Archive-Libarchive-Raw
…/Build.pm :26:
my $blob = LWP::Simple.get("http://www.p6c.org/\~jnthn/libarchive/$file");
FRITH/Archive-Libarchive-Raw
…/META6.json :4:
"tags" : [ "archive", "libarchive", "compression", "nativecall" ],
FRITH/Archive-Libarchive-Raw
…/META6.json :6:
"description" : "Raw interface to libarchive",
FRITH/Archive-Libarchive-Raw
…/META6.json :11:
"Archive::Libarchive::Raw" : "lib/Archive/Libarchive/Raw.pm6",
FRITH/Archive-Libarchive-Raw
…/META6.json :12:
"Archive::Libarchive::Constants" : "lib/Archive/Libarchive/Constants.pm6"
FRITH/Archive-Libarchive-Raw
…/META6.json :14:
"resources" : [ "libarchive.dll" ],
FRITH/Archive-Libarchive-Raw
…/README.md :3:
Archive::Libarchive::Raw - Raw interface to libarchive using NativeCall.
FRITH/Archive-Libarchive-Raw
…/README.md :40:
Archive::Libarchive::Raw is a set of simple bindings to libarchive using NativeCall.
FRITH/Archive-Libarchive-Raw
…/README.md :42:
As the Libarchive site (http://www.libarchive.org/) states, its implementation is able to:
FRITH/Archive-Libarchive-Raw
…/README.md :48:
For more details on libarchive see https://github.com/libarchive/libarchive/wiki/ManualPages .
FRITH/Archive-Libarchive-Raw
…/README.md :52:
This module requires the libarchive library to be installed. Please follow the
FRITH/Archive-Libarchive-Raw
…/README.md :58:
sudo apt-get install libarchive13
FRITH/Archive-Libarchive-Raw
…/README.md :72:
$ prove -e "perl6 -Ilib"
FRITH/Archive-Libarchive-Raw
…/README.md :77:
This module relies on a C library which might not be present in one's installation, so it's not a substitute
FRITH/Archive-Libarchive-Raw
…/README.md :80:
This is a raw interface to the functions provided by the C library; any program that uses this module might
FRITH/Archive-Libarchive-Raw
…/archive.p6 :3:
use lib 'lib';
FRITH/Archive-Libarchive-Raw
…/extract-gz.p6 :3:
# NOTE Due to some limitation of the gzip format and libarchive, if one wants to extract a .gz file,
FRITH/Archive-Libarchive-Raw
…/extract-gz.p6 :10:
use lib 'lib';
FRITH/Archive-Libarchive-Raw
…/extract.p6 :4:
use lib 'lib';
FRITH/Archive-Libarchive-Raw
…/list-file.p6 :3:
use lib 'lib';
FRITH/Archive-Libarchive-Raw
…/list-memory.p6 :3:
use lib 'lib';
FRITH/Archive-Libarchive-Raw
…/targzipuuencode.p6 :3:
use lib 'lib';
FRITH/Archive-Libarchive-Raw
…/Raw.pm6 :7:
?? %?RESOURCES<libarchive.dll>.absolute
FRITH/Archive-Libarchive-Raw
…/Raw.pm6 :10:
class archive is repr('CPointer') is export { * } # libarchive private struct
FRITH/Archive-Libarchive-Raw
…/Raw.pm6 :11:
class archive_entry is repr('CPointer') is export { * } # libarchive private struct
FRITH/Archive-Libarchive-Raw
…/Raw.pm6 :16:
sub archive_zlib_version(--> Str) is native(LIB) is export { * }
FRITH/Archive-Libarchive-Raw
…/Raw.pm6 :17:
sub archive_liblzma_version(--> Str) is native(LIB) is export { * }
FRITH/Archive-Libarchive-Raw
…/Raw.pm6 :18:
sub archive_bzlib_version(--> Str) is native(LIB) is export { * }
FRITH/Archive-Libarchive-Raw
…/Raw.pm6 :19:
sub archive_liblz4_version(--> Str) is native(LIB) is export { * }
FRITH/Archive-Libarchive-Raw
…/Raw.pm6 :218:
Archive::Libarchive::Raw - A simple interface to libarchive
FRITH/Archive-Libarchive-Raw
…/Raw.pm6 :247:
B<Archive::Libarchive::Raw> is a set of simple bindings to libarchive using NativeCall.
FRITH/Archive-Libarchive-Raw
…/Raw.pm6 :249:
As the Libarchive site (L<http://www.libarchive.org/>) states, its implementation is able to:
FRITH/Archive-Libarchive-Raw
…/Raw.pm6 :255:
For more details on libarchive see L<https://github.com/libarchive/libarchive/wiki/ManualPages>.
FRITH/Archive-Libarchive-Raw
…/Raw.pm6 :259:
This module requires the libarchive library to be installed. Please follow the
FRITH/Archive-Libarchive-Raw
…/Raw.pm6 :265:
sudo apt-get install libarchive13
FRITH/Archive-Libarchive-Raw
…/Raw.pm6 :279:
$ prove -e "perl6 -Ilib"
FRITH/Archive-Libarchive-Raw
…/00-use.t :4:
use lib 'lib';
FRITH/Archive-Libarchive-Raw
…/01-version.t :4:
use lib 'lib';
FRITH/Archive-Libarchive-Raw
…/01-version.t :11:
is archive_version_string, 'libarchive 3.2.2', 'version string';
FRITH/Archive-Libarchive-Raw
…/01-version.t :12:
is archive_version_details, 'libarchive 3.2.2 zlib/1.2.8 liblzma/5.2.2 bz2lib/1.0.6 liblz4/1.7.1', 'version details';
FRITH/Archive-Libarchive-Raw
…/01-version.t :13:
is archive_zlib_version, '1.2.8', 'linked zlib version';
FRITH/Archive-Libarchive-Raw
…/01-version.t :14:
is archive_liblzma_version, '5.2.2', 'linked liblzma version';
FRITH/Archive-Libarchive-Raw
…/01-version.t :15:
is archive_bzlib_version, '1.0.6, 6-Sept-2010', 'linked bzlib version';
FRITH/Archive-Libarchive-Raw
…/01-version.t :16:
is archive_liblz4_version, '1.7.1', 'linked liblz4 version';
FRITH/Archive-Libarchive-Raw
…/01-version.t :21:
skip 'linked zlib version', 1;
FRITH/Archive-Libarchive-Raw
…/01-version.t :22:
skip 'linked liblzma version', 1;
FRITH/Archive-Libarchive-Raw
…/01-version.t :23:
skip 'linked bzlib version', 1;
FRITH/Archive-Libarchive-Raw
…/01-version.t :24:
skip 'linked liblz4 version', 1;
FRITH/Archive-Libarchive-Raw
…/02-list.t :4:
use lib 'lib';
FRITH/Archive-Libarchive-Raw
…/03-extract.t :5:
use lib 'lib';
FRITH/Archive-Libarchive-Raw
…/04-archive.t :4:
use lib 'lib';
FRITH/Archive-Libarchive-Raw
…/99-meta.t :3:
use lib 'lib';
FRITH/Archive-Libarchive
…/.travis.yml :15:
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
FRITH/Archive-Libarchive
…/META6.json :3:
"tags" : [ "archive", "libarchive", "compression" ],
FRITH/Archive-Libarchive
…/META6.json :6:
"description" : "High-level bindings to libarchive",
FRITH/Archive-Libarchive
…/META6.json :10:
"Archive::Libarchive" : "lib/Archive/Libarchive.pm6"
FRITH/Archive-Libarchive
…/README.md :3:
Archive::Libarchive - OO interface to libarchive.
FRITH/Archive-Libarchive
…/README.md :39:
Archive::Libarchive provides a procedural and a OO interface to libarchive using Archive::Libarchive::Raw.
FRITH/Archive-Libarchive
…/README.md :41:
As the Libarchive site (http://www.libarchive.org/) states, its implementation is able to:
FRITH/Archive-Libarchive
…/README.md :67:
More details about those operation modes can be found on the libarchive site: http://www.libarchive.org/
FRITH/Archive-Libarchive
…/README.md :148:
Recent versions of libarchive implement an automatic way to determine the best mix of format and filters.
FRITH/Archive-Libarchive
…/README.md :149:
If one's using a pretty recent libarchive, both $format and @filters may be omitted: the `new` method will
FRITH/Archive-Libarchive
…/README.md :210:
More details can be found on the libarchive site.
FRITH/Archive-Libarchive
…/README.md :231:
#### lib-version
FRITH/Archive-Libarchive
…/README.md :233:
Returns a hash with the version number of libarchive and of each library used internally.
FRITH/Archive-Libarchive
…/README.md :237:
When the underlying library returns an error condition, the methods will return a Failure object, which can
FRITH/Archive-Libarchive
…/README.md :241:
the associated message as delivered by libarchive.
FRITH/Archive-Libarchive
…/README.md :244:
This module requires Archive::Libarchive::Raw Perl6 module and the libarchive library
FRITH/Archive-Libarchive
…/README.md :250:
sudo apt-get install libarchive13
FRITH/Archive-Libarchive
…/README.md :253:
The module looks for a library called libarchive.so, or whatever it finds in
FRITH/Archive-Libarchive
…/README.md :254:
the environment variable `PERL6_LIBARCHIVE_LIB` (provided that the library one
FRITH/Archive-Libarchive
…/README.md :271:
$ prove -e "perl6 -Ilib"
FRITH/Archive-Libarchive
…/README.md :276:
Archive::Libarchive::Raw and in turn this module rely on a C library which might not be present in one's
FRITH/Archive-Libarchive
…/README.md :279:
This is a OO interface to the functions provided by the C library, accessible through the Archive::Libarchive::Raw
FRITH/Archive-Libarchive
…/archive-nofilter.p6 :3:
use lib 'lib';
FRITH/Archive-Libarchive
…/archive.p6 :3:
use lib 'lib';
FRITH/Archive-Libarchive
…/extract-one.p6 :3:
use lib 'lib';
FRITH/Archive-Libarchive
…/extract.p6 :3:
use lib 'lib';
FRITH/Archive-Libarchive
…/list-file.p6 :3:
use lib 'lib';
FRITH/Archive-Libarchive
…/list-memory.p6 :3:
use lib 'lib';
FRITH/Archive-Libarchive
…/Libarchive.pm6 :213:
fail X::Libarchive.new: errno => ARCHIVE_CREATE, error => 'Error creating libarchive C struct';
FRITH/Archive-Libarchive
…/Libarchive.pm6 :226:
fail X::Libarchive.new: errno => ARCHIVE_CREATE, error => 'Error creating libarchive C struct';
FRITH/Archive-Libarchive
…/Libarchive.pm6 :234:
fail X::Libarchive.new: errno => ARCHIVE_CREATE, error => 'Error creating libarchive C struct';
FRITH/Archive-Libarchive
…/Libarchive.pm6 :489:
method lib-version
FRITH/Archive-Libarchive
…/Libarchive.pm6 :495:
zlib => archive_zlib_version,
FRITH/Archive-Libarchive
…/Libarchive.pm6 :496:
liblzma => archive_liblzma_version,
FRITH/Archive-Libarchive
…/Libarchive.pm6 :497:
bzlib => archive_bzlib_version,
FRITH/Archive-Libarchive
…/Libarchive.pm6 :498:
liblz4 => archive_liblz4_version,
FRITH/Archive-Libarchive
…/Libarchive.pm6 :506:
Archive::Libarchive - High-level bindings to libarchive
FRITH/Archive-Libarchive
…/Libarchive.pm6 :535:
B<Archive::Libarchive> provides a procedural and a OO interface to libarchive using Archive::Libarchive::Raw.
FRITH/Archive-Libarchive
…/Libarchive.pm6 :537:
As the Libarchive site (L<http://www.libarchive.org/>) states, its implementation is able to:
FRITH/Archive-Libarchive
…/Libarchive.pm6 :562:
More details about those operation modes can be found on the libarchive site: L<http://www.libarchive.org/>
FRITH/Archive-Libarchive
…/Libarchive.pm6 :644:
Recent versions of libarchive implement an automatic way to determine the best mix of format and filters.
FRITH/Archive-Libarchive
…/Libarchive.pm6 :645:
If one's using a pretty recent libarchive, both $format and @filters may be omitted: the B<new> method will
FRITH/Archive-Libarchive
…/Libarchive.pm6 :707:
More details can be found on the libarchive site.
FRITH/Archive-Libarchive
…/Libarchive.pm6 :730:
=head2 lib-version
FRITH/Archive-Libarchive
…/Libarchive.pm6 :732:
Returns a hash with the version number of libarchive and of each library used internally.
FRITH/Archive-Libarchive
…/Libarchive.pm6 :736:
When the underlying library returns an error condition, the methods will return a Failure object, which can
FRITH/Archive-Libarchive
…/Libarchive.pm6 :740:
the associated message as delivered by libarchive.
FRITH/Archive-Libarchive
…/Libarchive.pm6 :744:
This module requires the libarchive library to be installed. Please follow the
FRITH/Archive-Libarchive
…/Libarchive.pm6 :750:
sudo apt-get install libarchive13
FRITH/Archive-Libarchive
…/Libarchive.pm6 :753:
The module uses Archive::Libarchive::Raw which looks for a library called libarchive.so, or whatever it finds in
FRITH/Archive-Libarchive
…/Libarchive.pm6 :754:
the environment variable B<PERL6_LIBARCHIVE_LIB> (provided that the library one chooses uses the same API).
FRITH/Archive-Libarchive
…/Libarchive.pm6 :770:
$ prove -e "perl6 -Ilib"
FRITH/Archive-Libarchive
…/00-use.t :4:
use lib 'lib';
FRITH/Archive-Libarchive
…/01-version.t :3:
use lib 'lib';
FRITH/Archive-Libarchive
…/01-version.t :12:
my %vers = $a.lib-version;
FRITH/Archive-Libarchive
…/01-version.t :13:
is %vers<ver>, '3002001', 'libarchive version';
FRITH/Archive-Libarchive
…/01-version.t :14:
is %vers<strver>, 'libarchive 3.2.1', 'libarchive version as string';
FRITH/Archive-Libarchive
…/01-version.t :15:
is %vers<details>, 'libarchive 3.2.1 zlib/1.2.8 liblzma/5.2.2 bz2lib/1.0.6 liblz4/1.7.1', 'libarchive version details';
FRITH/Archive-Libarchive
…/01-version.t :16:
is %vers<liblzma>, '5.2.2', 'liblzma version';
FRITH/Archive-Libarchive
…/01-version.t :17:
is %vers<liblz4>, '1.7.1', 'liblz4 version';
FRITH/Archive-Libarchive
…/01-version.t :18:
is %vers<bzlib>, '1.0.6, 6-Sept-2010', 'bzlib version';
FRITH/Archive-Libarchive
…/01-version.t :19:
is %vers<zlib>, '1.2.8', 'zlib version';
FRITH/Archive-Libarchive
…/02-read.t :4:
use lib 'lib';
FRITH/Archive-Libarchive
…/03-write.t :4:
use lib 'lib';
FRITH/Archive-Libarchive
…/04-extract.t :4:
use lib 'lib';
FRITH/Archive-Libarchive
…/05-entry.t :4:
use lib 'lib';
FRITH/Archive-Libarchive
…/99-meta.t :3:
use lib 'lib';
FRITH/Image-QRCode
…/.travis.yml :13:
- sudo apt-get install libqrencode3
FRITH/Image-QRCode
…/.travis.yml :19:
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
FRITH/Image-QRCode
…/META6.json :6:
"description" : "Interface to libqrencode",
FRITH/Image-QRCode
…/META6.json :9:
"Image::QRCode" : "lib/Image/QRCode.pm6"
FRITH/Image-QRCode
…/README.md :3:
Image::QRCode - An interface to libqrencode.
FRITH/Image-QRCode
…/README.md :33:
Image::QRCode provides an interface to libqrencode and allows you to generate a QR Code.
FRITH/Image-QRCode
…/README.md :79:
The class **QRcode** is an interface to the library's internal structure of a QR code. It has three attributes:
FRITH/Image-QRCode
…/README.md :85:
Even if the **data** attribute can be accessed directly, its representation is a bit complex and most of the coded information is not very useful. The original library's documentation goes as follows:
FRITH/Image-QRCode
…/README.md :114:
This module provides an interface to all the C library's functions. The library's full documentation can be found here:
FRITH/Image-QRCode
…/README.md :120:
https://github.com/fukuchi/libqrencode
FRITH/Image-QRCode
…/README.md :122:
When using the low level calls, keep in mind that old versions of the library may lack some functionality:
FRITH/Image-QRCode
…/README.md :129:
This module requires the libqrencode3 library to be installed. Please follow
FRITH/Image-QRCode
…/README.md :135:
sudo apt-get install libqrencode3
FRITH/Image-QRCode
…/README.md :152:
$ prove -e "perl6 -Ilib"
FRITH/Image-QRCode
…/README.md :157:
Image::QRCode relies on a C library which might not be present in one's
FRITH/Image-QRCode
…/printdata.p6 :3:
use lib 'lib';
FRITH/Image-QRCode
…/qrimage.p6 :6:
use lib 'lib';
FRITH/Image-QRCode
…/rawstring.p6 :5:
use lib 'lib';
FRITH/Image-QRCode
…/rawstruct.p6 :5:
use lib 'lib';
FRITH/Image-QRCode
…/termplot.p6 :5:
use lib 'lib';
FRITH/Image-QRCode
…/QRCode.pm6 :17:
class QRinput is repr('CPointer') is export { * } # libqrencode private struct
FRITH/Image-QRCode
…/QRCode.pm6 :18:
class QRinput_Struct is repr('CPointer') is export { * } # libqrencode private struct
FRITH/Image-QRCode
…/QRCode.pm6 :135:
Image::QRCode - An interface to libqrencode.
FRITH/Image-QRCode
…/QRCode.pm6 :164:
Image::QRCode provides an interface to libqrencode and allows you to generate a QR Code.
FRITH/Image-QRCode
…/QRCode.pm6 :217:
The class B<QRcode> is an interface to the library's internal structure of a QR code. It has three attributes:
FRITH/Image-QRCode
…/QRCode.pm6 :225:
The original library's documentation goes as follows:
FRITH/Image-QRCode
…/QRCode.pm6 :261:
This module provides an interface to all the C library's functions.
FRITH/Image-QRCode
…/QRCode.pm6 :262:
The library's full documentation can be found here:
FRITH/Image-QRCode
…/QRCode.pm6 :268:
L<https://github.com/fukuchi/libqrencode>
FRITH/Image-QRCode
…/QRCode.pm6 :270:
When using the low level calls, keep in mind that old versions of the library may lack some functionality:
FRITH/Image-QRCode
…/QRCode.pm6 :280:
This module requires the libqrencode3 library to be installed. Please follow the
FRITH/Image-QRCode
…/QRCode.pm6 :286:
sudo apt-get install libqrencode3
FRITH/Image-QRCode
…/QRCode.pm6 :300:
$ prove -e "perl6 -Ilib"
FRITH/Image-QRCode
…/00-use.t :4:
use lib 'lib';
FRITH/Image-QRCode
…/01-version.t :4:
use lib 'lib';
FRITH/Image-QRCode
…/02-create.t :4:
use lib 'lib';
FRITH/Image-QRCode
…/02-create.t :43:
skip 'Pre v3.2.1 libqrencode', 4;
FRITH/Image-QRCode
…/03-data.t :4:
use lib 'lib';
FRITH/Image-QRCode
…/03-data.t :36:
skip 'Pre v3.2.1 libqrencode', 1;
FRITH/Image-QRCode
…/03-data.t :55:
skip 'Pre v3.2.1 libqrencode', 1;
FRITH/Image-QRCode
…/03-data.t :65:
skip 'Pre v3.2.1 libqrencode', 1;
FRITH/Image-QRCode
…/04-interface.t :4:
use lib 'lib';
FRITH/Image-QRCode
…/99-meta.t :3:
use lib 'lib';
HANENKAMP/AWS-Session
…/.gitignore :1:
t/lib/.precomp
HANENKAMP/AWS-Session
…/.travis.yml :6:
- prove -v -e "perl6 --ll-exception -Ilib" t
HANENKAMP/AWS-Session
…/META6.json :4:
"AWS::Session" : "lib/AWS/Session.pm6",
HANENKAMP/AWS-Session
…/META6.json :5:
"AWS::Session::Default" : "lib/AWS/Session.pm6",
HANENKAMP/AWS-Session
…/META6.json :6:
"AWS::Credentials" : "lib/AWS/Credentials.pm6",
HANENKAMP/AWS-Session
…/META6.json :7:
"AWS::Credentials::Refreshable" : "lib/AWS/Credentials.pm6",
HANENKAMP/AWS-Session
…/META6.json :8:
"AWS::Credentials::Provider" : "lib/AWS/Credentials.pm6",
HANENKAMP/AWS-Session
…/META6.json :9:
"AWS::Credentials::Provider::FromEnv" : "lib/AWS/Credentials.pm6",
HANENKAMP/AWS-Session
…/META6.json :10:
"AWS::Credentials::Provider::SharedCredentials" : "lib/AWS/Credentials.pm6",
HANENKAMP/AWS-Session
…/META6.json :11:
"AWS::Credentials::Provider::Resolver" : "lib/AWS/Credentials.pm6"
HANENKAMP/AWS-Session
…/Resolver.pod6 :29:
This returns the default resolver this library uses. It is modeled after the resolver used by Python's botocore library.
HANENKAMP/AWS-Session
…/Credentials.pm6 :70:
The main credentials object will store credentials for use with any library that
HANENKAMP/AWS-Session
…/credentials.t :6:
use lib 't/lib';
HANENKAMP/AWS-Session
…/meta.t :4:
use lib 'lib';
HANENKAMP/AWS-Session
…/session.t :6:
use lib 't/lib';
HANENKAMP/ArrayHash
…/.travis.yml :6:
- prove -v -e "perl6 --ll-exception -Ilib" t
HANENKAMP/ArrayHash
…/META6.json :11:
"ArrayHash": "lib/ArrayHash.pm6"
HANENKAMP/ArrayHash
…/meta.t :4:
use lib 'lib';
HANENKAMP/DOM-Tiny
…/.travis.yml :6:
- prove -v -e "perl6 --ll-exception -Ilib" t
HANENKAMP/DOM-Tiny
…/META6.json :4:
"DOM::Tiny" : "lib/DOM/Tiny.pm6",
HANENKAMP/DOM-Tiny
…/META6.json :5:
"DOM::Tiny::CSS" : "lib/DOM/Tiny/CSS.pm6",
HANENKAMP/DOM-Tiny
…/META6.json :6:
"DOM::Tiny::Entities" : "lib/DOM/Tiny/Entities.pm6",
HANENKAMP/DOM-Tiny
…/META6.json :7:
"DOM::Tiny::HTML" : "lib/DOM/Tiny/HTML.pm6"
HANENKAMP/DOM-Tiny
…/README.md :41:
This module started as a port of Mojo::DOM58 from Perl 5, but maintaining compatibility with that library is not a major aim of this projec…
HANENKAMP/DOM-Tiny
…/Tiny.pm6 :55:
compatibility with that library is not a major aim of this project. In fact,
HANENKAMP/DOM-Tiny
…/Entities.pm6 :605:
Equilibrium; U+021CC
HANENKAMP/DOM-Tiny
…/Entities.pm6 :1682:
ReverseEquilibrium; U+021CB
HANENKAMP/DOM-Tiny
…/Entities.pm6 :1683:
ReverseUpEquilibrium; U+0296F
HANENKAMP/DOM-Tiny
…/Entities.pm6 :2104:
UpEquilibrium; U+0296E
HANENKAMP/DOM-Tiny
…/999-meta.t :4:
use lib 'lib';
HANENKAMP/HTTP-Headers
…/.travis.yml :6:
- prove -v -e "perl6 --ll-exception -Ilib" t
HANENKAMP/HTTP-Headers
…/META6.json :11:
"HTTP::Header": "lib/HTTP/Headers.pm6",
HANENKAMP/HTTP-Headers
…/META6.json :12:
"HTTP::Header::Standard": "lib/HTTP/Headers.pm6",
HANENKAMP/HTTP-Headers
…/META6.json :13:
"HTTP::Header::Standard::Content-Type": "lib/HTTP/Headers.pm6",
HANENKAMP/HTTP-Headers
…/META6.json :14:
"HTTP::Header::Custom": "lib/HTTP/Headers.pm6",
HANENKAMP/HTTP-Headers
…/META6.json :15:
"HTTP::Headers": "lib/HTTP/Headers.pm6"
HANENKAMP/HTTP-Headers
…/README.md :53:
The library will remind you of this best practice if you use a string when you could use an enumeration:
HANENKAMP/HTTP-Headers
…/Headers.pod :59:
The library will remind you of this best practice if you use a string when you could use an enumeration:
HANENKAMP/HTTP-Headers
…/headers.t :88:
$h.User-Agent = "libwww-perl";
HANENKAMP/HTTP-Headers
…/headers.t :92:
User-Agent: libwww-perl
HANENKAMP/HTTP-Headers
…/headers.t :113:
'User-Agent' => 'libwww-perl',
HANENKAMP/HTTP-Headers
…/headers.t :134:
User-Agent: libwww-perl
HANENKAMP/HTTP-Headers
…/headers.t :143:
User-Agent: libwww-perl
HANENKAMP/HTTP-Request-FormData
…/.travis.yml :6:
- prove -v -e "perl6 --ll-exception -Ilib" t
HANENKAMP/HTTP-Request-FormData
…/META6.json :4:
"HTTP::Request::FormData" : "lib/HTTP/Request/FormData.pm6",
HANENKAMP/HTTP-Request-FormData
…/META6.json :5:
"HTTP::Request::FormData::Part" : "lib/HTTP/Request/FormData.pm6"
HANENKAMP/Hash-MultiValue
…/.travis.yml :6:
- prove -v -e "perl6 --ll-exception -Ilib" t
HANENKAMP/Hash-MultiValue
…/META6.json :16:
"Hash::MultiValue": "lib/Hash/MultiValue.pm6"
HANENKAMP/Hash-MultiValue
…/meta.t :4:
use lib 'lib';
HANENKAMP/Template-Anti
…/.travis.yml :6:
- prove -v -e "perl6 --ll-exception -Ilib" t
HANENKAMP/Template-Anti
…/Changes :46:
* Structures the templates into libraries of templates.
HANENKAMP/Template-Anti
…/META6.json :8:
"Template::Anti": "lib/Template/Anti.pm6",
HANENKAMP/Template-Anti
…/META6.json :9:
"Template::Anti::Library": "lib/Template/Anti.pm6"
HANENKAMP/Template-Anti
…/README.md :40:
# Construct a library of templates
HANENKAMP/Template-Anti
…/README.md :310:
If you just need a quick template and don't need to worry about building a complete library of methods, there is also a mechanism for creating one-off template routines. This requires using the `anti-template` routine, which is exported when the `:one-off` flag is passed during import.
HANENKAMP/Template-Anti
…/README.md :376:
While this library has been built using DOM::Tiny to implement XML and HTML parsing and rendering of template sources, it is p…
HANENKAMP/Template-Anti
…/Anti.pm6 :42:
# Construct a library of templates
HANENKAMP/Template-Anti
…/Anti.pm6 :549:
complete library of methods, there is also a mechanism for creating one-off
HANENKAMP/Template-Anti
…/Anti.pm6 :616:
While this library has been built using L<DOM::Tiny> to implement XML and HTML
HANENKAMP/Template-Anti
…/extend-library.t :4:
use lib 't/lib';
HANENKAMP/Template-Anti
…/extend-one-off.t :4:
use lib 't/lib';
HANENKAMP/Template-Anti
…/library.t :29:
my $lib = Template::Anti::Library.new(
HANENKAMP/Template-Anti
…/library.t :35:
my $output = $lib.process('testing.people-one',
HANENKAMP/Template-Anti
…/library.t :48:
my $output = $lib.process('testing.people-two',
HANENKAMP/Template-Anti
…/library.t :61:
$lib.process("testing.not-a-method");
HANENKAMP/Template-Anti
…/library.t :65:
$lib.process("not-a-view.not-a-method");
HANENKAMP/Template-Anti
…/meta.t :4:
use lib 'lib';
HOLLI/Color-Named
…/COPYING :143:
the work, and the source code for shared libraries and dynamically
HOLLI/Color-Named
…/COPYING :673:
into proprietary programs. If your program is a subroutine library, you
HOLLI/Color-Named
…/COPYING :675:
the library. If this is what you want to do, use the GNU Lesser General
HOLLI/Color-Named
…/META6.json :13:
"Color::Named" : "lib/Color/Named.pm6"
HOLLI/Color-Names
…/COPYING :143:
the work, and the source code for shared libraries and dynamically
HOLLI/Color-Names
…/COPYING :673:
into proprietary programs. If your program is a subroutine library, you
HOLLI/Color-Names
…/COPYING :675:
the library. If this is what you want to do, use the GNU Lesser General
HOLLI/Color-Names
…/META6.json :16:
"Color::Names::XKCD" : "lib/Color/Names/XKCD.pm6",
HOLLI/Color-Names
…/META6.json :17:
"Color::Names::X11" : "lib/Color/Names/X11.pm6",
HOLLI/Color-Names
…/META6.json :18:
"Color::Names" : "lib/Color/Names.pm6",
HOLLI/Color-Names
…/META6.json :19:
"Color::Names::CSS3" : "lib/Color/Names/CSS3.pm6"
HOLLI/Color-Scheme
…/COPYING :143:
the work, and the source code for shared libraries and dynamically
HOLLI/Color-Scheme
…/COPYING :673:
into proprietary programs. If your program is a subroutine library, you
HOLLI/Color-Scheme
…/COPYING :675:
the library. If this is what you want to do, use the GNU Lesser General
HOLLI/Color-Scheme
…/META6.json :13:
"Color::Scheme" : "lib/Color/Scheme.pm6"
HOLLI/Operator-grandpa
…/META6.json :13:
"Operator::grandpa" : "lib/Operator/grandpa.pm6"
HOLLI/Test-Color
…/COPYING :143:
the work, and the source code for shared libraries and dynamically
HOLLI/Test-Color
…/COPYING :673:
into proprietary programs. If your program is a subroutine library, you
HOLLI/Test-Color
…/COPYING :675:
the library. If this is what you want to do, use the GNU Lesser General
HOLLI/Test-Color
…/META6.json :16:
"Test::Color" : "lib/Test/Color.pm6"
HOLYGHOST/Game-Markov
…/META6.json :11:
"Game::Markov::AbstractMarkovChain" : "lib/Game/Markov/AbstractMarkovChain.pm6",
HOLYGHOST/Game-Markov
…/META6.json :12:
"Game::Markov::HMMMarkovChain" : "lib/Game/Markov/HMMMarkovChain.pm6",
HOLYGHOST/Game-Markov
…/META6.json :13:
"Game::Markov::MarkovChain" : "lib/Game/Markov/MarkovChain.pm6",
HOLYGHOST/Game-Markov
…/META6.json :14:
"Game::Markov::MarkovTick" : "lib/Game/Markov/MarkovTick.pm6",
HOLYGHOST/Game-Markov
…/META6.json :15:
"Game::Markov::MarkovTime" : "lib/Game/Markov/MarkovTime.pm6",
HOLYGHOST/Game-Markov
…/META6.json :16:
"Game::Markov::Tick" : "lib/Game/Markov/Tick.pm6",
HOLYGHOST/Game-Markov
…/META6.json :17:
"Game::Markov::Time" : "lib/Game/Markov/Time.pm6",
HOLYGHOST/Game-Markov
…/META6.json :18:
"Game::Markov::TimeChain" : "lib/Game/Markov/TimeChain.pm6",
HOLYGHOST/Game-Markov
…/META6.json :19:
"Game::Markov::TruncatedGaussian" : "lib/Game/Markov/TruncatedGaussian.pm6",
HOLYGHOST/Game-Markov
…/META6.json :20:
"Game::Markov::SamplePopulation" : "lib/Game/Markov/SamplePopulation.pm6"
HOLYGHOST/Game-Markov
…/calc-markov.t :3:
use lib 'lib';
HOLYGHOST/Mathx-Chaos
…/META6.json :11:
"Mathx::Chaos::CorrelationDimension" : "lib/Mathx/Chaos/CorrelationDimension.pm6",
HOLYGHOST/Mathx-Chaos
…/META6.json :12:
"Mathx::Chaos::Dimension" : "lib/Mathx/Chaos/Dimension.pm6"
HOLYGHOST/Mathx-Chaos
…/calc-some-stats.t :3:
use lib 'lib';
JGOFF/ANTLR4-Grammar
…/META6.json :16:
"ANTLR4::Actions::Perl6" : "lib/ANTLR4/Actions/Perl6.pm6",
JGOFF/ANTLR4-Grammar
…/META6.json :17:
"ANTLR4::Grammar" : "lib/ANTLR4/Grammar.pm6",
JGOFF/ANTLR4-Grammar
…/META6.json :18:
"ANTLR4::Grammar::Parser" : "lib/ANTLR4/Grammar/Parser.pm6"
JGOFF/ANTLR4-Grammar
…/ATL.g4 :25:
unit : module | library | query;
JGOFF/ANTLR4-Grammar
…/ATL.g4 :27:
module : 'module' (STRING|IDENTIFIER) ';' 'create' targetModelPattern transformationMode sourceModelPattern ';' libraryRef* moduleElement*;
JGOFF/ANTLR4-Grammar
…/ATL.g4 :37:
library : 'library' (STRING|IDENTIFIER) ';' libraryRef* helper*;
JGOFF/ANTLR4-Grammar
…/ATL.g4 :39:
query : 'query' (STRING|IDENTIFIER) '=' oclExpression ';' libraryRef* helper*;
JGOFF/ANTLR4-Grammar
…/ATL.g4 :41:
libraryRef : 'uses' STRING ';';
JGOFF/ANTLR4-Grammar
…/Erlang.g4 :22:
// https://github.com/erlang/otp/blob/maint/lib/stdlib/src/erl_parse.yrl
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :198:
// (*UTF8) set UTF-8 mode: 8-bit library (PCRE_UTF8)
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :199:
// (*UTF16) set UTF-16 mode: 16-bit library (PCRE_UTF16)
JGOFF/ANTLR4-Grammar
…/UCBLogo.g4 :385:
put("setlibloc", 1);
JGOFF/ANTLR4-Grammar
…/Verilog2001.g4 :41:
library_text : ( library_descriptions )* ;
JGOFF/ANTLR4-Grammar
…/Verilog2001.g4 :43:
library_descriptions
JGOFF/ANTLR4-Grammar
…/Verilog2001.g4 :44:
: library_declaration
JGOFF/ANTLR4-Grammar
…/Verilog2001.g4 :49:
library_declaration :
JGOFF/ANTLR4-Grammar
…/Verilog2001.g4 :50:
'library' library_identifier File_path_spec ( ( ',' File_path_spec )* )? ( '-incdir' File_path_spec ( ',' File_path_spec )* )? ';' ;
JGOFF/ANTLR4-Grammar
…/Verilog2001.g4 :61:
design_statement : 'design' ( ( library_identifier '.' )? cell_identifier )* ';' ;
JGOFF/ANTLR4-Grammar
…/Verilog2001.g4 :64:
: default_clause liblist_clause
JGOFF/ANTLR4-Grammar
…/Verilog2001.g4 :65:
| inst_clause liblist_clause
JGOFF/ANTLR4-Grammar
…/Verilog2001.g4 :67:
| cell_clause liblist_clause
JGOFF/ANTLR4-Grammar
…/Verilog2001.g4 :74:
liblist_clause : 'liblist' library_identifier* ;
JGOFF/ANTLR4-Grammar
…/Verilog2001.g4 :75:
cell_clause : 'cell' ( library_identifier '.' )? cell_identifier ;
JGOFF/ANTLR4-Grammar
…/Verilog2001.g4 :76:
use_clause : 'use' ( library_identifier '.' )? cell_identifier ( ':config' )? ;
JGOFF/ANTLR4-Grammar
…/Verilog2001.g4 :1388:
library_identifier : identifier ;
JGOFF/ANTLR4-Grammar
…/VisualBasic6.g4 :23:
* http://msdn.microsoft.com/en-us/library/aa338033%28v=vs.60%29.aspx
JGOFF/ANTLR4-Grammar
…/vhdl.g4 :62:
LIBRARY : 'library';
JGOFF/ANTLR4-Grammar
…/vhdl.g4 :492:
: library_clause
JGOFF/ANTLR4-Grammar
…/vhdl.g4 :506:
: context_clause library_unit
JGOFF/ANTLR4-Grammar
…/vhdl.g4 :863:
library_clause
JGOFF/ANTLR4-Grammar
…/vhdl.g4 :867:
library_unit
JGOFF/ANTLR4-Grammar
…/meta.t :3:
use lib 'lib';
JGOFF/CommonMark
…/META6.json :10:
"description" : "Interface to the CommonMark library",
JGOFF/CommonMark
…/META6.json :16:
"CommonMark" : "lib/CommonMark.pm6"
JGOFF/CommonMark
…/README.md :6:
Interface to the [libcmark](libcmark) CommonMark parser
JGOFF/CommonMark
…/README.md :24:
You'll want to call `.to-html($text)` to convert markdown to HTML. The library itself also supports XML, LaTeX, and nroff/troff formats, but I haven't seen where it's tested. Check out the Perl 6 source for more details there.
JGOFF/CommonMark
…/README.md :34:
Return HTML from CommonMark format. This is likely the only method you'll use. There's a lower-level interface that'll let you interrogate the library at the individual node level, look at the source for more inspiration.
JGOFF/CommonMark
…/README.md :48:
Returns the library version in text form.
JGOFF/CommonMark
…/README.md :59:
Create a new CommonMark node with the specified type - this isn't well-documented in the library, so please read the source.
JGOFF/CommonMark
…/CommonMark.pm6 :7:
Interface to the L<libcmark> CommonMark parser
JGOFF/CommonMark
…/CommonMark.pm6 :25:
library itself also supports XML, LaTeX, and nroff/troff formats, but I haven't
JGOFF/CommonMark
…/CommonMark.pm6 :35:
There's a lower-level interface that'll let you interrogate the library at the
JGOFF/CommonMark
…/CommonMark.pm6 :50:
Returns the library version in text form.
JGOFF/CommonMark
…/CommonMark.pm6 :60:
Create a new CommonMark node with the specified type - this isn't well-documented in the library, so please read the source.
JGOFF/CommonMark
…/CommonMark.pm6 :288:
sub cmark-lib {
JGOFF/CommonMark
…/CommonMark.pm6 :289:
state $lib;
JGOFF/CommonMark
…/CommonMark.pm6 :290:
unless $lib {
JGOFF/CommonMark
…/CommonMark.pm6 :295:
$lib = $*VM.platform-library-name(
JGOFF/CommonMark
…/CommonMark.pm6 :299:
return $lib;
JGOFF/CommonMark
…/CommonMark.pm6 :700:
#`( The original C library calls.
JGOFF/CommonMark
…/meta.t :3:
use lib 'lib';
JGOFF/Perl6-Tidy
…/META6.json :17:
"Perl6::Tidy" : "lib/Perl6/Tidy.pm6"
JGOFF/Perl6-Tidy
…/meta.t :3:
use lib 'lib';
JGOFF/Perl6-Tidy
…/meta_info.t :2:
use lib 'lib';
JGOFF/Pod-To-HTMLBody
…/META6.json :17:
"Pod::To::HTMLBody" : "lib/Pod/To/HTMLBody.pm6",
JGOFF/Pod-To-HTMLBody
…/META6.json :18:
"Pod::To::Tree" : "lib/Pod/To/Tree.pm6"
JGOFF/Pod-To-HTMLBody
…/01-tree.t :1468:
This file is deliberately specified in Perl 6 Pod format
JGOFF/Pod-To-HTMLBody
…/01-tree.t :1472:
'This file is deliberately specified in Perl 6 Pod format'
JGOFF/Pod-To-HTMLBody
…/meta.t :3:
use lib 'lib';
JKRAMER/Proc-Editor
…/META6.json :12:
"Proc::Editor" : "lib/Proc/Editor.pm6"
JKRAMER/Proc-Editor
…/README.md :57:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
JKRAMER/Proc-Editor
…/dist.ini :5:
filename = lib/Proc/Editor.pm6
JKRAMER/Proc-Editor
…/Editor.pm6 :55:
This library is free software; you can redistribute it and/or modify it under
JMERELO/Algorithm-Evolutionary-Simple
…/Changes :4:
perl6 -Ilib examples/max-ones.p6 6,62s user 0,06s system 102% cpu 6,517 total
JMERELO/Algorithm-Evolutionary-Simple
…/Changes :8:
* lib/Algorithm/Evolutionary/Simple.pm6 (Algorithm): Getting ready for the next version. I'll try to make a few adjustments.
JMERELO/Algorithm-Evolutionary-Simple
…/Changes :11:
perl6 -Ilib examples/max-ones.p6 8,70s user 0,10s system 104% cpu 8,419 total
JMERELO/Algorithm-Evolutionary-Simple
…/Changes :17:
perl6 -Ilib examples/max-ones.p6 6,36s user 0,06s system 102% cpu 6,257 total
JMERELO/Algorithm-Evolutionary-Simple
…/LICENSE :142:
the work, and the source code for shared libraries and dynamically
JMERELO/Algorithm-Evolutionary-Simple
…/LICENSE :670:
into proprietary programs. If your program is a subroutine library, you
JMERELO/Algorithm-Evolutionary-Simple
…/LICENSE :672:
the library. If this is what you want to do, use the GNU Lesser General
JMERELO/Algorithm-Evolutionary-Simple
…/META6.json :13:
"Algorithm::Evolutionary::Simple" : "lib/Algorithm/Evolutionary/Simple.pm6"
JMERELO/Algorithm-Evolutionary-Simple
…/README.md :100:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
JMERELO/Algorithm-Evolutionary-Simple
…/dist.ini :5:
filename = lib/Algorithm/Evolutionary/Simple.pm6
JMERELO/Algorithm-Evolutionary-Simple
…/Simple.pm6 :190:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
JMERELO/Algorithm-Evolutionary-Simple
…/ChangeLog :3:
* ../lib/Algorithm/Evolutionary/Simple.pm6: Eliminates debug code
JMERELO/Algorithm-Evolutionary-Simple
…/ChangeLog :7:
perl6 -I../lib population-mixer.p6 --initial-populations=2 1096,73s user 3,53s system 101% cpu 18:02,59 total
JMERELO/Algorithm-Evolutionary-Simple
…/ChangeLog :20:
perl6 -I../lib population-mixer.p6 --initial-populations=2 --threads=2 1199,18s user 5,83s system 101% cpu 19:42,18 total
JMERELO/Algorithm-Evolutionary-Simple
…/ChangeLog :31:
perl6 -I../lib population-mixer.p6 --initial-populations=2 --threads=4 1237,02s user 4,20s system 96% cpu 21:23,05 total
JMERELO/Algorithm-Evolutionary-Simple
…/ChangeLog :37:
perl6 -I../lib population-mixer.p6 --initial-populations=4 --threads=4 3720,84s user 18,51s system 170% cpu 36:30,17 total
JMERELO/Algorithm-Evolutionary-Simple
…/ChangeLog :43:
$ perl6 -I../lib population-mixer.p6 --generations=32 --threads=4
JMERELO/Algorithm-Evolutionary-Simple
…/ChangeLog :69:
$ perl6 -I../lib population-mixer.p6 --initial-populations=4
JMERELO/Algorithm-Evolutionary-Simple
…/ChangeLog :120:
Testing now for bigger chromosomes: perl6 -I../lib ./concurrent-evolutionary-algorithm.p6 --max-evaluations=50000 --population-size=512 --length=128
JMERELO/Algorithm-Evolutionary-Simple
…/ChangeLog :140:
perl6 -Ilib
JMERELO/Algorithm-Evolutionary-Simple
…/ChangeLog :144:
perl6 -Ilib examples/concurrent-selecto-recombinative-EA.p6
JMERELO/Wikidata-API
…/.gitignore :30:
/blib/
JMERELO/Wikidata-API
…/.gitignore :36:
/pm_to_blib
JMERELO/Wikidata-API
…/LICENSE :142:
the work, and the source code for shared libraries and dynamically
JMERELO/Wikidata-API
…/LICENSE :670:
into proprietary programs. If your program is a subroutine library, you
JMERELO/Wikidata-API
…/LICENSE :672:
the library. If this is what you want to do, use the GNU Lesser General
JMERELO/Wikidata-API
…/META6.json :12:
"Wikidata::API" : "lib/Wikidata/API.pm6"
JMERELO/Wikidata-API
…/API.pm6 :83:
This library is free software; you can redistribute it and/or modify it under the GPL 3.0.
JMERELO/Wikidata-API
…/01-basic.t :3:
use lib ('../lib','lib');
JNTHN/Concurrent-Queue
…/META6.json :10:
"Concurrent::Queue": "lib/Concurrent/Queue.pm6"
JNTHN/Concurrent-Stack
…/META6.json :10:
"Concurrent::Stack": "lib/Concurrent/Stack.pm6"
JNTHN/Cro-HTTP-Test
…/META6.json :11:
"Cro::HTTP::Test": "lib/Cro/HTTP/Test.pm6",
JNTHN/Cro-HTTP-Test
…/META6.json :12:
"Cro::HTTP::Test::ChannelServer": "lib/Cro/HTTP/Test/ChannelServer.pm6"
JNTHN/Cro-HTTP-Test
…/README.md :3:
This is part of the Cro libraries for implementing services and distributed
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/.travis.yml :11:
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/META6.json :16:
"Cro::OpenAPI::RoutesFromDefinition::SecurityChecker": "lib/Cro/OpenAPI/RoutesFromDefinition/SecurityChecker.pm6",
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/META6.json :17:
"Cro::OpenAPI::RoutesFromDefinition": "lib/Cro/OpenAPI/RoutesFromDefinition.pm6",
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/META6.json :18:
"Cro::OpenAPI::RoutesFromDefinition::Checkers": "lib/Cro/OpenAPI/RoutesFromDefinition/Checkers.pm6",
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/META6.json :19:
"Cro::OpenAPI::RoutesFromDefinition::AdaptHandler": "lib/Cro/OpenAPI/RoutesFromDefinition/AdaptHandler.pm6"
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/README.md :4:
of the API defined within it using the Cro libraries. In the case where the
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/README.md :229:
unpacks in the operation signature are liberal enough to cope with the invalid
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/README.md :317:
This library is free software; you can redistribute it and/or modify it under
JNTHN/IO-Socket-Async-SSL
…/.gitignore :1:
lib/.precomp
JNTHN/IO-Socket-Async-SSL
…/.travis.yml :14:
- PERL6LIB=lib prove -v -r --exec=perl6 t/ it/
JNTHN/IO-Socket-Async-SSL
…/META6.json :10:
"IO::Socket::Async::SSL": "lib/IO/Socket/Async/SSL.pm6"
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :13:
sub BIO_new(OpenSSL::Bio::BIO_METHOD) returns OpaquePointer is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :14:
sub BIO_s_mem() returns OpenSSL::Bio::BIO_METHOD is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :15:
sub SSL_do_handshake(OpenSSL::SSL::SSL) returns int32 is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :16:
sub SSL_CTX_set_default_verify_paths(OpenSSL::Ctx::SSL_CTX) is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :18:
is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :19:
sub SSL_get_verify_result(OpenSSL::SSL::SSL) returns int32 is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :21:
is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :23:
sub d2i_PKCS12(Pointer, CArray[CArray[uint8]], long) returns Pointer is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :25:
returns int32 is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :65:
sub SSL_get_peer_certificate(OpenSSL::SSL::SSL) returns Pointer is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :67:
is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :69:
is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :73:
is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :82:
is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :84:
is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :118:
sub DH_new() returns DH is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :119:
sub DH_free(DH) is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :120:
sub BN_bin2bn(Blob, int32, BIGNUM) returns BIGNUM is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :122:
returns int32 is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :167:
sub EC_KEY_new() returns EC_KEY is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :168:
sub EC_KEY_set_group(EC_KEY, EC_GROUP) returns int32 is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :169:
sub EC_GROUP_new_by_curve_name(int32) returns EC_GROUP is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :171:
returns int32 is native(&gen-lib) {*}
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :183:
# Per OpenSSL module, make a simple call to ensure libeay32.dll is loaded before
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :187:
# On first load of the module, initialize the library.
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :192:
OpenSSL::SSL::SSL_library_init();
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :196:
# For now, we'll put a lock around all of our interactions with the library.
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :198:
my $lib-lock = Lock.new;
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :234:
$lib-lock.protect: {
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :242:
$lib-lock.protect: -> {
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :287:
$lib-lock.protect: {
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :398:
$lib-lock.protect: {
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :514:
$lib-lock.protect: {
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :692:
$lib-lock.protect: {
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :815:
$lib-lock.protect: {
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :824:
$lib-lock.protect: {
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :828:
# holding of $lib-lock in the code with the assignment.
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :852:
$lib-lock.protect: {
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :891:
start $lib-lock.protect: {
JNTHN/JSON-Pointer
…/.gitignore :1:
/blib/
JNTHN/JSON-Pointer
…/.gitignore :6:
/resources/*.dylib
JNTHN/JSON-Pointer
…/.travis.yml :11:
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
JNTHN/JSON-Pointer
…/META6.json :12:
"JSON::Pointer" : "lib/JSON/Pointer.pm6",
JNTHN/JSON-Pointer
…/META6.json :13:
"JSON::Pointer::Relative" : "lib/JSON/Pointer/Relative.pm6"
JNTHN/JSON-Pointer
…/README.md :53:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
JNTHN/JSON-Pointer
…/dist.ini :5:
filename = lib/JSON/Pointer.pm6
JNTHN/JSON-Pointer
…/Pointer.pm6 :143:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
JNTHN/OpenAPI-Model
…/.gitignore :1:
/blib/
JNTHN/OpenAPI-Model
…/.gitignore :6:
/resources/*.dylib
JNTHN/OpenAPI-Model
…/.travis.yml :11:
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
JNTHN/OpenAPI-Model
…/META6.json :16:
"OpenAPI::Model" : "lib/OpenAPI/Model.pm6",
JNTHN/OpenAPI-Model
…/META6.json :17:
"OpenAPI::Model::Element" : "lib/OpenAPI/Model/Element.pm6",
JNTHN/OpenAPI-Model
…/META6.json :18:
"OpenAPI::Model::OpenAPI" : "lib/OpenAPI/Model/OpenAPI.pm6",
JNTHN/OpenAPI-Model
…/META6.json :19:
"OpenAPI::Model::PatternedObject" : "lib/OpenAPI/Model/PatternedObject.pm6",
JNTHN/OpenAPI-Model
…/META6.json :20:
"OpenAPI::Model::Reference" : "lib/OpenAPI/Model/Reference.pm6"
JNTHN/OpenAPI-Model
…/README.md :40:
OpenAPI::Model is a library that provides Perl 6 object layers upon OpenAPI documents.
JNTHN/OpenAPI-Model
…/README.md :52:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
JNTHN/OpenAPI-Model
…/dist.ini :5:
filename = lib/OpenAPI/Model.pm6
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :341:
#| Represents embedded liberal example.
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :351:
#| Returns embedded liberal example or Nil.
JNTHN/OpenAPI-Model
…/01-openapi-model-openapi.t :32:
"description": "Returns all pets from the system that the user has access to\nNam sed condimentum est. Maecenas tempor sagittis sapie…
JNTHN/OpenAPI-Schema-Validate
…/.travis.yml :11:
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
JNTHN/OpenAPI-Schema-Validate
…/META6.json :12:
"OpenAPI::Schema::Validate": "lib/OpenAPI/Schema/Validate.pm6"
KAIEPI/Net-LibIDN
…/.gitignore :1:
/blib/
KAIEPI/Net-LibIDN
…/.gitignore :6:
/resources/*.dylib
KAIEPI/Net-LibIDN
…/.travis.yml :10:
- libidn11
KAIEPI/Net-LibIDN
…/.travis.yml :13:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libidn; fi
KAIEPI/Net-LibIDN
…/.travis.yml :18:
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
KAIEPI/Net-LibIDN
…/META6.json :10:
"Net::LibIDN" : "lib/Net/LibIDN.pm6",
KAIEPI/Net-LibIDN
…/META6.json :11:
"Net::LibIDN::Free" : "lib/Net/LibIDN/Free.pm6",
KAIEPI/Net-LibIDN
…/META6.json :12:
"Net::LibIDN::Native" : "lib/Net/LibIDN/Native.pm6",
KAIEPI/Net-LibIDN
…/META6.json :13:
"Net::LibIDN::Punycode" : "lib/Net/LibIDN/Punycode.pm6",
KAIEPI/Net-LibIDN
…/META6.json :14:
"Net::LibIDN::StringPrep" : "lib/Net/LibIDN/StringPrep.pm6",
KAIEPI/Net-LibIDN
…/META6.json :15:
"Net::LibIDN::TLD" : "lib/Net/LibIDN/TLD.pm6"
KAIEPI/Net-LibIDN
…/README.md :26:
Net::LibIDN is a wrapper for the GNU LibIDN library. It provides bindings for its IDNA, Punycode, stringprep, and TLD functions. See Net::LibIDN::Punycode, Net::LibIDN::StringPrep, and Net::LibIDN::TLD for more documentation.
KAIEPI/Net-LibIDN
…/README.md :114:
Could not dlopen the libcidn DSO (only used internally in LibC).
KAIEPI/Net-LibIDN
…/README.md :126:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
KAIEPI/Net-LibIDN
…/dist.ini :5:
filename = lib/Net/LibIDN.pm6
KAIEPI/Net-LibIDN
…/LibIDN.pm6 :89:
Net::LibIDN is a wrapper for the GNU LibIDN library. It provides bindings for
KAIEPI/Net-LibIDN
…/LibIDN.pm6 :177:
Could not dlopen the libcidn DSO (only used internally in LibC).
KAIEPI/Net-LibIDN
…/LibIDN.pm6 :187:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
KAIEPI/Net-LibIDN
…/StringPrep.pm6 :244:
Make the library return with an error if the given string contains unassigned
KAIEPI/Net-LibIDN
…/StringPrep.pm6 :282:
library error.
KAIEPI/Net-LibIDN
…/StringPrep.pm6 :290:
The supplied profile name was not known to the library.
KAIEPI/Net-LibIDN
…/StringPrep.pm6 :298:
The Unicode NFKC operation failed. This usually indicates an internal library
KAJI/App-Platform
…/.appveyor.yml :53:
- prove -v -e "perl6 -Ilib" t/
KAJI/App-Platform
…/.travis.yml :12:
- PERL6LIB=lib prove -v -r --exec=perl6 t/
KAJI/App-Platform
…/META6.json :11:
"App::Platform" : "lib/App/Platform.pm6",
KAJI/App-Platform
…/META6.json :12:
"App::Platform::Git" : "lib/App/Platform/Git.pm6",
KAJI/App-Platform
…/META6.json :13:
"App::Platform::Git::Command" : "lib/App/Platform/Git/Command.pm6",
KAJI/App-Platform
…/META6.json :14:
"App::Platform::Command" : "lib/App/Platform/Command.pm6",
KAJI/App-Platform
…/META6.json :15:
"App::Platform::Output" : "lib/App/Platform/Output.pm6",
KAJI/App-Platform
…/META6.json :16:
"App::Platform::Environment" : "lib/App/Platform/Environment.pm6",
KAJI/App-Platform
…/META6.json :17:
"App::Platform::Container" : "lib/App/Platform/Container.pm6",
KAJI/App-Platform
…/META6.json :18:
"App::Platform::Project" : "lib/App/Platform/Project.pm6",
KAJI/App-Platform
…/META6.json :19:
"App::Platform::Docker::Container" : "lib/App/Platform/Docker/Container.pm6",
KAJI/App-Platform
…/META6.json :20:
"App::Platform::Docker::DNS" : "lib/App/Platform/Docker/DNS.pm6",
KAJI/App-Platform
…/META6.json :21:
"App::Platform::Docker::DNS::Linux" : "lib/App/Platform/Docker/DNS/Linux.pm6",
KAJI/App-Platform
…/META6.json :22:
"App::Platform::Docker::DNS::MacOS" : "lib/App/Platform/Docker/DNS/MacOS.pm6",
KAJI/App-Platform
…/META6.json :23:
"App::Platform::Docker::DNS::Windows" : "lib/App/Platform/Docker/DNS/Windows.pm6",
KAJI/App-Platform
…/META6.json :24:
"App::Platform::Docker::Proxy" : "lib/App/Platform/Docker/Proxy.pm6",
KAJI/App-Platform
…/META6.json :25:
"App::Platform::Docker::Command" : "lib/App/Platform/Docker/Command.pm6",
KAJI/App-Platform
…/META6.json :26:
"App::Platform::Util::OS" : "lib/App/Platform/Util/OS.pm6",
KAJI/App-Platform
…/META6.json :27:
"App::Platform::CLI" : "lib/App/Platform/CLI.pm6",
KAJI/App-Platform
…/META6.json :28:
"App::Platform::CLI::Attach" : "lib/App/Platform/CLI/Attach.pm6",
KAJI/App-Platform
…/META6.json :29:
"App::Platform::CLI::Create" : "lib/App/Platform/CLI/Create.pm6",
KAJI/App-Platform
…/META6.json :30:
"App::Platform::CLI::Destroy" : "lib/App/Platform/CLI/Destroy.pm6",
KAJI/App-Platform
…/META6.json :31:
"App::Platform::CLI::Remove" : "lib/App/Platform/CLI/Remove.pm6",
KAJI/App-Platform
…/META6.json :32:
"App::Platform::CLI::Rm" : "lib/App/Platform/CLI/Rm.pm6",
KAJI/App-Platform
…/META6.json :33:
"App::Platform::CLI::Run" : "lib/App/Platform/CLI/Run.pm6",
KAJI/App-Platform
…/META6.json :34:
"App::Platform::CLI::SSH" : "lib/App/Platform/CLI/SSH.pm6",
KAJI/App-Platform
…/META6.json :35:
"App::Platform::CLI::SSL" : "lib/App/Platform/CLI/SSL.pm6",
KAJI/App-Platform
…/META6.json :36:
"App::Platform::CLI::Start" : "lib/App/Platform/CLI/Start.pm6",
KAJI/App-Platform
…/META6.json :37:
"App::Platform::CLI::Stop" : "lib/App/Platform/CLI/Stop.pm6",
KAJI/App-Platform
…/META6.json :38:
"App::Platform::CLI::Info" : "lib/App/Platform/CLI/Info.pm6"
KAJI/App-Platform
…/platform :4:
use lib 'lib';
KAJI/App-Platform
…/getting_started.rst :107:
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc in libero dui. Curabitur eget iaculis ex. Nam pellentesque euismod augue, quis porttitor massa facilisis sit amet. Nulla a diam tempus augue pharetra congue.</p>
KAJI/App-Platform
…/index.html :6:
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc in libero dui. Curabitur eget iaculis ex. Nam pellentesque euismod augue, quis porttitor massa facilisis sit amet. Nulla a diam tempus augue pharetra congue.</p>
KAJI/App-Platform
…/project.yml :10:
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis blandit auctor mollis. Praesent volutpat, dolor quis iaculis sagittis, ex ante rhon…
KAJI/App-Platform
…/index.html :5:
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc in libero dui. Curabitur eget iaculis ex. Nam pellentesque euismod augue, quis porttitor massa facilisis sit amet. Nulla a diam tempus augue pharetra congue.</p>
KAJI/App-Platform
…/00-load.t :2:
use lib 'lib';
KAJI/App-Platform
…/10-project.t :2:
use lib 'lib';
KAJI/App-Platform
…/10-project.t :3:
use lib '../lib';
KAJI/App-Platform
…/10-util-os.t :2:
use lib 'lib';
KAJI/App-Platform
…/20-docker-container.t :2:
use lib 'lib';
KAJI/App-Platform
…/20-docker-container.t :3:
use lib '../lib';
KAJI/App-Platform
…/99-setup.t :2:
use lib 'lib';
KAJI/App-Platform
…/99-setup.t :3:
use lib 't/lib';
KAJI/App-Platform
…/author-02-project.t :2:
use lib 't/lib';
KAJI/App-Platform
…/author-02-project.t :50:
home: /var/lib/auth/platorc
KAJI/App-Platform
…/author-02-project.t :52:
/var/lib/auth/platorc/.ssh:
KAJI/App-Platform
…/author-02-project.t :59:
/var/lib/auth/platorc/.ssh/authorized_keys:
KAJI/App-Platform
…/author-02-project.t :120:
$proc = run <docker exec -it project-honeybee cat /var/lib/auth/platorc/.ssh/authorized_keys>, :out;
KAJI/App-Platform
…/author-03-environment.t :2:
use lib 't/lib';
KAJI/App-Platform
…/author-03-environment.t :133:
home: /var/lib/octonaut
KAJI/App-Platform
…/author-03-environment.t :136:
/var/lib/octonaut/.ssh:
KAJI/App-Platform
…/author-03-environment.t :141:
/var/lib/octonaut/.ssh/id_rsa:
KAJI/App-Platform
…/author-04-examples.t :2:
use lib 't/lib';
KAJI/App-Platform
…/author-04-examples.t :23:
my $proc = run <perl6 -Ilib bin/platform --project=examples/files-and-dirs run>, :out;
KAJI/App-Platform
…/author-04-examples.t :50:
is $out.Str.trim, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis blandit auctor mollis. Praesent volutpat, dolor quis iaculis sag…
KAJI/App-Platform
…/author-04-examples.t :73:
run <perl6 -Ilib bin/platform --project=examples/files-and-dirs stop>;
KAJI/App-Platform
…/author-04-examples.t :74:
run <perl6 -Ilib bin/platform --project=examples/files-and-dirs rm>;
KAJI/App-Platform
…/author-04-examples.t :78:
my $proc = run <perl6 -Ilib bin/platform --project=examples/openldap run>, :out;
KAJI/App-Platform
…/author-04-examples.t :86:
run <perl6 -Ilib bin/platform --project=examples/openldap stop>;
KAJI/App-Platform
…/author-04-examples.t :87:
run <perl6 -Ilib bin/platform --project=examples/openldap rm>;
KAJI/App-Platform
…/author-my-meta.t :2:
use lib 'lib';
KAJI/App-Platform
…/Template.pm :16:
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc in libero dui. Curabitur eget iaculis ex. Nam pellentesque euismod augue, quis porttitor massa facilisis sit amet. Nulla a diam tempus augue pharetra congue.</p>
KOORCHIK/LIVR
…/META6.json :15:
"LIVR" : "lib/LIVR.pm6",
KOORCHIK/LIVR
…/META6.json :16:
"LIVR::Rules::Common" : "lib/LIVR/Rules/Common.pm6",
KOORCHIK/LIVR
…/META6.json :17:
"LIVR::Rules::Meta" : "lib/LIVR/Rules/Meta.pm6",
KOORCHIK/LIVR
…/META6.json :18:
"LIVR::Rules::Modifiers" : "lib/LIVR/Rules/Modifiers.pm6",
KOORCHIK/LIVR
…/META6.json :19:
"LIVR::Rules::Numeric" : "lib/LIVR/Rules/Numeric.pm6",
KOORCHIK/LIVR
…/META6.json :20:
"LIVR::Rules::Special" : "lib/LIVR/Rules/Special.pm6",
KOORCHIK/LIVR
…/META6.json :21:
"LIVR::Rules::String" : "lib/LIVR/Rules/String.pm6",
KOORCHIK/LIVR
…/META6.json :22:
"LIVR::Utils" : "lib/LIVR/Utils.pm6",
KOORCHIK/LIVR
…/META6.json :23:
"LIVR::Validator" : "lib/LIVR/Validator.pm6"
KOORCHIK/LIVR
…/00-simple.t :1:
use lib 'lib';
KOORCHIK/LIVR
…/01-livr-test-suite.t :1:
use lib 'lib';
KOORCHIK/LIVR
…/02-rules-registration.t :1:
use lib 'lib';
KOORCHIK/LIVR
…/03-auto-trim.t :1:
use lib 'lib';
KOORCHIK/LIVR
…/04-custom-filters.t :1:
use lib 'lib';
KOORCHIK/LIVR
…/05-perl6-like.t :1:
use lib 'lib';
KOORCHIK/LIVR
…/06-patch-all-rules.t :1:
use lib 'lib';
KOORCHIK/LIVR
…/07-register-aliased-default-rule.t :1:
use lib 'lib';
MARTIMM/Auth-SCRAM
…/META6.json :17:
"Auth::SCRAM": "lib/Auth/SCRAM.pm6",
MARTIMM/Auth-SCRAM
…/META6.json :18:
"Auth::SCRAM::Client": "lib/Auth/SCRAM/Client.pm6",
MARTIMM/Auth-SCRAM
…/META6.json :19:
"Auth::SCRAM::Server": "lib/Auth/SCRAM/Server.pm6"
MARTIMM/Auth-SCRAM
…/appveyor.yml :23:
- prove -v -e "perl6 -Ilib" t/
MELEZHIK/Sparky-Plugin-Hello
…/META6.json :14:
"Sparky::Plugin::Hello" : "lib/Sparky/Plugin/Hello.pm6"
MELEZHIK/Sparky-Plugin-Hello
…/dist.ini :9:
; filename = lib/Your/Tutorial.pod
MELEZHIK/Sparky-Plugin-Notify-Email
…/META6.json :14:
"Sparky::Plugin::Notify::Email" : "lib/Sparky/Plugin/Notify/Email.pm6"
MELEZHIK/Sparky-Plugin-Notify-Email
…/dist.ini :9:
; filename = lib/Your/Tutorial.pod
MELEZHIK/Sparky
…/META6.json :20:
"Sparky" : "lib/Sparky.pm6"
MELEZHIK/Sparky
…/dist.ini :9:
; filename = lib/Your/Tutorial.pod
MELEZHIK/Sparrowdo-Prometheus
…/META6.json :16:
"Sparrowdo::Prometheus" : "lib/Sparrowdo/Prometheus.pm6"
MELEZHIK/Sparrowdo-Prometheus
…/dist.ini :9:
; filename = lib/Your/Tutorial.pod
MELEZHIK/Sparrowdo-RemoteFile
…/META6.json :14:
"Sparrowdo::RemoteFile" : "lib/Sparrowdo/RemoteFile.pm6"
MELEZHIK/Sparrowdo-RemoteFile
…/dist.ini :9:
; filename = lib/Your/Tutorial.pod
MELEZHIK/Sparrowform
…/META6.json :18:
"Sparrowform" : "lib/Sparrowform.pm6"
MELEZHIK/Sparrowform
…/dist.ini :9:
; filename = lib/Your/Tutorial.pod
MORITZ/Grammar-ErrorReporting
…/.gitignore :1:
/blib/
MORITZ/Grammar-ErrorReporting
…/.gitignore :5:
/resources/*.dylib
MORITZ/Grammar-ErrorReporting
…/COPYING :143:
the work, and the source code for shared libraries and dynamically
MORITZ/Grammar-ErrorReporting
…/COPYING :673:
into proprietary programs. If your program is a subroutine library, you
MORITZ/Grammar-ErrorReporting
…/COPYING :675:
the library. If this is what you want to do, use the GNU Lesser General
MORITZ/Grammar-ErrorReporting
…/META6.json :13:
"Grammar::ErrorReporting" : "lib/Grammar/ErrorReporting.pm6",
MORITZ/Grammar-ErrorReporting
…/META6.json :14:
"X::Grammar::ParseError" : "lib/Grammar/ErrorReporting.pm6"
MORITZ/Grammar-ErrorReporting
…/README.md :28:
Please see the POD in `lib/Grammar/ErrorReporting.pm6` for more documentation.
MORITZ/JSON-Tiny
…/.gitignore :4:
blib/
MORITZ/JSON-Tiny
…/META6.json :9:
"JSON::Tiny" : "lib/JSON/Tiny.pm",
MORITZ/JSON-Tiny
…/META6.json :10:
"JSON::Tiny::Actions" : "lib/JSON/Tiny/Actions.pm",
MORITZ/JSON-Tiny
…/META6.json :11:
"JSON::Tiny::Grammar" : "lib/JSON/Tiny/Grammar.pm"
MORITZ/JSON-Tiny
…/README.md :34:
prove -e 'perl6 -Ilib' t/
MORITZ/Math-Model
…/META6.json :10:
"Math::Model" : "lib/Math/Model.pm"
MORITZ/Math-Model
…/angle-throw.pl :2:
use lib '../lib';
MORITZ/Math-Model
…/free-fall.pl :2:
use lib '../lib';
MORITZ/Math-Model
…/spring-damping.pl :3:
use lib 'lib', '../lib';
MORITZ/Math-Model
…/spring-freq.pl :3:
use lib 'lib', '../lib';
MORITZ/Math-Model
…/spring.pl :2:
use lib 'lib', '../lib';
MORITZ/Math-Model
…/vertical-throw.pl :2:
use lib 'lib', '../lib';
MORITZ/Math-Model
…/scratch.pl :2:
use lib 'lib';
MORITZ/Math-Model
…/basic.t :2:
use lib 'lib';
MORITZ/Math-RungeKutta
…/META6.json :12:
"Math::RungeKutta" : "lib/Math/RungeKutta.pm"
MORITZ/Math-RungeKutta
…/01-rk-integrate.t :6:
use lib 'lib';
MOZNION/Backtrace-AsHTML
…/META6.json :13:
"Backtrace::AsHTML" : "lib/Backtrace/AsHTML.pm6"
MOZNION/Backtrace-AsHTML
…/README.md :23:
This library is inspired by Devel::StackTrace::AsHTML of perl5 and much of code is taken from that.
MOZNION/Backtrace-AsHTML
…/README.md :51:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
MOZNION/Backtrace-AsHTML
…/README.md :55:
This library is free software; you can redistribute it and/or modify
MOZNION/Backtrace-AsHTML
…/AsHTML.pm6 :163:
This library is inspired by L<Devel::StackTrace::AsHTML of perl5|https://metacpan.org/release/Devel-StackTrace-AsHTML\> and much of code is taken from that.
MOZNION/Backtrace-AsHTML
…/AsHTML.pm6 :187:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
MOZNION/Backtrace-AsHTML
…/AsHTML.pm6 :191:
This library is free software; you can redistribute it and/or modify
MOZNION/Backtrace-AsHTML
…/01-basic.t :2:
use lib 'lib';
MOZNION/HTML-Escape
…/META6.json :12:
"HTML::Escape" : "lib/HTML/Escape.pm6"
MOZNION/HTML-Escape
…/README.md :45:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
MOZNION/HTML-Escape
…/Escape.pm6 :69:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
MOZNION/IO-Blob
…/META6.json :12:
"IO::Blob" : "lib/IO/Blob.pm6"
MOZNION/IO-Blob
…/README.md :208:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
MOZNION/IO-Blob
…/Blob.pm6 :433:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
MOZNION/Log-Minimal
…/META6.json :15:
"Log::Minimal" : "lib/Log/Minimal.pm6"
MOZNION/Log-Minimal
…/README.md :20:
$log.critff("%s","foo"); # 2010-10-20T00:25:17Z [CRITICAL] foo at lib/Example.pm6 line 10, example.p6 line 12
MOZNION/Log-Minimal
…/README.md :213:
$log.critff("%s","foo"); # 2010-10-20T00:25:17+09:00 [CRITICAL] foo at lib/Example.pm6 line 10, example.p6 line 12
MOZNION/Log-Minimal
…/README.md :225:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
MOZNION/Log-Minimal
…/README.md :231:
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
MOZNION/Log-Minimal
…/Minimal.pm6 :192:
$log.critff("%s","foo"); # 2010-10-20T00:25:17Z [CRITICAL] foo at lib/Example.pm6 line 10, example.p6 line 12
MOZNION/Log-Minimal
…/Minimal.pm6 :371:
$log.critff("%s","foo"); # 2010-10-20T00:25:17+09:00 [CRITICAL] foo at lib/Example.pm6 line 10, example.p6 line 12
MOZNION/Log-Minimal
…/Minimal.pm6 :381:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
MOZNION/Log-Minimal
…/Minimal.pm6 :387:
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
MOZNION/Object-Container
…/META6.json :12:
"Object::Container" : "lib/Object/Container.pm6",
MOZNION/Object-Container
…/META6.json :13:
"Object::Container::Item" : "lib/Object/Container/Item.pm6"
MOZNION/Object-Container
…/README.md :100:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
MOZNION/Object-Container
…/Container.pm6 :163:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
MOZNION/Object-Container
…/Item.pm6 :47:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
MOZNION/Router-Boost
…/META6.json :12:
"Router::Boost" : "lib/Router/Boost.pm6",
MOZNION/Router-Boost
…/META6.json :13:
"Router::Boost::Method" : "lib/Router/Boost/Method.pm6",
MOZNION/Router-Boost
…/META6.json :14:
"Router::Boost::Node" : "lib/Router/Boost/Node.pm6"
MOZNION/Router-Boost
…/README.md :32:
This library is a perl6 port of Router::Boom of perl5.
MOZNION/Router-Boost
…/README.md :121:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
MOZNION/Router-Boost
…/README.md :127:
This library is free software; you can redistribute it and/or modify
MOZNION/Router-Boost
…/Boost.pm6 :205:
This library is a perl6 port of L<Router::Boom of perl5|https://metacpan.org/pod/Router::Boom\>.
MOZNION/Router-Boost
…/Boost.pm6 :284:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
MOZNION/Router-Boost
…/Boost.pm6 :290:
This library is free software; you can redistribute it and/or modify
MOZNION/Stream-Buffered
…/META6.json :15:
"Stream::Buffered" : "lib/Stream/Buffered.pm6",
MOZNION/Stream-Buffered
…/META6.json :16:
"Stream::Buffered::Auto" : "lib/Stream/Buffered/Auto.pm6",
MOZNION/Stream-Buffered
…/META6.json :17:
"Stream::Buffered::Blob" : "lib/Stream/Buffered/Blob.pm6",
MOZNION/Stream-Buffered
…/META6.json :18:
"Stream::Buffered::File" : "lib/Stream/Buffered/File.pm6"
MOZNION/Stream-Buffered
…/README.md :24:
This library is a perl6 port of perl5's Stream::Buffered.
MOZNION/Stream-Buffered
…/README.md :68:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
MOZNION/Stream-Buffered
…/README.md :78:
This library is free software; you can redistribute it and/or modify
MOZNION/Stream-Buffered
…/Buffered.pm6 :57:
This library is a perl6 port of L<perl5's Stream::Buffered|https://metacpan.org/pod/Stream::Buffered\>.
MOZNION/Stream-Buffered
…/Buffered.pm6 :95:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
MOZNION/Stream-Buffered
…/Buffered.pm6 :105:
This library is free software; you can redistribute it and/or modify
MSTEMLE/Fcntl
…/.gitignore :3:
*.dylib
MSTEMLE/Fcntl
…/.gitignore :13:
lib/Fcntl.pm
MSTEMLE/Fcntl
…/.travis.yml :19:
- AUTHOR_TESTING=1 prove -ve "perl6 -Ilib -Iresources/lib"
MSTEMLE/Fcntl
…/Build.pm :10:
#| C<"$folder/resources/lib"> and C<$libname> should be the name of the library
MSTEMLE/Fcntl
…/Build.pm :22:
for <lib resources/bin resources/lib> -> $dir-to-make {
MSTEMLE/Fcntl
…/Build.pm :26:
for <resources/lib libjust-for-tests resources/bin P6-Fcntl> -> $dir, $obj {
MSTEMLE/Fcntl
…/META6.json :13:
"provides" : { "Fcntl" : "lib/Fcntl.pm" },
MSTEMLE/Fcntl
…/Makefile.in :3:
all : bin lib pm
MSTEMLE/Fcntl
…/Makefile.in :6:
lib : resources/lib/libjust-for-tests%SO%
MSTEMLE/Fcntl
…/Makefile.in :7:
pm : lib/Fcntl.pm
MSTEMLE/Fcntl
…/Makefile.in :12:
resources/lib/libjust-for-tests%SO% : $(SRC)/just-for-tests%O% $(SRC)/P6-Fcntl%O%
MSTEMLE/Fcntl
…/Makefile.in :14:
%LDOUT%resources/lib/libjust-for-tests%SO% \
MSTEMLE/Fcntl
…/Makefile.in :23:
lib/Fcntl.pm : src/Fcntl.prefix.pm resources/bin/P6-Fcntl%EXE%
MSTEMLE/Fcntl
…/Makefile.in :26:
@mv Fcntl.pm lib/Fcntl.pm
MSTEMLE/Fcntl
…/Makefile.in :29:
@prove -e"perl6 -I lib" -v t
MSTEMLE/Fcntl
…/Makefile.in :34:
@rm -f resources/lib/libsimplestruct%SO%
MSTEMLE/Fcntl
…/P6-Fcntl.c :1:
#include <stdlib.h>
MSTEMLE/Fcntl
…/just-for-tests.c :1:
#include <stdlib.h>
MSTEMLE/Fcntl
…/basic.t :5:
use lib 'lib';
MSTEMLE/Fcntl
…/basic.t :20:
my sub verify_one_named_value(Str, longlong --> Str) is native('resources/lib/just-for-tests') { * }
MZIESCHA/Bailador-Plugin-NamedQueries
…/Dockerfile :14:
git libssl-dev unzip vim-nox zip \
MZIESCHA/Bailador-Plugin-NamedQueries
…/Dockerfile :17:
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
MZIESCHA/Bailador-Plugin-NamedQueries
…/META6.json :16:
"Bailador::Plugin::NamedQueries" : "lib/Bailador/Plugin/NamedQueries.pm"
MZIESCHA/Bailador-Plugin-NamedQueries
…/README.md :98:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
MZIESCHA/Bailador-Plugin-NamedQueries
…/dist.ini :4:
filename = lib/Bailador/Plugin/NamedQueries.pm
MZIESCHA/Bailador-Plugin-NamedQueries
…/NamedQueries.pm :146:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
MZIESCHA/Bailador-Plugin-NamedQueries
…/00-load.t :3:
use lib 'lib';
MZIESCHA/Bailador-Plugin-NamedQueries
…/00-test-meta.t :2:
use lib 'lib';
MZIESCHA/Bailador-Plugin-NamedQueries
…/00-lint.t :3:
use lib 'lib';
MZIESCHA/Bailador-Plugin-NamedQueries
…/00-lint.t :22:
elsif $a.starts-with('lib') && !$b.starts-with('lib') {
MZIESCHA/Bailador-Plugin-NamedQueries
…/00-lint.t :25:
elsif !$a.starts-with('lib') && $b.starts-with('lib') {
NINE/CompUnit-Repository-Mask
…/META6.json :12:
"CompUnit::Repository::Mask" : "lib/CompUnit/Repository/Mask.pm6"
NINE/CompUnit-Repository-Mask
…/README.md :32:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
NINE/CompUnit-Repository-Mask
…/Mask.pm6 :79:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
NINE/Distribution-Builder-MakeFromJSON
…/META6.json :14:
"Distribution::Builder::MakeFromJSON" : "lib/Distribution/Builder/MakeFromJSON.pm6"
NINE/Distribution-Builder-MakeFromJSON
…/README.md :28:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
NINE/Distribution-Builder-MakeFromJSON
…/MakeFromJSON.pm6 :34:
mkdir "$workdir/resources/libraries" unless "$workdir/resources/libraries".IO.e;
NINE/Distribution-Builder-MakeFromJSON
…/MakeFromJSON.pm6 :57:
if $value<resource>:exists and $value<resource>.starts-with('libraries/')
NINE/Distribution-Builder-MakeFromJSON
…/MakeFromJSON.pm6 :59:
my $path = $value<resource>.substr(10); # strip off libraries/
NINE/Distribution-Builder-MakeFromJSON
…/MakeFromJSON.pm6 :60:
$value = $dest-dir.IO.child('resources').child('libraries')
NINE/Distribution-Builder-MakeFromJSON
…/MakeFromJSON.pm6 :61:
.child($*VM.platform-library-name($path.IO)).Str;
NINE/Distribution-Builder-MakeFromJSON
…/MakeFromJSON.pm6 :63:
if $value<platform-library-name>:exists {
NINE/Distribution-Builder-MakeFromJSON
…/MakeFromJSON.pm6 :64:
$value = $*VM.platform-library-name($value<platform-library-name>.IO);
NINE/Distribution-Builder-MakeFromJSON
…/MakeFromJSON.pm6 :99:
%vars<LIBS> = $*VM.config<ldlibs>;
NINE/Distribution-Builder-MakeFromJSON
…/MakeFromJSON.pm6 :120:
%vars<LIBS> = $*VM.config<nativecall.perllibs>;
NINE/Distribution-Builder-MakeFromJSON
…/MakeFromJSON.pm6 :165:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
PATRICKZ/RPi-ButtonWatcher
…/META6.json :14:
"RPi::ButtonWatcher" : "lib/RPi/ButtonWatcher.pm6"
PATRICKZ/RPi-ButtonWatcher
…/README.md :24:
This library provides a supplier of GPIO pin state changes.
PATRICKZ/RPi-ButtonWatcher
…/README.md :26:
Read/write access to */sys/class/gpio/export* and */sys/class/gpio/gpioXX/* is required for this library to work. This usually means the user running the code has to be in the *gpio* group.
PATRICKZ/RPi-ButtonWatcher
…/ButtonWatcher.pm6 :94:
This library provides a supplier of GPIO pin state changes.
PATRICKZ/RPi-ButtonWatcher
…/ButtonWatcher.pm6 :97:
is required for this library to work. This usually means the user running the
PATRICKZ/RPi-Device-ST7036
…/META6.json :17:
"RPi::Device::ST7036" : "lib/RPi/Device/ST7036.pm6",
PATRICKZ/RPi-Device-ST7036
…/META6.json :18:
"RPi::Device::ST7036::Setup" : "lib/RPi/Device/ST7036/Setup.pm6"
PATRICKZ/RPi-Device-ST7036
…/README.md :40:
RPi pin number connected to the register select pin of the display. This library uses the Wiring Pi pin numbering.
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :322:
This library uses the Wiring Pi pin numbering.
ROBERTLE/CucumisSextus
…/META6.json :16:
"X::CucumisSextus::FeatureExecFailure" : "lib/X/CucumisSextus/FeatureExecFailure.pm6",
ROBERTLE/CucumisSextus
…/META6.json :17:
"X::CucumisSextus::FeatureParseFailure" : "lib/X/CucumisSextus/FeatureParseFailure.pm6",
ROBERTLE/CucumisSextus
…/META6.json :18:
"CucumisSextus::Glue" : "lib/CucumisSextus/Glue.pm6",
ROBERTLE/CucumisSextus
…/META6.json :19:
"CucumisSextus::Gherkin" : "lib/CucumisSextus/Gherkin.pm6",
ROBERTLE/CucumisSextus
…/META6.json :20:
"CucumisSextus::I18n" : "lib/CucumisSextus/I18n.pm6",
ROBERTLE/CucumisSextus
…/META6.json :21:
"CucumisSextus::Core" : "lib/CucumisSextus/Core.pm6",
ROBERTLE/CucumisSextus
…/META6.json :22:
"CucumisSextus::Tags" : "lib/CucumisSextus/Tags.pm6",
ROBERTLE/CucumisSextus
…/META6.json :23:
"CucumisSextus::Reporter" : "lib/CucumisSextus/Reporter.pm6",
ROBERTLE/CucumisSextus
…/META6.json :24:
"CucumisSextus::Reporter::Null" : "lib/CucumisSextus/Reporter/Null.pm6",
ROBERTLE/CucumisSextus
…/META6.json :25:
"CucumisSextus::Reporter::Simple" : "lib/CucumisSextus/Reporter/Simple.pm6"
ROBERTLE/CucumisSextus
…/02-cucumber.t :12:
use lib 't/features/step_definitions';
RYNIX/Terminal-Spinners
…/META6.json :17:
"Terminal::Spinners": "lib/Terminal/Spinners.pm6"
SAMGWISE/Math-Curves
…/META6.json :12:
"Math::Curves" : "lib/Math/Curves.pm6"
SAMGWISE/Math-Curves
…/README.md :55:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SAMGWISE/Math-Curves
…/dist.ini :5:
filename = lib/Math/Curves.pm6
SAMGWISE/Math-Curves
…/Curves.pm6 :54:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SAMGWISE/Music-Engine
…/META6.json :16:
"Music::Engine" : "lib/Music/Engine.pm6",
SAMGWISE/Music-Engine
…/META6.json :17:
"Music::Engine::Conductor" : "lib/Music/Engine/Conductor.pm6",
SAMGWISE/Music-Engine
…/META6.json :18:
"Music::Engine::CounterPoint" : "lib/Music/Engine/CounterPoint.pm6",
SAMGWISE/Music-Engine
…/META6.json :19:
"Music::Engine::Generator::CurveMD" : "lib/Music/Engine/Generator/CurveMD.pm6",
SAMGWISE/Music-Engine
…/META6.json :20:
"Music::Engine::Section" : "lib/Music/Engine/Section.pm6",
SAMGWISE/Music-Engine
…/META6.json :21:
"Music::Engine::Section::Context" : "lib/Music/Engine/Section/Context.pm6"
SAMGWISE/Music-Engine
…/README.md :33:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SAMGWISE/Music-Engine
…/dist.ini :5:
filename = lib/Music/Engine.pm6
SAMGWISE/Music-Engine
…/Engine.pm6 :32:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SAMGWISE/PowerNap
…/META6.json :14:
"PowerNap" : "lib/PowerNap.pm6",
SAMGWISE/PowerNap
…/META6.json :15:
"PowerNap::Controller" : "lib/PowerNap/Controller.pm6"
SAMGWISE/PowerNap
…/README.md :34:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SAMGWISE/PowerNap
…/dist.ini :5:
filename = lib/PowerNap.pm6
SAMGWISE/PowerNap
…/PowerNap.pm6 :37:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SAMGWISE/Result
…/META6.json :12:
"Result" : "lib/Result.pm6",
SAMGWISE/Result
…/META6.json :13:
"Result::OK" : "lib/Result/OK.pm6",
SAMGWISE/Result
…/META6.json :14:
"Result::Err" : "lib/Result/Err.pm6",
SAMGWISE/Result
…/META6.json :15:
"Result::Imports" : "lib/Result/Imports.pm6"
SAMGWISE/Result
…/README.md :61:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SAMGWISE/Result
…/Result.pm6 :64:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SAMGWISE/Result
…/01-basic.t :3:
use lib 'lib';
SAMGWISE/ScaleVec
…/META6.json :16:
"ScaleVec" : "lib/ScaleVec.pm6",
SAMGWISE/ScaleVec
…/META6.json :17:
"ScaleVec::Chord::Graph" : "lib/ScaleVec/Chord/Graph.pm6",
SAMGWISE/ScaleVec
…/META6.json :18:
"ScaleVec::Chord::Map" : "lib/ScaleVec/Chord/Map.pm6",
SAMGWISE/ScaleVec
…/META6.json :19:
"ScaleVec::Chord::Set" : "lib/ScaleVec/Chord/Set.pm6",
SAMGWISE/ScaleVec
…/META6.json :20:
"ScaleVec::Chord::Set::Major" : "lib/ScaleVec/Chord/Set/Major.pm6",
SAMGWISE/ScaleVec
…/META6.json :21:
"ScaleVec::Chord::Set::Minor::Harm" : "lib/ScaleVec/Chord/Set/Minor/Harm.pm6",
SAMGWISE/ScaleVec
…/META6.json :22:
"ScaleVec::Chord::Set::Minor::Nat" : "lib/ScaleVec/Chord/Set/Minor/Nat.pm6",
SAMGWISE/ScaleVec
…/META6.json :23:
"ScaleVec::Chord::System" : "lib/ScaleVec/Chord/System.pm6",
SAMGWISE/ScaleVec
…/META6.json :24:
"ScaleVec::Chord::System::Foundation" : "lib/ScaleVec/Chord/System/Foundation.pm6",
SAMGWISE/ScaleVec
…/META6.json :25:
"ScaleVec::Chord::System::Foundation::Element" : "lib/ScaleVec/Chord/System/Foundation/Element.pm6",
SAMGWISE/ScaleVec
…/META6.json :26:
"ScaleVec::Chord::Voicer" : "lib/ScaleVec/Chord/Voicer.pm6",
SAMGWISE/ScaleVec
…/META6.json :27:
"ScaleVec::Network" : "lib/ScaleVec/Network.pm6",
SAMGWISE/ScaleVec
…/META6.json :28:
"ScaleVec::Scale" : "lib/ScaleVec/Scale.pm6",
SAMGWISE/ScaleVec
…/META6.json :29:
"ScaleVec::Scale::EqualTemperment" : "lib/ScaleVec/Scale/EqualTemperment.pm6",
SAMGWISE/ScaleVec
…/META6.json :30:
"ScaleVec::Scale::Fence" : "lib/ScaleVec/Scale/Fence.pm6",
SAMGWISE/ScaleVec
…/META6.json :31:
"ScaleVec::Scale::Intervalic" : "lib/ScaleVec/Scale/Intervalic.pm6",
SAMGWISE/ScaleVec
…/META6.json :32:
"ScaleVec::Scale::Stack" : "lib/ScaleVec/Scale/Stack.pm6",
SAMGWISE/ScaleVec
…/META6.json :33:
"ScaleVec::Vector" : "lib/ScaleVec/Vector.pm6",
SAMGWISE/ScaleVec
…/META6.json :34:
"ScaleVec::Vectorable" : "lib/ScaleVec/Vectorable.pm6"
SAMGWISE/ScaleVec
…/README.md :32:
Encapsulating the power of linear algebra in an easy to use music library, ScaleVec provides a way to represent musical structures such as chords, rhythms, scales and tempos with a common format.
SAMGWISE/ScaleVec
…/README.md :49:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SAMGWISE/ScaleVec
…/dist.ini :5:
filename = lib/ScaleVec.pm6
SAMGWISE/ScaleVec
…/ScaleVec.pm6 :37:
Encapsulating the power of linear algebra in an easy to use music library, ScaleVec provides a way to represent musical structures such as chords, rhythms, scales and tempos with a common format.
SAMGWISE/ScaleVec
…/ScaleVec.pm6 :51:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SAMGWISE/Seq-PreFetch
…/META6.json :12:
"Seq::PreFetch" : "lib/Seq/PreFetch.pm6"
SAMGWISE/Seq-PreFetch
…/README.md :46:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SAMGWISE/Seq-PreFetch
…/PreFetch.pm6 :48:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SAMGWISE/Serialise-Map
…/META6.json :12:
"Serialise::Map" : "lib/Serialise/Map.pm6"
SAMGWISE/Serialise-Map
…/README.md :48:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SAMGWISE/Serialise-Map
…/dist.ini :5:
filename = lib/Serialise/Map.pm6
SAMGWISE/Serialise-Map
…/Map.pm6 :48:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SAMGWISE/Slang-Predicate
…/META6.json :12:
"Slang::Predicate" : "lib/Slang/Predicate.pm6"
SAMGWISE/Slang-Predicate
…/README.md :122:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SAMGWISE/Slang-Predicate
…/Predicate.pm6 :60:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SAMGWISE/Test-SourceFiles
…/META6.json :14:
"Test::SourceFiles" : "lib/Test/SourceFiles.pm6"
SAMGWISE/Test-SourceFiles
…/README.md :14:
use-libs-ok;
SAMGWISE/Test-SourceFiles
…/README.md :21:
Test::SourceFiles is a simple way to check the compilation of all files in your projects `lib/` directory. I found myself rewriting this a couple of times so time to make a module.
SAMGWISE/Test-SourceFiles
…/README.md :23:
The simple way is to call the `use-libs-ok` function which calls `Test::use-ok` on each module name returned from the collecting function, …
SAMGWISE/Test-SourceFiles
…/README.md :26:
# prints ("Test::SourceFiles" => IO::Path.new("lib/Test/SourceFiles.pm6", ...),).Seq
SAMGWISE/Test-SourceFiles
…/README.md :30:
* `Str :$root-path = 'lib'` - Where to search for source files
SAMGWISE/Test-SourceFiles
…/README.md :51:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SAMGWISE/Test-SourceFiles
…/dist.ini :5:
filename = lib/Test/SourceFiles.pm6
SAMGWISE/Test-SourceFiles
…/SourceFiles.pm6 :17:
use-libs-ok;
SAMGWISE/Test-SourceFiles
…/SourceFiles.pm6 :23:
Test::SourceFiles is a simple way to check the compilation of all files in your projects C<lib/> directory.
SAMGWISE/Test-SourceFiles
…/SourceFiles.pm6 :26:
The simple way is to call the C<use-libs-ok> function which calls C<Test::use-ok> on each module name returned from the collecting function, C<collect-sources>.
SAMGWISE/Test-SourceFiles
…/SourceFiles.pm6 :31:
# prints ("Test::SourceFiles" => IO::Path.new("lib/Test/SourceFiles.pm6", ...),).Seq
SAMGWISE/Test-SourceFiles
…/SourceFiles.pm6 :36:
=item C<Str :$root-path = 'lib'> - Where to search for source files
SAMGWISE/Test-SourceFiles
…/SourceFiles.pm6 :54:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SAMGWISE/Test-SourceFiles
…/SourceFiles.pm6 :58:
#! Calls use-ok $module on all pm6 source files in the libs directory. Returns a count of how many tests where run.
SAMGWISE/Test-SourceFiles
…/SourceFiles.pm6 :59:
sub use-libs-ok(Str :$root-path = 'lib', List :$extensions = <pm6>.List, Bool :$verbose --> Int) is export {
SAMGWISE/Test-SourceFiles
…/SourceFiles.pm6 :69:
sub collect-sources(Str :$root-path = 'lib', List :$extensions = <pm6>.List, Bool :$verbose --> Seq) is export {
SAMGWISE/Test-SourceFiles
…/01-basic.t :12:
is use-libs-ok, 1, "Tested expected number of source files.";
SCIMON/Algorithm-GooglePolylineEncoding
…/META6.json :13:
"Algorithm::GooglePolylineEncoding" : "lib/Algorithm/GooglePolylineEncoding.pm6"
SCIMON/Algorithm-GooglePolylineEncoding
…/README.md :51:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SCIMON/Algorithm-GooglePolylineEncoding
…/dist.ini :5:
filename = lib/Algorithm/GooglePolylineEncoding.pm6
SCIMON/Algorithm-GooglePolylineEncoding
…/GooglePolylineEncoding.pm6 :146:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SCIMON/Game-Sudoku
…/META6.json :12:
"Game::Sudoku" : "lib/Game/Sudoku.pm6",
SCIMON/Game-Sudoku
…/META6.json :13:
"Game::Sudoku::Solver" : "lib/Game/Sudoku/Solver.pm6"
SCIMON/Game-Sudoku
…/README.md :28:
Game::Sudoku is a simple library to store, test and attempt to solve sudoku puzzles.
SCIMON/Game-Sudoku
…/README.md :30:
Currently the libray can be used as a basis for doing puzzles and can solve a number of them. I hope to add additional functionality to it in the future.
SCIMON/Game-Sudoku
…/README.md :113:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SCIMON/Game-Sudoku
…/dist.ini :5:
filename = lib/Game/Sudoku.pm6
SCIMON/Game-Sudoku
…/Game-Sudoku-Solver.md :33:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SCIMON/Game-Sudoku
…/Sudoku.pm6 :177:
Game::Sudoku is a simple library to store, test and attempt to solve sudoku puzzles.
SCIMON/Game-Sudoku
…/Sudoku.pm6 :179:
Currently the libray can be used as a basis for doing puzzles and can solve a number of them.
SCIMON/Game-Sudoku
…/Sudoku.pm6 :249:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SCIMON/Game-Sudoku
…/Solver.pm6 :121:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SCIMON/Proc-InvokeEditor
…/META6.json :15:
"Proc::InvokeEditor" : "lib/Proc/InvokeEditor.pm6"
SCIMON/Proc-InvokeEditor
…/README.md :90:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SCIMON/Proc-InvokeEditor
…/dist.ini :5:
filename = lib/Proc/InvokeEditor.pm6
SCIMON/Proc-InvokeEditor
…/InvokeEditor.pm6 :174:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SCIMON/Test-HTTP-Server
…/META6.json :15:
"Test::HTTP::Server" : "lib/Test/HTTP/Server.pm6",
SCIMON/Test-HTTP-Server
…/META6.json :16:
"Test::HTTP::Server::Event" : "lib/Test/HTTP/Server/Event.pm6"
SCIMON/Test-HTTP-Server
…/README.md :62:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SCIMON/Test-HTTP-Server
…/dist.ini :5:
filename = lib/Test/HTTP/Server.pm6
SCIMON/Test-HTTP-Server
…/Server.pm6 :122:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SKAJI/Acme-Test-Module
…/META6.json :12:
"Acme::Test::Module" : "lib/Acme/Test/Module.pm6",
SKAJI/Acme-Test-Module
…/META6.json :13:
"Acme::Test::Module::Foo" : "lib/Acme/Test/Module/Foo.pm6"
SKAJI/Acme-Test-Module
…/README.md :28:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SKAJI/Acme-Test-Module
…/dist.ini :4:
filename = lib/Acme/Test/Module.pm6
SKAJI/Acme-Test-Module
…/Module.pm6 :27:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SKAJI/App-Mi6
…/META6.json :19:
"App::Mi6" : "lib/App/Mi6.pm6",
SKAJI/App-Mi6
…/META6.json :20:
"App::Mi6::INI" : "lib/App/Mi6/INI.pm6",
SKAJI/App-Mi6
…/META6.json :21:
"App::Mi6::JSON" : "lib/App/Mi6/JSON.pm6",
SKAJI/App-Mi6
…/META6.json :22:
"App::Mi6::Release" : "lib/App/Mi6/Release.pm6",
SKAJI/App-Mi6
…/META6.json :23:
"App::Mi6::Release::BumpVersion" : "lib/App/Mi6/Release/BumpVersion.pm6",
SKAJI/App-Mi6
…/META6.json :24:
"App::Mi6::Release::CheckChanges" : "lib/App/Mi6/Release/CheckChanges.pm6",
SKAJI/App-Mi6
…/META6.json :25:
"App::Mi6::Release::CheckOrigin" : "lib/App/Mi6/Release/CheckOrigin.pm6",
SKAJI/App-Mi6
…/META6.json :26:
"App::Mi6::Release::CheckUntrackedFiles" : "lib/App/Mi6/Release/CheckUntrackedFiles.pm6",
SKAJI/App-Mi6
…/META6.json :27:
"App::Mi6::Release::CleanDist" : "lib/App/Mi6/Release/CleanDist.pm6",
SKAJI/App-Mi6
…/META6.json :28:
"App::Mi6::Release::CreateGitTag" : "lib/App/Mi6/Release/CreateGitTag.pm6",
SKAJI/App-Mi6
…/META6.json :29:
"App::Mi6::Release::DistTest" : "lib/App/Mi6/Release/DistTest.pm6",
SKAJI/App-Mi6
…/META6.json :30:
"App::Mi6::Release::GitCommit" : "lib/App/Mi6/Release/GitCommit.pm6",
SKAJI/App-Mi6
…/META6.json :31:
"App::Mi6::Release::MakeDist" : "lib/App/Mi6/Release/MakeDist.pm6",
SKAJI/App-Mi6
…/META6.json :32:
"App::Mi6::Release::RegenerateFiles" : "lib/App/Mi6/Release/RegenerateFiles.pm6",
SKAJI/App-Mi6
…/META6.json :33:
"App::Mi6::Release::RewriteChanges" : "lib/App/Mi6/Release/RewriteChanges.pm6",
SKAJI/App-Mi6
…/META6.json :34:
"App::Mi6::Release::UploadToCPAN" : "lib/App/Mi6/Release/UploadToCPAN.pm6",
SKAJI/App-Mi6
…/META6.json :35:
"App::Mi6::Template" : "lib/App/Mi6/Template.pm6",
SKAJI/App-Mi6
…/META6.json :36:
"App::Mi6::Util" : "lib/App/Mi6/Util.pm6"
SKAJI/App-Mi6
…/README.md :28:
* Generate README.md from lib/Main/Module.pm6's pod
SKAJI/App-Mi6
…/README.md :50:
; filename = lib/Your/Tutorial.pod
SKAJI/App-Mi6
…/README.md :93:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SKAJI/App-Mi6
…/mi6 :70:
Run tests by `PERL6LIB=lib prove -e perl6 t`
SKAJI/App-Mi6
…/dist.ini :4:
filename = lib/App/Mi6.pm6
SKAJI/App-Mi6
…/Mi6.pm6 :21:
$normalize-path($file).subst('lib/', '').subst('/', '::', :g).subst(/\.pm6?$/, '');
SKAJI/App-Mi6
…/Mi6.pm6 :24:
'lib/' ~ $module.subst(rx{ '::' | '-' }, '/', :g) ~ '.pm6';
SKAJI/App-Mi6
…/Mi6.pm6 :86:
$release.run(dir => "lib", app => self, :$main-module, :$main-module-file, :$release-date, :$dist, :$keep);
SKAJI/App-Mi6
…/Mi6.pm6 :97:
sub withp6lib(&code) {
SKAJI/App-Mi6
…/Mi6.pm6 :99:
%*ENV<PERL6LIB> = %*ENV<PERL6LIB>:exists ?? "$*CWD/lib," ~ %*ENV<PERL6LIB> !! "$*CWD/lib";
SKAJI/App-Mi6
…/Mi6.pm6 :106:
my @cmd = $*EXECUTABLE, '-Ilib', '-I.', '-MBuild', '-e', "Build.new.build('{~$*CWD}')";
SKAJI/App-Mi6
…/Mi6.pm6 :113:
withp6lib {
SKAJI/App-Mi6
…/Mi6.pm6 :135:
my $p = withp6lib { run |@cmd, :out };
SKAJI/App-Mi6
…/Mi6.pm6 :169:
my $p = withp6lib { run |@cmd, :out, :!err };
SKAJI/App-Mi6
…/Mi6.pm6 :175:
my $p = withp6lib { run |@cmd, :out, :!err };
SKAJI/App-Mi6
…/Mi6.pm6 :321:
my %provides = find(dir => "lib", name => /\.pm6?$/).list.map(-> $file {
SKAJI/App-Mi6
…/Mi6.pm6 :329:
die "Must run in the top directory" unless "lib".IO ~~ :d;
SKAJI/App-Mi6
…/Mi6.pm6 :335:
my @module-files = find(dir => "lib", name => /.pm6?$/).list;
SKAJI/App-Mi6
…/Mi6.pm6 :387:
=item Generate README.md from lib/Main/Module.pm6's pod
SKAJI/App-Mi6
…/Mi6.pm6 :407:
; filename = lib/Your/Tutorial.pod
SKAJI/App-Mi6
…/Mi6.pm6 :444:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SKAJI/App-Mi6
…/Release.pm6 :11:
in method run at /Users/skaji/src/github.com/skaji/mi6/lib/App/Mi6/Release.pm6 (App::Mi6::Release) line 21
SKAJI/App-Mi6
…/Release.pm6 :12:
in method cmd at /Users/skaji/src/github.com/skaji/mi6/lib/App/Mi6.pm6 (App::Mi6) line 82
SKAJI/App-Mi6
…/Template.pm6 :25:
/blib/
SKAJI/App-Mi6
…/Template.pm6 :30:
/resources/*.dylib
SKAJI/App-Mi6
…/Template.pm6 :46:
- PERL6LIB=\$PWD/lib prove -e perl6 -vr t/
SKAJI/App-Mi6
…/Template.pm6 :87:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SKAJI/CPAN-Uploader-Tiny
…/META6.json :15:
"CPAN::Uploader::Tiny" : "lib/CPAN/Uploader/Tiny.pm6",
SKAJI/CPAN-Uploader-Tiny
…/META6.json :16:
"CPAN::Uploader::Tiny::MultiPart" : "lib/CPAN/Uploader/Tiny/MultiPart.pm6"
SKAJI/CPAN-Uploader-Tiny
…/README.md :38:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SKAJI/CPAN-Uploader-Tiny
…/Tiny.pm6 :127:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SKAJI/HTTP-Tinyish
…/META6.json :15:
"HTTP::Tinyish" : "lib/HTTP/Tinyish.pm6",
SKAJI/HTTP-Tinyish
…/META6.json :16:
"HTTP::Tinyish::Base" : "lib/HTTP/Tinyish/Base.pm6",
SKAJI/HTTP-Tinyish
…/META6.json :17:
"HTTP::Tinyish::Curl" : "lib/HTTP/Tinyish/Curl.pm6",
SKAJI/HTTP-Tinyish
…/META6.json :18:
"HTTP::Tinyish::FileTempFactory" : "lib/HTTP/Tinyish/FileTempFactory.pm6"
SKAJI/HTTP-Tinyish
…/README.md :79:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SKAJI/HTTP-Tinyish
…/Tinyish.pm6 :95:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
SPIGELL/Sparky-Plugin-Notify-Telegram
…/META6.json :15:
"Sparky::Plugin::Notify::Telegram" : "lib/Sparky/Plugin/Notify/Telegram.pm6"
SPIGELL/Sparky-Plugin-Notify-Telegram
…/dist.ini :9:
; filename = lib/Your/Tutorial.pod
TBROWDER/Foo-Bar
…/.meta.in :20:
provides Foo::Bar lib/Foo/Bar.pm6
TBROWDER/Foo-Bar
…/META6.json :11:
"Foo::Bar" : "lib/Foo/Bar.pm6"
TBROWDER/Foo-Bar
…/Makefile :2:
LIBPATH := lib
TBROWDER/Geo-Ellipsoid
…/.gitignore :2:
lib/.precomp
TBROWDER/Geo-Ellipsoid
…/LICENSE :337:
a) distribute a Standard Version of the executables and library
TBROWDER/Geo-Ellipsoid
…/LICENSE :359:
6. The scripts and library files supplied as input to or produced as output from
TBROWDER/Geo-Ellipsoid
…/MANIFEST :7:
lib/Geo/Ellipsoid.pm
TBROWDER/Geo-Ellipsoid
…/META6.json :15:
"Geo::Ellipsoid" : "lib/Geo/Ellipsoid.pm6",
TBROWDER/Geo-Ellipsoid
…/META6.json :16:
"Geo::Ellipsoid::GenFuncs" : "lib/Geo/Ellipsoid/GenFuncs.pm6",
TBROWDER/Geo-Ellipsoid
…/META6.json :17:
"Geo::Ellipsoid::Utils" : "lib/Geo/Ellipsoid/Utils.pm6"
TBROWDER/Geo-Ellipsoid
…/Makefile :2:
LIBPATH := ./lib
TBROWDER/Geo-Ellipsoid
…/Makefile :39:
$(PERL6) -Ilib test/test-ellipsoid.p6 -t > test/res.txt
TBROWDER/Geo-Ellipsoid
…/T.pl6 :4:
use lib '.';
TBROWDER/Geo-Ellipsoid
…/gentest-ellipsoid.p6 :12:
require '../lib/Geo/Ellipsoid.pm';
TBROWDER/Geo-Ellipsoid
…/gentest-ellipsoid.p6 :689:
use blib;
TBROWDER/Geo-Ellipsoid
…/readme.doc :100:
in the NOAA Technical Memorandum NOS NGS-10, Use of Calibration
TBROWDER/Geo-Ellipsoid
…/test-ellipsoid.p6 :9:
#require '../lib/Geo/Ellipsoid.pm';
TBROWDER/Geo-Ellipsoid
…/test-ellipsoid.p6 :11:
#use lib <../lib ../lib/Geo>;
TBROWDER/Geo-Ellipsoid
…/test-ellipsoid.p6 :12:
#use blib './lib';
TBROWDER/Geo-Ellipsoid
…/55-forward-inverse.t :156:
in the NOAA Technical Memorandum NOS NGS-10, Use of Calibration
TBROWDER/Geo-Ellipsoid
…/00-load.t :6:
use blib;
TBROWDER/Geo-Ellipsoid
…/01-create.t :6:
use blib;
TBROWDER/Geo-Ellipsoid
…/02-defaults.t :6:
use blib;
TBROWDER/Geo-Ellipsoid
…/03-set.t :6:
use blib;
TBROWDER/Geo-Ellipsoid
…/04-scale.t :6:
use blib;
TBROWDER/Geo-Ellipsoid
…/05-to.t :6:
use blib;
TBROWDER/Geo-Ellipsoid
…/06-at.t :6:
use blib;
TBROWDER/Geo-Ellipsoid
…/07-location.t :6:
use blib;
TBROWDER/Geo-Ellipsoid
…/08-range.t :6:
use blib;
TBROWDER/Geo-Ellipsoid
…/09-bearing.t :6:
use blib;
TBROWDER/Geo-Ellipsoid
…/10-displacement.t :6:
use blib;
TBROWDER/META6-To-Man
…/.gitignore :28:
/blib/
TBROWDER/META6-To-Man
…/.gitignore :33:
/pm_to_blib
TBROWDER/META6-To-Man
…/.gitignore :35:
lib/.precomp
TBROWDER/META6-To-Man
…/META6.json :15:
"META6::To::Man" : "lib/META6/To/Man.pm6"
TBROWDER/META6-To-Man
…/Makefile :3:
LIBPATH := lib
TBROWDER/META6-To-Man
…/README.md :58:
perl6 -Ilib ./bin/meta6-to-man --meta6=./META6.json --install-to=./doc
TBROWDER/META6-To-Man
…/README.md :82:
Most of the libc functions.
TBROWDER/META6-To-Man
…/README.md.end :6:
perl6 -Ilib ./bin/meta6-to-man --meta6=./META6.json --install-to=./doc
TBROWDER/META6-To-Man
…/README.md.end :30:
Most of the libc functions.
TBROWDER/META6-To-Man
…/README.md.orig :64:
Most of the libc functions.
TBROWDER/META6-To-Man
…/META6.json :13:
"META6::To::Man" : "lib/META6/To/Man.pm6"
TBROWDER/META6-To-Man
…/META6.json.invalid :11:
"META6::To::Man" : "lib/META6/To/Man.pm6"
TBROWDER/Net-IP
…/.gitignore :5:
lib/.precomp/
TBROWDER/Net-IP
…/META6.json :15:
"Net::IP" : "lib/Net/IP.pm6"
TBROWDER/Net-IP
…/Makefile :3:
LIBPATH := lib
TBROWDER/Number-More
…/.gitignore :1:
lib/.precomp/
TBROWDER/Number-More
…/META6.json :15:
"Number::More" : "lib/Number/More.pm6"
TBROWDER/Number-More
…/Makefile :2:
LIBPATH := lib
TBROWDER/Number-More
…/base2dec-simple.p6 :3:
use lib <../lib>;
TBROWDER/Number-More
…/simple-dec2base.p6 :3:
use lib <../lib>;
TBROWDER/Number-More
…/test-base-37-62.p6 :3:
use lib <../lib>;
TBROWDER/Number-More
…/NUMBERS.md :59:
7. Simple conversion algorithms
TBROWDER/Proc-More
…/.gitignore :1:
lib/.precomp/
TBROWDER/Proc-More
…/META6.json :13:
"Proc::More" : "lib/Proc/More.pm6"
TBROWDER/Proc-More
…/Makefile :2:
LIBPATH := lib
TIMOTIMO/JSON-Fast
…/META6.json :16:
"JSON::Fast" : "lib/JSON/Fast.pm"
TIMOTIMO/JSON-Fast
…/01-parse.t :3:
use lib 'lib';
TIMOTIMO/JSON-Fast
…/02-structure.t :3:
use lib 'lib';
TIMOTIMO/JSON-Fast
…/03-unicode.t :3:
use lib 'lib';
TIMOTIMO/JSON-Fast
…/04-roundtrip.t :3:
use lib 'lib';
TIMOTIMO/JSON-Fast
…/07-datetime.t :3:
use lib 'lib';
TIMOTIMO/JSON-Fast
…/09-race.t :3:
use lib 'lib';
TIMOTIMO/JSON-Fast
…/meta.t :3:
use lib 'lib';
TIMOTIMO/SDL2-Raw
…/META6.json :7:
"description" : "Sugar-free NativeCall binding for libSDL2",
TIMOTIMO/SDL2-Raw
…/META6.json :12:
"SDL2::Raw" : "lib/SDL2/Raw.pm"
TIMOTIMO/SDL2-Raw
…/particles.p6 :11:
constant $sdl-lib = 'SDL2';
TIMOTIMO/SDL2-Raw
…/particles.p6 :13:
sub SDL_RenderDrawPoints( SDL_Renderer $, CArray[int32] $points, int32 $count ) returns int32 is native($sdl-lib) {*}
TIMOTIMO/SDL2-Raw
…/white_noise.p6 :9:
constant $sdl-lib = 'SDL2';
TIMOTIMO/SDL2-Raw
…/white_noise.p6 :11:
sub SDL_RenderDrawPoints( SDL_Renderer $, CArray[int32] $points, int32 $count ) returns int32 is native($sdl-lib) {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :79:
my Str $lib;
TIMOTIMO/SDL2-Raw
…/Raw.pm :82:
$lib = 'SDL2';
TIMOTIMO/SDL2-Raw
…/Raw.pm :84:
$lib = 'SDL2';
TIMOTIMO/SDL2-Raw
…/Raw.pm :133:
sub SDL_Init(int32 $flags) is native($lib) is export returns int32 {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :134:
sub SDL_Quit() is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :229:
is native($lib)
TIMOTIMO/SDL2-Raw
…/Raw.pm :235:
is native($lib)
TIMOTIMO/SDL2-Raw
…/Raw.pm :243:
is native($lib)
TIMOTIMO/SDL2-Raw
…/Raw.pm :249:
is native($lib)
TIMOTIMO/SDL2-Raw
…/Raw.pm :255:
is native($lib)
TIMOTIMO/SDL2-Raw
…/Raw.pm :261:
is native($lib)
TIMOTIMO/SDL2-Raw
…/Raw.pm :267:
is native($lib)
TIMOTIMO/SDL2-Raw
…/Raw.pm :273:
is native($lib)
TIMOTIMO/SDL2-Raw
…/Raw.pm :279:
is native($lib)
TIMOTIMO/SDL2-Raw
…/Raw.pm :284:
is native($lib)
TIMOTIMO/SDL2-Raw
…/Raw.pm :290:
is native($lib)
TIMOTIMO/SDL2-Raw
…/Raw.pm :296:
is native($lib)
TIMOTIMO/SDL2-Raw
…/Raw.pm :302:
is native($lib)
TIMOTIMO/SDL2-Raw
…/Raw.pm :308:
is native($lib)
TIMOTIMO/SDL2-Raw
…/Raw.pm :313:
is native($lib)
TIMOTIMO/SDL2-Raw
…/Raw.pm :318:
is native($lib)
TIMOTIMO/SDL2-Raw
…/Raw.pm :322:
sub SDL_SetTextureColorMod(SDL_Texture $texture, int8 $r, int8 $g, int8 $b) returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :324:
sub SDL_GetRenderDrawColor(SDL_Renderer $renderer, Pointer[uint8] $r, Pointer[uint8] $g, Pointer[uint8] $b, Pointer[uint8] $a) returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :327:
is native($lib)
TIMOTIMO/SDL2-Raw
…/Raw.pm :332:
sub SDL_RenderCopy(SDL_Renderer $renderer, SDL_Texture $src, SDL_Rect $srcrect, SDL_Rect $destrect) returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :333:
sub SDL_RenderCopyEx(SDL_Renderer $renderer, SDL_Texture $src, SDL_Rect $srcrect, SDL_Rect $destrect, num64 $angle, SDL_Point $center, int32 $flip) returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :335:
sub SDL_RenderClear(SDL_Renderer $renderer) returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :336:
sub SDL_RenderPresent(SDL_Renderer $renderer) is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :338:
sub SDL_RenderDrawPoint(SDL_Renderer $renderer, int32 $x, int32 $y) returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :339:
sub SDL_RenderDrawLine(SDL_Renderer $renderer, int32 $x, int32 $y, int32 $x2, int32 $y2) returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :341:
sub SDL_RenderDrawRect(SDL_Renderer $renderer, SDL_Rect $rect) returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :342:
sub SDL_RenderFillRect(SDL_Renderer $renderer, SDL_Rect $rect) returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :344:
sub SDL_DestroyTexture(SDL_Texture $texture) is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :345:
sub SDL_DestroyRenderer(SDL_Renderer $renderer) is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :347:
sub SDL_VideoInit(Str $drivername) returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :348:
sub SDL_VideoQuit() is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :350:
sub SDL_GetNumVideoDrivers() returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :351:
sub SDL_GetVideoDriver(int32 $index) returns Str is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :352:
sub SDL_GetCurrentVideoDriver() returns Str is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :354:
sub SDL_GetNumVideoDisplays() returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :355:
sub SDL_GetDisplayName(int32 $index) returns Str is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :356:
sub SDL_GetDisplayBounds(int32 $index, SDL_Rect $rect) returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :358:
sub SDL_CreateWindow(Str $title, int32 $x, int32 $y, int32 $w, int32 $h, int32 $flags) returns SDL_Window is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :359:
sub SDL_DestroyWindow(SDL_Window $win) is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :360:
sub SDL_SetWindowTitle(SDL_Window $window, Str $title) is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :361:
sub SDL_GetWindowTitle(SDL_Window $window) returns Str is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :363:
sub SDL_UpdateWindowSurface(SDL_Window $window) returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :365:
sub SDL_SetWindowGrab(SDL_Window $window, int32 $grabbed) is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :366:
sub SDL_GetWindowGrab(SDL_Window $window) returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :368:
sub SDL_LoadBMP(Str $path) returns SDL_Surface is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :369:
sub SDL_SaveBMP(SDL_Surface $surf, Str $file) returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :499:
sub SDL_PollEvent(SDL_Event $event) returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :500:
sub SDL_WaitEvent(SDL_Event $event) returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :501:
sub SDL_WaitEventTimeout(SDL_Event $event, int32 $timeout) returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :526:
sub SDL_GetKeyboardState(int32 $numkeys is rw) returns CArray[uint8] is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :533:
sub SDL_EventState(int32 $type, int32 $state) returns uint8 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :536:
sub SDL_GetError returns Str is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :538:
sub SDL_ClearError is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :728:
sub SDL_GL_BindTexture(SDL_Texture $texture, Pointer[num32] $texw, Pointer[num32] $texh) returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :729:
sub SDL_GL_UnBindTexture(SDL_Texture $texture) returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :731:
sub SDL_GL_CreateContext(SDL_Window $window) returns SDL_GLContext is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :732:
sub SDL_GL_DeleteContext(SDL_GLContext $context) is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :733:
sub SDL_GL_MakeCurrent(SDL_Window $window, SDL_GLContext $context) returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :735:
sub SDL_GL_SetAttribute(int32 $attr, int32 $value) returns int32 is native($lib) is export {*}
TIMOTIMO/SDL2-Raw
…/Raw.pm :736:
sub SDL_GL_SwapWindow(SDL_Window $window) is native($lib) is export {*}
TITSUKI/Algorithm-AhoCorasick
…/META6.json :13:
"Algorithm::AhoCorasick" : "lib/Algorithm/AhoCorasick.pm6",
TITSUKI/Algorithm-AhoCorasick
…/META6.json :14:
"Algorithm::AhoCorasick::Node" : "lib/Algorithm/AhoCorasick/Node.pm6"
TITSUKI/Algorithm-AhoCorasick
…/README.md :55:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
TITSUKI/Algorithm-AhoCorasick
…/dist.ini :5:
filename = lib/Algorithm/AhoCorasick.pm6
TITSUKI/Algorithm-AhoCorasick
…/AhoCorasick.pm6 :125:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
TITSUKI/Algorithm-LibSVM
…/Build.pm :7:
%vars<svm> = $*VM.platform-library-name('svm'.IO);
TITSUKI/Algorithm-LibSVM
…/Build.pm :9:
mkdir "$workdir/resources/libraries" unless "$workdir/resources/libraries".IO.e;
TITSUKI/Algorithm-LibSVM
…/META6.json :9:
"description" : "A Perl 6 bindings for libsvm",
TITSUKI/Algorithm-LibSVM
…/META6.json :14:
"Algorithm::LibSVM" : "lib/Algorithm/LibSVM.pm6",
TITSUKI/Algorithm-LibSVM
…/META6.json :15:
"Algorithm::LibSVM::Actions" : "lib/Algorithm/LibSVM/Actions.pm6",
TITSUKI/Algorithm-LibSVM
…/META6.json :16:
"Algorithm::LibSVM::Grammar" : "lib/Algorithm/LibSVM/Grammar.pm6",
TITSUKI/Algorithm-LibSVM
…/META6.json :17:
"Algorithm::LibSVM::Model" : "lib/Algorithm/LibSVM/Model.pm6",
TITSUKI/Algorithm-LibSVM
…/META6.json :18:
"Algorithm::LibSVM::Node" : "lib/Algorithm/LibSVM/Node.pm6",
TITSUKI/Algorithm-LibSVM
…/META6.json :19:
"Algorithm::LibSVM::Parameter" : "lib/Algorithm/LibSVM/Parameter.pm6",
TITSUKI/Algorithm-LibSVM
…/META6.json :20:
"Algorithm::LibSVM::Problem" : "lib/Algorithm/LibSVM/Problem.pm6"
TITSUKI/Algorithm-LibSVM
…/META6.json :23:
"libraries/svm"
TITSUKI/Algorithm-LibSVM
…/README.md :6:
Algorithm::LibSVM - A Perl 6 bindings for libsvm
TITSUKI/Algorithm-LibSVM
…/README.md :19:
my $libsvm = Algorithm::LibSVM.new;
TITSUKI/Algorithm-LibSVM
…/README.md :22:
my Algorithm::LibSVM::Problem $problem = $libsvm.load-problem('heart_scale');
TITSUKI/Algorithm-LibSVM
…/README.md :23:
my @r = $libsvm.cross-validation($problem, $parameter, 10);
TITSUKI/Algorithm-LibSVM
…/README.md :24:
$libsvm.evaluate($problem.y, @r).say; # {acc => 81.1111111111111, mse => 0.755555555555556, scc => 1.01157627463546}
TITSUKI/Algorithm-LibSVM
…/README.md :59:
my Pair @test = parse-libsvmformat(q:to/END/).head<pairs>.flat;
TITSUKI/Algorithm-LibSVM
…/README.md :63:
my $libsvm = Algorithm::LibSVM.new;
TITSUKI/Algorithm-LibSVM
…/README.md :66:
my Algorithm::LibSVM::Problem $problem = $libsvm.load-problem(@train);
TITSUKI/Algorithm-LibSVM
…/README.md :67:
my $model = $libsvm.train($problem, $parameter);
TITSUKI/Algorithm-LibSVM
…/README.md :73:
Algorithm::LibSVM is a Perl 6 bindings for libsvm.
TITSUKI/Algorithm-LibSVM
…/README.md :105:
Loads libsvm-format data.
TITSUKI/Algorithm-LibSVM
…/README.md :113:
Loads libsvm model.
TITSUKI/Algorithm-LibSVM
…/README.md :138:
### parse-libsvmformat
TITSUKI/Algorithm-LibSVM
…/README.md :142:
sub parse-libsvmformat(Str $text --> List) is export
TITSUKI/Algorithm-LibSVM
…/README.md :144:
Is a helper routine for handling libsvm-format text.
TITSUKI/Algorithm-LibSVM
…/README.md :159:
* libsvm https://github.com/cjlin1/libsvm
TITSUKI/Algorithm-LibSVM
…/README.md :173:
This library is free software; you can redistribute it and/or modify it under the terms of the MIT License.
TITSUKI/Algorithm-LibSVM
…/README.md :175:
libsvm ( https://github.com/cjlin1/libsvm ) by Chih-Chung Chang and Chih-Jen Lin is licensed under the BSD 3-Clause License.
TITSUKI/Algorithm-LibSVM
…/dist.ini :5:
filename = lib/Algorithm/LibSVM.pm6
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :13:
my constant $library = %?RESOURCES<libraries/svm>.Str;
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :15:
my sub svm_cross_validation(Algorithm::LibSVM::Problem, Algorithm::LibSVM::Parameter, int32, CArray[num64]) is native($library) { * }
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :16:
my sub svm_train(Algorithm::LibSVM::Problem, Algorithm::LibSVM::Parameter --> Algorithm::LibSVM::Model) is native($library) { * }
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :17:
my sub svm_check_parameter(Algorithm::LibSVM::Problem, Algorithm::LibSVM::Parameter --> Str) is native($library) { * }
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :18:
my sub print_string_stdout(Str --> Pointer[void]) is native($library) { * }
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :19:
my sub svm_set_print_string_function(&print_func (Str --> Pointer[void])) is native($library) { * }
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :20:
my sub svm_set_srand(int32) is native($library) { * }
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :79:
my sub svm_load_model(Str --> Algorithm::LibSVM::Model) is native($library) { * }
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :115:
sub parse-libsvmformat(Str $text --> List) is export {
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :123:
Algorithm::LibSVM - A Perl 6 bindings for libsvm
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :134:
my $libsvm = Algorithm::LibSVM.new;
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :137:
my Algorithm::LibSVM::Problem $problem = $libsvm.load-problem('heart_scale');
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :138:
my @r = $libsvm.cross-validation($problem, $parameter, 10);
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :139:
$libsvm.evaluate($problem.y, @r).say; # {acc => 81.1111111111111, mse => 0.755555555555556, scc => 1.01157627463546}
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :173:
my Pair @test = parse-libsvmformat(q:to/END/).head<pairs>.flat;
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :177:
my $libsvm = Algorithm::LibSVM.new;
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :180:
my Algorithm::LibSVM::Problem $problem = $libsvm.load-problem(@train);
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :181:
my $model = $libsvm.train($problem, $parameter);
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :186:
Algorithm::LibSVM is a Perl 6 bindings for libsvm.
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :217:
Loads libsvm-format data.
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :225:
Loads libsvm model.
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :249:
=head3 parse-libsvmformat
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :253:
sub parse-libsvmformat(Str $text --> List) is export
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :255:
Is a helper routine for handling libsvm-format text.
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :267:
=item libsvm L<https://github.com/cjlin1/libsvm>
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :279:
This library is free software; you can redistribute it and/or modify it under the terms of the MIT License.
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :281:
libsvm ( https://github.com/cjlin1/libsvm ) by Chih-Chung Chang and Chih-Jen Lin is licensed under the BSD 3-Clause License.
TITSUKI/Algorithm-LibSVM
…/Actions.pm6 :32:
This library is free software; you can redistribute it and/or modify it under the terms of the MIT License.
TITSUKI/Algorithm-LibSVM
…/Actions.pm6 :34:
libsvm ( https://github.com/cjlin1/libsvm ) by Chih-Chung Chang and Chih-Jen Lin is licensed under the BSD 3-Clause License.
TITSUKI/Algorithm-LibSVM
…/Grammar.pm6 :34:
This library is free software; you can redistribute it and/or modify it under the terms of the MIT License.
TITSUKI/Algorithm-LibSVM
…/Grammar.pm6 :36:
libsvm ( https://github.com/cjlin1/libsvm ) by Chih-Chung Chang and Chih-Jen Lin is licensed under the BSD 3-Clause License.
TITSUKI/Algorithm-LibSVM
…/Model.pm6 :8:
my constant $library = %?RESOURCES<libraries/svm>.Str;
TITSUKI/Algorithm-LibSVM
…/Model.pm6 :10:
my sub svm_get_svm_type(Algorithm::LibSVM::Model --> int32) is native($library) { * }
TITSUKI/Algorithm-LibSVM
…/Model.pm6 :11:
my sub svm_get_nr_class(Algorithm::LibSVM::Model --> int32) is native($library) { * }
TITSUKI/Algorithm-LibSVM
…/Model.pm6 :12:
my sub svm_get_labels(Algorithm::LibSVM::Model, CArray[int32]) is native($library) { * }
TITSUKI/Algorithm-LibSVM
…/Model.pm6 :13:
my sub svm_get_sv_indices(Algorithm::LibSVM::Model, CArray[int32]) is native($library) { * }
TITSUKI/Algorithm-LibSVM
…/Model.pm6 :14:
my sub svm_get_nr_sv(Algorithm::LibSVM::Model --> int32) is native($library) { * }
TITSUKI/Algorithm-LibSVM
…/Model.pm6 :15:
my sub svm_get_svr_probability(Algorithm::LibSVM::Model --> num64) is native($library) { * }
TITSUKI/Algorithm-LibSVM
…/Model.pm6 :16:
my sub svm_predict_values(Algorithm::LibSVM::Model, Algorithm::LibSVM::Node, CArray[num64] --> num64) is native($library) { * }
TITSUKI/Algorithm-LibSVM
…/Model.pm6 :17:
my sub svm_predict(Algorithm::LibSVM::Model, Algorithm::LibSVM::Node --> num64) is native($library) { * }
TITSUKI/Algorithm-LibSVM
…/Model.pm6 :18:
my sub svm_predict_probability(Algorithm::LibSVM::Model, Algorithm::LibSVM::Node, CArray[num64] --> num64) is native($library) { * }
TITSUKI/Algorithm-LibSVM
…/Model.pm6 :19:
my sub svm_free_model_content(Algorithm::LibSVM::Model) is native($library) { * }
TITSUKI/Algorithm-LibSVM
…/Model.pm6 :20:
my sub svm_free_and_destroy_model(Algorithm::LibSVM::Model) is native($library) { * }
TITSUKI/Algorithm-LibSVM
…/Model.pm6 :21:
my sub svm_check_probability_model(Algorithm::LibSVM::Model --> int32) is native($library) { * }
TITSUKI/Algorithm-LibSVM
…/Model.pm6 :23:
sub svm_save_model(Str, Algorithm::LibSVM::Model) is native($library) is export { * }
TITSUKI/Algorithm-LibSVM
…/Model.pm6 :190:
This library is free software; you can redistribute it and/or modify it under the terms of the MIT License.
TITSUKI/Algorithm-LibSVM
…/Model.pm6 :192:
libsvm ( https://github.com/cjlin1/libsvm ) by Chih-Chung Chang and Chih-Jen Lin is licensed under the BSD 3-Clause License.
TITSUKI/Algorithm-LibSVM
…/Node.pm6 :49:
This library is free software; you can redistribute it and/or modify it under the terms of the MIT License.
TITSUKI/Algorithm-LibSVM
…/Node.pm6 :51:
libsvm ( https://github.com/cjlin1/libsvm ) by Chih-Chung Chang and Chih-Jen Lin is licensed under the BSD 3-Clause License.
TITSUKI/Algorithm-LibSVM
…/Parameter.pm6 :6:
my constant $library = %?RESOURCES<libraries/svm>.Str;
TITSUKI/Algorithm-LibSVM
…/Parameter.pm6 :174:
my sub svm_destroy_param(Algorithm::LibSVM::Parameter) is native($library) { * }
TITSUKI/Algorithm-LibSVM
…/Parameter.pm6 :363:
This library is free software; you can redistribute it and/or modify it under the terms of the MIT License.
TITSUKI/Algorithm-LibSVM
…/Parameter.pm6 :365:
libsvm ( https://github.com/cjlin1/libsvm ) by Chih-Chung Chang and Chih-Jen Lin is licensed under the BSD 3-Clause License.
TITSUKI/Algorithm-LibSVM
…/Problem.pm6 :73:
This library is free software; you can redistribute it and/or modify it under the terms of the MIT License.
TITSUKI/Algorithm-LibSVM
…/Problem.pm6 :75:
libsvm ( https://github.com/cjlin1/libsvm ) by Chih-Chung Chang and Chih-Jen Lin is licensed under the BSD 3-Clause License.
TITSUKI/Algorithm-LibSVM
…/svm.cpp :3:
#include <stdlib.h>
TITSUKI/Algorithm-LibSVM
…/svm.cpp :11:
int libsvm_version = LIBSVM_VERSION;
TITSUKI/Algorithm-LibSVM
…/svm.cpp.patch :34:
// Algorithm::LibSVM -- A Perl 6 bindings for libsvm
TITSUKI/Algorithm-LibSVM
…/svm.cpp.patch :37:
--- libsvm-3.22/svm.cpp 2016-12-22 02:58:58.000000000 +0900
TITSUKI/Algorithm-LibSVM
…/svm.cpp.patch :38:
+++ libsvm-3.22-new/svm.cpp 2017-01-09 20:01:56.486976818 +0900
TITSUKI/Algorithm-LibSVM
…/svm.h :10:
extern int libsvm_version;
TITSUKI/Algorithm-LibSVM
…/svm.h.patch :34:
// Algorithm::LibSVM -- A Perl 6 bindings for libsvm
TITSUKI/Algorithm-LibSVM
…/svm.h.patch :37:
--- libsvm-3.22/svm.h 2016-12-22 02:58:58.000000000 +0900
TITSUKI/Algorithm-LibSVM
…/svm.h.patch :38:
+++ libsvm-3.22-new/svm.h 2017-01-09 19:57:43.582976818 +0900
TITSUKI/Algorithm-LibSVM
…/Makefile.in :7:
all: lib
TITSUKI/Algorithm-LibSVM
…/Makefile.in :9:
lib: svm.o
TITSUKI/Algorithm-LibSVM
…/Makefile.in :11:
SHARED_LIB_FLAG="-dynamiclib -Wl,-install_name,%DESTDIR%/resources/libraries/%svm%"; \
TITSUKI/Algorithm-LibSVM
…/Makefile.in :13:
SHARED_LIB_FLAG="-shared -Wl,-soname,%DESTDIR%/resources/libraries/%svm%"; \
TITSUKI/Algorithm-LibSVM
…/Makefile.in :15:
$(CXX) $${SHARED_LIB_FLAG} svm.o -o %DESTDIR%/resources/libraries/%svm%
TITSUKI/Algorithm-LibSVM
…/Makefile.in :20:
rm -f *~ svm.o %DESTDIR%/resources/libraries/%svm%
TITSUKI/Algorithm-LibSVM
…/01-basic.t :8:
lives-ok { my $libsvm = Algorithm::LibSVM.new }, "Algorithm::LibSVM.new should create a instance";
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :33:
my Pair @test = parse-libsvmformat(q:to/END/).head<pairs>.flat;
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :39:
my $libsvm = Algorithm::LibSVM.new;
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :42:
my Algorithm::LibSVM::Problem $problem = $libsvm.load-problem(@train);
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :43:
ok $libsvm.check-parameter($problem, $parameter), { "Given a setting of " ~ $_ ~ ", Algorithm::LibSVM.check-parameter should return True" }("C_SVC/LINEAR");
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :44:
my $model = $libsvm.train($problem, $parameter);
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :49:
my $libsvm = Algorithm::LibSVM.new;
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :53:
my Algorithm::LibSVM::Problem $problem = $libsvm.load-problem(@train);
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :54:
ok $libsvm.check-parameter($problem, $parameter), { "Given a setting of " ~ $_ ~ ", Algorithm::LibSVM.check-parameter should return True" }("C_SVC/LINEAR/:probability");
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :55:
my $model = $libsvm.train($problem, $parameter);
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :61:
my $libsvm = Algorithm::LibSVM.new;
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :64:
my Algorithm::LibSVM::Problem $problem = $libsvm.load-problem(@train);
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :65:
ok $libsvm.check-parameter($problem, $parameter), { "Given a setting of " ~ $_ ~ ", Algorithm::LibSVM.check-parameter should return True" }("C_SVC/POLY");
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :66:
my $model = $libsvm.train($problem, $parameter);
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :71:
my $libsvm = Algorithm::LibSVM.new;
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :75:
my Algorithm::LibSVM::Problem $problem = $libsvm.load-problem(@train);
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :76:
ok $libsvm.check-parameter($problem, $parameter), { "Given a setting of " ~ $_ ~ ", Algorithm::LibSVM.check-parameter should return True" }("C_SVC/POLY/:probability");
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :77:
my $model = $libsvm.train($problem, $parameter);
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :83:
my $libsvm = Algorithm::LibSVM.new;
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :86:
my Algorithm::LibSVM::Problem $problem = $libsvm.load-problem(@train);
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :87:
ok $libsvm.check-parameter($problem, $parameter), { "Given a setting of " ~ $_ ~ ", Algorithm::LibSVM.check-parameter should return True" }("C_SVC/RBF");
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :88:
my $model = $libsvm.train($problem, $parameter);
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :93:
my $libsvm = Algorithm::LibSVM.new;
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :97:
my Algorithm::LibSVM::Problem $problem = $libsvm.load-problem(@train);
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :98:
ok $libsvm.check-parameter($problem, $parameter), { "Given a setting of " ~ $_ ~ ", Algorithm::LibSVM.check-parameter should return True" }("C_SVC/RBF/:probability");
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :99:
my $model = $libsvm.train($problem, $parameter);
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :106:
my $libsvm = Algorithm::LibSVM.new;
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :109:
my Algorithm::LibSVM::Problem $problem = $libsvm.load-problem(@train);
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :110:
ok $libsvm.check-parameter($problem, $parameter), { "Given a setting of " ~ $_ ~ ", Algorithm::LibSVM.check-parameter should return True" }("C_SVC/SIGMOID");
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :111:
my $model = $libsvm.train($problem, $parameter);
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :116:
my $libsvm = Algorithm::LibSVM.new;
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :120:
my Algorithm::LibSVM::Problem $problem = $libsvm.load-problem(@train);
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :121:
ok $libsvm.check-parameter($problem, $parameter), { "Given a setting of " ~ $_ ~ ", Algorithm::LibSVM.check-parameter should return True" }("C_SVC/SIGMOID/:probability");
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :122:
my $model = $libsvm.train($problem, $parameter);
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :144:
my $libsvm = Algorithm::LibSVM.new;
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :147:
my Algorithm::LibSVM::Problem $problem = $libsvm.load-problem(@train-matrix);
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :148:
ok $libsvm.check-parameter($problem, $parameter), { "Given a setting of " ~ $_ ~ ", Algorithm::LibSVM.check-parameter should return True" }("C_SVC/PRECOMPUTED");
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :149:
my $model = $libsvm.train($problem, $parameter);
TITSUKI/Algorithm-LibSVM
…/03-nusvc.t :33:
my Pair @test = parse-libsvmformat(q:to/END/).head<pairs>.flat;
TITSUKI/Algorithm-LibSVM
…/03-nusvc.t :38:
my $libsvm = Algorithm::LibSVM.new;
TITSUKI/Algorithm-LibSVM
…/03-nusvc.t :41:
my Algorithm::LibSVM::Problem $problem = $libsvm.load-problem(@train);
TITSUKI/Algorithm-LibSVM
…/03-nusvc.t :42:
ok $libsvm.check-parameter($problem, $parameter), { "Given a setting of " ~ $_ ~ ", Algorithm::LibSVM.check-parameter should return True" }("NU_SVC/LINEAR");
TITSUKI/Algorithm-LibSVM
…/03-nusvc.t :43:
my $model = $libsvm.train($problem, $parameter);
TITSUKI/Algorithm-LibSVM
…/03-nusvc.t :48:
my $libsvm = Algorithm::LibSVM.new;
TITSUKI/Algorithm-LibSVM
…/03-nusvc.t :51:
my Algorithm::LibSVM::Problem $problem = $libsvm.load-problem(@train);
TITSUKI/Algorithm-LibSVM
…/03-nusvc.t :52:
ok $libsvm.check-parameter($problem, $parameter), { "Given a setting of " ~ $_ ~ ", Algorithm::LibSVM.check-parameter should return True" }("NU_SVC/POLY");
TITSUKI/Algorithm-LibSVM
…/03-nusvc.t :53:
my $model = $libsvm.train($problem, $parameter);
TITSUKI/Algorithm-LibSVM
…/03-nusvc.t :58:
my $libsvm = Algorithm::LibSVM.new;
TITSUKI/Algorithm-LibSVM
…/03-nusvc.t :61:
my Algorithm::LibSVM::Problem $problem = $libsvm.load-problem(@train);
TITSUKI/Algorithm-LibSVM
…/03-nusvc.t :62:
ok $libsvm.check-parameter($problem, $parameter), { "Given a setting of " ~ $_ ~ ", Algorithm::LibSVM.check-parameter should return True" }("NU_SVC/RBF");
TITSUKI/Algorithm-LibSVM
…/03-nusvc.t :63:
my $model = $libsvm.train($problem, $parameter);
TITSUKI/Algorithm-LibSVM
…/03-nusvc.t :68:
my $libsvm = Algorithm::LibSVM.new;
TITSUKI/Algorithm-LibSVM
…/03-nusvc.t :71:
my Algorithm::LibSVM::Problem $problem = $libsvm.load-problem(@train);
TITSUKI/Algorithm-LibSVM
…/03-nusvc.t :72:
ok $libsvm.check-parameter($problem, $parameter), { "Given a setting of " ~ $_ ~ ", Algorithm::LibSVM.check-parameter should return True" }("NU_SVC/SIGMOID");
TITSUKI/Algorithm-LibSVM
…/03-nusvc.t :73:
my $model = $libsvm.train($problem, $parameter);
TITSUKI/Algorithm-LibSVM
…/03-nusvc.t :97:
my $libsvm = Algorithm::LibSVM.new;
TITSUKI/Algorithm-LibSVM
…/03-nusvc.t :100:
my Algorithm::LibSVM::Problem $problem = $libsvm.load-problem(@train-matrix);
TITSUKI/Algorithm-LibSVM
…/03-nusvc.t :101:
ok $libsvm.check-parameter($problem, $parameter), { "Given a setting of " ~ $_ ~ ", Algorithm::LibSVM.check-parameter should return True" }("NU_SVC/PRECOMPUTED");
TITSUKI/Algorithm-LibSVM
…/03-nusvc.t :102:
my $model = $libsvm.train($problem, $parameter);
TITSUKI/Algorithm-LibSVM
…/04-oneclass.t :28:
my Pair @test-in = parse-libsvmformat(q:to:c/END/).head<pairs>.flat;
TITSUKI/Algorithm-LibSVM
…/04-oneclass.t :32:
my Pair @test-out = parse-libsvmformat(q:to:c/END/).head<pairs>.flat;
TITSUKI/Algorithm-LibSVM
…/04-oneclass.t :37:
my $libsvm = Algorithm::LibSVM.new;
TITSUKI/Algorithm-LibSVM
…/04-oneclass.t :41:
my Algorithm::LibSVM::Problem $problem = $libsvm.load-problem(@train);
TITSUKI/Algorithm-LibSVM
…/04-oneclass.t :42:
ok $libsvm.check-parameter($problem, $parameter), { "Given a setting of " ~ $_ ~ ", Algorithm::LibSVM.check-parameter should return True" }("ONE_CLASS/RBF");
TITSUKI/Algorithm-LibSVM
…/04-oneclass.t :43:
my $model = $libsvm.train($problem, $parameter);
TITSUKI/Algorithm-LibSVM
…/05-epssvr.t :9:
my $libsvm = Algorithm::LibSVM.new;
TITSUKI/Algorithm-LibSVM
…/05-epssvr.t :14:
my Algorithm::LibSVM::Problem $problem = $libsvm.load-problem(@train);
TITSUKI/Algorithm-LibSVM
…/05-epssvr.t :15:
my $model = $libsvm.train($problem, $parameter);
TITSUKI/Algorithm-LibSVM
…/05-epssvr.t :16:
my Pair @test = parse-libsvmformat(@train.pick).head<pairs>.flat;
TITSUKI/Algorithm-LibSVM
…/06-nusvr.t :9:
my $libsvm = Algorithm::LibSVM.new;
TITSUKI/Algorithm-LibSVM
…/06-nusvr.t :14:
my Algorithm::LibSVM::Problem $problem = $libsvm.load-problem(@train);
TITSUKI/Algorithm-LibSVM
…/06-nusvr.t :15:
my $model = $libsvm.train($problem, $parameter);
TITSUKI/Algorithm-LibSVM
…/06-nusvr.t :16:
my Pair @test = parse-libsvmformat(@train.pick).head<pairs>.flat;
TITSUKI/Algorithm-LibSVM
…/07-parse.t :10:
my \myhash = parse-libsvmformat(q:to/END/);
TITSUKI/Algorithm-LibSVM
…/07-parse.t :21:
}, "parse-libsvmformat should parse valid-format input";
TITSUKI/Algorithm-LibSVM
…/07-parse.t :25:
my Pair @test = parse-libsvmformat(q:to/END/).head<pairs>.flat;
TITSUKI/Algorithm-LibSVM
…/07-parse.t :33:
my Pair @test = parse-libsvmformat(q:to/END/).head<pairs>.flat;
TITSUKI/Algorithm-Manacher
…/META6.json :13:
"Algorithm::Manacher" : "lib/Algorithm/Manacher.pm6"
TITSUKI/Algorithm-Manacher
…/README.md :64:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
TITSUKI/Algorithm-Manacher
…/dist.ini :5:
filename = lib/Algorithm/Manacher.pm6
TITSUKI/Algorithm-Manacher
…/Manacher.pm6 :134:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
TITSUKI/Algorithm-MinMaxHeap
…/META6.json :13:
"Algorithm::MinMaxHeap" : "lib/Algorithm/MinMaxHeap.pm6",
TITSUKI/Algorithm-MinMaxHeap
…/META6.json :14:
"Algorithm::MinMaxHeap::CmpOperator" : "lib/Algorithm/MinMaxHeap/CmpOperator.pm6",
TITSUKI/Algorithm-MinMaxHeap
…/META6.json :15:
"Algorithm::MinMaxHeap::Comparable" : "lib/Algorithm/MinMaxHeap/Comparable.pm6"
TITSUKI/Algorithm-MinMaxHeap
…/README.md :170:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
TITSUKI/Algorithm-MinMaxHeap
…/dist.ini :5:
filename = lib/Algorithm/MinMaxHeap.pm6
TITSUKI/Algorithm-MinMaxHeap
…/MinMaxHeap.pm6 :500:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
TITSUKI/Algorithm-NaiveBayes
…/META6.json :13:
"Algorithm::NaiveBayes" : "lib/Algorithm/NaiveBayes.pm6",
TITSUKI/Algorithm-NaiveBayes
…/META6.json :14:
"Algorithm::NaiveBayes::Classifiable" : "lib/Algorithm/NaiveBayes/Classifiable.pm6",
TITSUKI/Algorithm-NaiveBayes
…/META6.json :15:
"Algorithm::NaiveBayes::Classifier::Bernoulli" : "lib/Algorithm/NaiveBayes/Classifier/Bernoulli.pm6",
TITSUKI/Algorithm-NaiveBayes
…/META6.json :16:
"Algorithm::NaiveBayes::Classifier::Multinomial" : "lib/Algorithm/NaiveBayes/Classifier/Multinomial.pm6",
TITSUKI/Algorithm-NaiveBayes
…/META6.json :17:
"Algorithm::NaiveBayes::Document" : "lib/Algorithm/NaiveBayes/Document.pm6",
TITSUKI/Algorithm-NaiveBayes
…/META6.json :18:
"Algorithm::NaiveBayes::ModelUpdatable" : "lib/Algorithm/NaiveBayes/ModelUpdatable.pm6",
TITSUKI/Algorithm-NaiveBayes
…/META6.json :19:
"Algorithm::NaiveBayes::Vocabulary" : "lib/Algorithm/NaiveBayes/Vocabulary.pm6"
TITSUKI/Algorithm-NaiveBayes
…/README.md :86:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
TITSUKI/Algorithm-NaiveBayes
…/dist.ini :5:
filename = lib/Algorithm/NaiveBayes.pm6
TITSUKI/Algorithm-NaiveBayes
…/NaiveBayes.pm6 :127:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
TITSUKI/Chart-Gnuplot
…/META6.json :15:
"Chart::Gnuplot" : "lib/Chart/Gnuplot.pm6",
TITSUKI/Chart-Gnuplot
…/META6.json :16:
"Chart::Gnuplot::Arrow" : "lib/Chart/Gnuplot/Arrow.pm6",
TITSUKI/Chart-Gnuplot
…/META6.json :17:
"Chart::Gnuplot::Border" : "lib/Chart/Gnuplot/Border.pm6",
TITSUKI/Chart-Gnuplot
…/META6.json :18:
"Chart::Gnuplot::Grid" : "lib/Chart/Gnuplot/Grid.pm6",
TITSUKI/Chart-Gnuplot
…/META6.json :19:
"Chart::Gnuplot::Label" : "lib/Chart/Gnuplot/Label.pm6",
TITSUKI/Chart-Gnuplot
…/META6.json :20:
"Chart::Gnuplot::Legend" : "lib/Chart/Gnuplot/Legend.pm6",
TITSUKI/Chart-Gnuplot
…/META6.json :21:
"Chart::Gnuplot::Object" : "lib/Chart/Gnuplot/Object.pm6",
TITSUKI/Chart-Gnuplot
…/META6.json :22:
"Chart::Gnuplot::Output" : "lib/Chart/Gnuplot/Output.pm6",
TITSUKI/Chart-Gnuplot
…/META6.json :23:
"Chart::Gnuplot::Range" : "lib/Chart/Gnuplot/Range.pm6",
TITSUKI/Chart-Gnuplot
…/META6.json :24:
"Chart::Gnuplot::Subset" : "lib/Chart/Gnuplot/Subset.pm6",
TITSUKI/Chart-Gnuplot
…/META6.json :25:
"Chart::Gnuplot::Terminal" : "lib/Chart/Gnuplot/Terminal.pm6",
TITSUKI/Chart-Gnuplot
…/META6.json :26:
"Chart::Gnuplot::Tics" : "lib/Chart/Gnuplot/Tics.pm6",
TITSUKI/Chart-Gnuplot
…/META6.json :27:
"Chart::Gnuplot::Timestamp" : "lib/Chart/Gnuplot/Timestamp.pm6",
TITSUKI/Chart-Gnuplot
…/META6.json :28:
"Chart::Gnuplot::Title" : "lib/Chart/Gnuplot/Title.pm6",
TITSUKI/Chart-Gnuplot
…/META6.json :29:
"Chart::Gnuplot::Util" : "lib/Chart/Gnuplot/Util.pm6"
TITSUKI/Chart-Gnuplot
…/README.md :666:
This library is free software; you can redistribute it and/or modify it under the GNU General Public License version 3.0.
TITSUKI/Chart-Gnuplot
…/dist.ini :5:
filename = lib/Chart/Gnuplot.pm6
TITSUKI/Chart-Gnuplot
…/Gnuplot.pm6 :1383:
This library is free software; you can redistribute it and/or modify it under the GNU General Public License version 3.0.
TITSUKI/Geo-Hash
…/Build.pm :7:
%vars<geohash> = $*VM.platform-library-name('geohash'.IO);
TITSUKI/Geo-Hash
…/Build.pm :9:
mkdir "$workdir/resources/libraries" unless "$workdir/resources/libraries".IO.e;
TITSUKI/Geo-Hash
…/META6.json :9:
"description" : "A Perl 6 bindings for libgeohash",
TITSUKI/Geo-Hash
…/META6.json :14:
"Geo::Hash" : "lib/Geo/Hash.pm6",
TITSUKI/Geo-Hash
…/META6.json :15:
"Geo::Hash::Coord" : "lib/Geo/Hash/Coord.pm6"
TITSUKI/Geo-Hash
…/META6.json :18:
"libraries/geohash"
TITSUKI/Geo-Hash
…/README.md :6:
Geo::Hash - A Perl 6 bindings for libgeohash
TITSUKI/Geo-Hash
…/README.md :22:
Geo::Hash is a Perl 6 bindings for libgeohash.
TITSUKI/Geo-Hash
…/README.md :61:
libgeohash ( https://github.com/simplegeo/libgeohash ) by Derek Smith is licensed under the BSD-3-Clause License.
TITSUKI/Geo-Hash
…/README.md :63:
This library is free software; you can redistribute it and/or modify it under the BSD-3-Clause License.
TITSUKI/Geo-Hash
…/Hash.pm6 :7:
my constant $library = %?RESOURCES<libraries/geohash>.Str;
TITSUKI/Geo-Hash
…/Hash.pm6 :9:
my sub geohash_encode(num64, num64, int32) returns Str is native($library) { * }
TITSUKI/Geo-Hash
…/Hash.pm6 :10:
my sub geohash_decode(Str) returns Geo::Hash::Coord is native($library) { * }
TITSUKI/Geo-Hash
…/Hash.pm6 :11:
my sub geohash_neighbors(Str) returns CArray[Str] is native($library) { * }
TITSUKI/Geo-Hash
…/Hash.pm6 :32:
Geo::Hash - A Perl 6 bindings for libgeohash
TITSUKI/Geo-Hash
…/Hash.pm6 :46:
Geo::Hash is a Perl 6 bindings for libgeohash.
TITSUKI/Geo-Hash
…/Hash.pm6 :82:
libgeohash ( https://github.com/simplegeo/libgeohash ) by Derek Smith is licensed under the BSD-3-Clause License.
TITSUKI/Geo-Hash
…/Hash.pm6 :84:
This library is free software; you can redistribute it and/or modify it under the BSD-3-Clause License.
TITSUKI/Geo-Hash
…/Coord.pm6 :5:
my constant $library = %?RESOURCES<libraries/geohash>.Str;
TITSUKI/Geo-Hash
…/Coord.pm6 :14:
my sub free_coordinate(Geo::Hash::Coord) is native($library) { * }
TITSUKI/Geo-Hash
…/Makefile.in :1:
# Simple Makefile for static library construction and testing
TITSUKI/Geo-Hash
…/Makefile.in :4:
all: %DESTDIR%/resources/libraries/%geohash% test
TITSUKI/Geo-Hash
…/Makefile.in :6:
%DESTDIR%/resources/libraries/%geohash%: geohash.c
TITSUKI/Geo-Hash
…/Makefile.in :7:
%CC% -shared %CCSHARED% geohash.c -o %DESTDIR%/resources/libraries/%geohash%
TITSUKI/Geo-Hash
…/Makefile.in :13:
rm %DESTDIR%/resources/libraries/%geohash%
TITSUKI/Geo-Hash
…/geohash.c :3:
* libgeohash
TITSUKI/Geo-Hash
…/geohash.c :32:
// p6-GeoHash -- A Perl 6 bindings for libgeohash
TITSUKI/Geo-Hash
…/geohash.c :38:
#include <stdlib.h>
TITSUKI/Geo-Hash
…/geohash.c :68:
* library. http://github.com/davetroy/geohash-js
TITSUKI/Geo-Hash
…/geohash.h :3:
* libgeohash
TITSUKI/Geo-Hash
…/geohash.h :32:
// p6-GeoHash -- A Perl 6 bindings for libgeohash
TITSUKI/Geo-Hash
…/geohash_test.c :3:
// libgeohash
TITSUKI/Geo-Hash
…/geohash_test.c :10:
// p6-GeoHash -- A Perl 6 bindings for libgeohash
TITSUKI/MeCab
…/Build.pm :12:
%vars<mecab> = $*VM.platform-library-name('mecab'.IO);
TITSUKI/MeCab
…/Build.pm :14:
mkdir "$workdir/resources/libraries" unless "$workdir/resources/libraries".IO.e;
TITSUKI/MeCab
…/Build.pm :20:
if "$workdir/resources/libraries/%vars<mecab>".IO.f {
TITSUKI/MeCab
…/Build.pm :21:
run 'rm', '-f', "$workdir/resources/libraries/%vars<mecab>";
TITSUKI/MeCab
…/Build.pm :23:
run 'ln', '-s', "$prefix/lib/%vars<mecab>", "$workdir/resources/libraries/%vars<mecab>";
TITSUKI/MeCab
…/Build.pm :49:
shell "patch -p1 mecab-0.996/src/libmecab.cpp < $srcdir/libmecab.cpp.patch";
TITSUKI/MeCab
…/Build.pm :56:
run 'echo', "$prefix/lib", '>', '/etc/ld.so.conf.d/mecab.conf';
TITSUKI/MeCab
…/META6.json :9:
"description" : "A Perl 6 bindings for libmecab ( http://taku910.github.io/mecab/ )",
TITSUKI/MeCab
…/META6.json :14:
"MeCab" : "lib/MeCab.pm6",
TITSUKI/MeCab
…/META6.json :15:
"MeCab::DictionaryInfo" : "lib/MeCab/DictionaryInfo.pm6",
TITSUKI/MeCab
…/META6.json :16:
"MeCab::Lattice" : "lib/MeCab/Lattice.pm6",
TITSUKI/MeCab
…/META6.json :17:
"MeCab::Model" : "lib/MeCab/Model.pm6",
TITSUKI/MeCab
…/META6.json :18:
"MeCab::Tagger" : "lib/MeCab/Tagger.pm6"
TITSUKI/MeCab
…/META6.json :21:
"libraries/mecab"
TITSUKI/MeCab
…/README.md :6:
MeCab - A Perl 6 bindings for libmecab ( http://taku910.github.io/mecab/ )
TITSUKI/MeCab
…/README.md :66:
MeCab is a Perl 6 bindings for libmecab ( http://taku910.github.io/mecab/ ).
TITSUKI/MeCab
…/README.md :102:
$ ./bin/install-mecab-ipadic-neologd -p $HOME/.p6mecab/lib/mecab/dic/ipadic-neologd
TITSUKI/MeCab
…/README.md :112:
my $mecab-tagger = MeCab::Tagger.new(:dicdir("$*HOME/.p6mecab/lib/mecab/dic/ipadic-neologd"));
TITSUKI/MeCab
…/README.md :139:
libmecab ( http://taku910.github.io/mecab/ ) by Taku Kudo is licensed under the GPL, LGPL or BSD Licenses.
TITSUKI/MeCab
…/README.md :141:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
TITSUKI/MeCab
…/MeCab.pm6 :4:
my constant $library = %?RESOURCES<libraries/mecab>.Str;
TITSUKI/MeCab
…/MeCab.pm6 :16:
my sub mecab_node_t_surface_get(MeCab::Node) returns Str is native($library) { * };
TITSUKI/MeCab
…/MeCab.pm6 :70:
MeCab - A Perl 6 bindings for libmecab ( http://taku910.github.io/mecab/ )
TITSUKI/MeCab
…/MeCab.pm6 :126:
MeCab is a Perl 6 bindings for libmecab ( http://taku910.github.io/mecab/ ).
TITSUKI/MeCab
…/MeCab.pm6 :155:
$ ./bin/install-mecab-ipadic-neologd -p $HOME/.p6mecab/lib/mecab/dic/ipadic-neologd
TITSUKI/MeCab
…/MeCab.pm6 :166:
my $mecab-tagger = MeCab::Tagger.new(:dicdir("$*HOME/.p6mecab/lib/mecab/dic/ipadic-neologd"));
TITSUKI/MeCab
…/MeCab.pm6 :191:
libmecab ( http://taku910.github.io/mecab/ ) by Taku Kudo is licensed under the GPL, LGPL or BSD Licenses.
TITSUKI/MeCab
…/MeCab.pm6 :193:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
TITSUKI/MeCab
…/DictionaryInfo.pm6 :123:
libmecab ( http://taku910.github.io/mecab/ ) by Taku Kudo is licensed under the GPL, LGPL or BSD Licenses.
TITSUKI/MeCab
…/DictionaryInfo.pm6 :125:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
TITSUKI/MeCab
…/Lattice.pm6 :9:
my constant $library = %?RESOURCES<libraries/mecab>.Str;
TITSUKI/MeCab
…/Lattice.pm6 :27:
my sub mecab_lattice_destroy(MeCab::Lattice) is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :28:
my sub mecab_lattice_new() returns MeCab::Lattice is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :29:
my sub mecab_lattice_clear(MeCab::Lattice) is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :30:
my sub mecab_lattice_is_available(MeCab::Lattice) returns int32 is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :31:
my sub mecab_lattice_get_bos_node(MeCab::Lattice) returns MeCab::Node is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :32:
my sub mecab_lattice_get_eos_node(MeCab::Lattice) returns MeCab::Node is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :33:
my sub mecab_lattice_get_begin_nodes(MeCab::Lattice, size_t) returns MeCab::Node is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :34:
my sub mecab_lattice_get_end_nodes(MeCab::Lattice, size_t) returns MeCab::Node is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :35:
my sub mecab_lattice_get_sentence(MeCab::Lattice) returns Str is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :36:
my sub mecab_lattice_set_sentence(MeCab::Lattice, Str) is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :37:
my sub mecab_lattice_set_sentence2(MeCab::Lattice, Str, size_t) is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :38:
my sub mecab_lattice_get_size(MeCab::Lattice) returns size_t is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :39:
my sub mecab_lattice_get_z(MeCab::Lattice) returns num64 is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :40:
my sub mecab_lattice_set_z(MeCab::Lattice, num64) returns num64 is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :41:
my sub mecab_lattice_get_theta(MeCab::Lattice) returns num64 is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :42:
my sub mecab_lattice_set_theta(MeCab::Lattice, num64) is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :43:
my sub mecab_lattice_next(MeCab::Lattice) returns int32 is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :44:
my sub mecab_lattice_get_request_type(MeCab::Lattice) returns int32 is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :45:
my sub mecab_lattice_has_request_type(MeCab::Lattice, int32) returns int32 is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :46:
my sub mecab_lattice_set_request_type(MeCab::Lattice, int32) is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :47:
my sub mecab_lattice_add_request_type(MeCab::Lattice, int32) is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :48:
my sub mecab_lattice_remove_request_type(MeCab::Lattice, int32) is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :49:
my sub mecab_lattice_new_node(MeCab::Lattice) returns MeCab::Node is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :50:
my sub mecab_lattice_tostr(MeCab::Lattice) returns Str is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :51:
my sub mecab_lattice_tostr2(MeCab::Lattice, CArray[int8] is rw, size_t) returns Str is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :52:
my sub mecab_lattice_nbest_tostr(MeCab::Lattice, size_t) returns Str is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :53:
my sub mecab_lattice_nbest_tostr2(MeCab::Lattice, size_t, CArray[int8] is rw, size_t) returns Str is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :54:
my sub mecab_lattice_has_constraint(MeCab::Lattice) returns int32 is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :55:
my sub mecab_lattice_get_boundary_constraint(MeCab::Lattice, size_t) returns int32 is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :56:
my sub mecab_lattice_get_feature_constraint(MeCab::Lattice, size_t) returns Str is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :57:
my sub mecab_lattice_set_boundary_constraint(MeCab::Lattice, size_t, int32) is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :58:
my sub mecab_lattice_set_feature_constraint(MeCab::Lattice, size_t, size_t, Pointer[Str]) is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :59:
my sub mecab_lattice_set_result(MeCab::Lattice, Str) is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :60:
my sub mecab_lattice_strerror(MeCab::Lattice) returns Str is native($library) { * }
TITSUKI/MeCab
…/Lattice.pm6 :391:
libmecab ( http://taku910.github.io/mecab/ ) by Taku Kudo is licensed under the GPL, LGPL or BSD Licenses.
TITSUKI/MeCab
…/Lattice.pm6 :393:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
TITSUKI/MeCab
…/Model.pm6 :8:
my constant $library = %?RESOURCES<libraries/mecab>.Str;
TITSUKI/MeCab
…/Model.pm6 :10:
my sub mecab_model_destroy(MeCab::Model) is native($library) { * }
TITSUKI/MeCab
…/Model.pm6 :11:
my sub mecab_model_new(int32, CArray[Str]) returns MeCab::Model is native($library) { * }
TITSUKI/MeCab
…/Model.pm6 :12:
my sub mecab_model_new2(Str) returns MeCab::Model is native($library) { * }
TITSUKI/MeCab
…/Model.pm6 :13:
my sub mecab_model_new_tagger(MeCab::Model) returns MeCab::Tagger is native($library) { * }
TITSUKI/MeCab
…/Model.pm6 :14:
my sub mecab_model_new_lattice(MeCab::Model) returns MeCab::Lattice is native($library) { * }
TITSUKI/MeCab
…/Model.pm6 :137:
libmecab ( http://taku910.github.io/mecab/ ) by Taku Kudo is licensed under the GPL, LGPL or BSD Licenses.
TITSUKI/MeCab
…/Model.pm6 :139:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
TITSUKI/MeCab
…/Tagger.pm6 :9:
my constant $library = %?RESOURCES<libraries/mecab>.Str;
TITSUKI/MeCab
…/Tagger.pm6 :11:
my sub mecab_destroy(MeCab::Tagger) is native($library) { * }
TITSUKI/MeCab
…/Tagger.pm6 :12:
my sub mecab_new2(Str) returns MeCab::Tagger is native($library) { * }
TITSUKI/MeCab
…/Tagger.pm6 :13:
my sub mecab_version() returns Str is native($library) { * }
TITSUKI/MeCab
…/Tagger.pm6 :14:
my sub mecab_get_theta(MeCab::Tagger) is native($library) { * }
TITSUKI/MeCab
…/Tagger.pm6 :15:
my sub mecab_set_theta(MeCab::Tagger, num32) is native($library) { * }
TITSUKI/MeCab
…/Tagger.pm6 :16:
my sub mecab_get_lattice_level(MeCab::Tagger) returns int32 is native($library) { * }
TITSUKI/MeCab
…/Tagger.pm6 :17:
my sub mecab_set_lattice_level(MeCab::Tagger, int32) returns int32 is native($library) { * }
TITSUKI/MeCab
…/Tagger.pm6 :18:
my sub mecab_parse_lattice(MeCab::Tagger, MeCab::Lattice) returns int32 is native($library) { * }
TITSUKI/MeCab
…/Tagger.pm6 :19:
my sub mecab_sparse_tonode(MeCab::Tagger, Str) returns MeCab::Node is native($library) { * }
TITSUKI/MeCab
…/Tagger.pm6 :20:
my sub mecab_sparse_tostr(MeCab::Tagger, Str) returns Str is native($library) { * }
TITSUKI/MeCab
…/Tagger.pm6 :21:
my sub mecab_sparse_tostr2(MeCab::Tagger, size_t, Str, size_t) returns CArray[int8] is native($library) { * }
TITSUKI/MeCab
…/Tagger.pm6 :22:
my sub mecab_sparse_tostr3(MeCab::Tagger, size_t, Str, size_t, CArray[int8], size_t) returns CArray[int8] is native($library) { * }
TITSUKI/MeCab
…/Tagger.pm6 :23:
my sub mecab_dictionary_info(MeCab::Tagger) returns MeCab::DictionaryInfo is native($library) { * }
TITSUKI/MeCab
…/Tagger.pm6 :24:
my sub mecab_strerror(MeCab::Tagger) returns Str is native($library) { * }
TITSUKI/MeCab
…/Tagger.pm6 :185:
libmecab ( http://taku910.github.io/mecab/ ) by Taku Kudo is licensed under the GPL, LGPL or BSD Licenses.
TITSUKI/MeCab
…/Tagger.pm6 :187:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
TITSUKI/MeCab
…/libmecab.cpp.patch :39:
--- mecab-0.996/src/libmecab.cpp 2013-02-18 02:22:51.000000000 +0900
TITSUKI/MeCab
…/libmecab.cpp.patch :40:
+++ mecab-0.996-new/src/libmecab.cpp 2016-10-25 00:28:03.461979127 +0900
TITSUKI/MeCab
…/03-dictionaryinfo.t :9:
is $dictionary-info.filename, "$*HOME/.p6mecab/lib/mecab/dic/ipadic/sys.dic";
TITSUKI/Terminal-Getpass
…/META6.json :14:
"Terminal::Getpass" : "lib/Terminal/Getpass.pm6"
TITSUKI/Terminal-Getpass
…/README.md :42:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
TITSUKI/Terminal-Getpass
…/dist.ini :5:
filename = lib/Terminal/Getpass.pm6
TITSUKI/Terminal-Getpass
…/Getpass.pm6 :99:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
TITSUKI/Text-Sift4
…/META6.json :13:
"Text::Sift4" : "lib/Text/Sift4.pm6"
TITSUKI/Text-Sift4
…/README.md :52:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
TITSUKI/Text-Sift4
…/dist.ini :5:
filename = lib/Text/Sift4.pm6
TITSUKI/Text-Sift4
…/Sift4.pm6 :99:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
TOKUHIROM/HTTP-Server-Tiny
…/META6.json :16:
"HTTP::Server::Tiny" : "lib/HTTP/Server/Tiny.pm6"
TOKUHIROM/HTTP-Server-Tiny
…/README.md :64:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
TOKUHIROM/HTTP-Server-Tiny
…/moar-profiler-cli.pl :16:
# SINGLE_PROCESS=1 perl6-m --profile-filename=aaa.json --profile -Ilib bin/crustup --port=5000 eg/hello.psgi6
TOKUHIROM/HTTP-Server-Tiny
…/moar-profiler-json-to-callgrind :11:
# SINGLE_PROCESS=1 perl6-m --profile-filename=aaa.json --profile -Ilib bin/crustup --port=5000 eg/hello.psgi6
TOKUHIROM/HTTP-Server-Tiny
…/Tiny.pm6 :655:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
TOKUHIROM/HTTP-Server-Tiny
…/01-psgi.t :3:
use lib 't/lib';
TOKUHIROM/HTTP-Server-Tiny
…/02-server.t :3:
use lib 't/lib';
TOKUHIROM/HTTP-Server-Tiny
…/04-get.t :5:
use lib 't/lib';
TOKUHIROM/HTTP-Server-Tiny
…/05-post.t :4:
use lib 't/lib';
TOKUHIROM/HTTP-Server-Tiny
…/06-channel.t :4:
use lib 't/lib';
TOKUHIROM/HTTP-Server-Tiny
…/07-io-handle.t :5:
use lib 't/lib';
TOKUHIROM/HTTP-Server-Tiny
…/08-long-req.t :4:
use lib 't/lib';
TOKUHIROM/HTTP-Server-Tiny
…/09-chunked-request.t :4:
use lib 't/lib';
TOKUHIROM/HTTP-Server-Tiny
…/10-ise.t :4:
use lib 't/lib';
TOKUHIROM/HTTP-Server-Tiny
…/11-str.t :4:
use lib 't/lib';
TOKUHIROM/HTTP-Server-Tiny
…/12-supply.t :4:
use lib 't/lib';
TOKUHIROM/HTTP-Server-Tiny
…/14-error.t :4:
use lib 't/lib';
TOKUHIROM/HTTP-Server-Tiny
…/15-p6w.t :3:
use lib 't/lib';
TYIL/App-MPD-AutoQueue
…/LICENSE :142:
the work, and the source code for shared libraries and dynamically
TYIL/App-MPD-AutoQueue
…/LICENSE :670:
into proprietary programs. If your program is a subroutine library, you
TYIL/App-MPD-AutoQueue
…/LICENSE :672:
the library. If this is what you want to do, use the GNU Lesser General
TYIL/App-MPD-AutoQueue
…/META6.json :16:
"App::MPD::AutoQueue" : "lib/App/MPD/AutoQueue.pm6"
TYIL/App-MPD-AutoQueue
…/mpd-aqd :12:
"${perl}" -Ilib "bin/mpd-aq" > /dev/null 2>&1 &
TYIL/Config-Parser-toml
…/META6.json :12:
"Config::Parser::toml": "lib/Config/Parser/toml.pm6"
TYIL/Config-Parser-toml
…/01-read.t :5:
use lib "lib";
TYIL/Config-Parser-toml
…/02-write.t :5:
use lib "lib";
TYIL/Config-Parser-yaml
…/META6.json :12:
"Config::Parser::yaml": "lib/Config/Parser/yaml.pm6"
TYIL/Config-Parser-yaml
…/01-read.t :5:
use lib "lib";
TYIL/Config-Parser-yaml
…/02-merge.t :5:
use lib "lib";
TYIL/Config
…/CHANGELOG.md :17:
- Useless `use lib "lib"` statements from tests
TYIL/Config
…/META6.json :9:
"description": "Extensible library for reading and writing configuration files.",
TYIL/Config
…/META6.json :14:
"Config": "lib/Config.pm6",
TYIL/Config
…/META6.json :15:
"Config::Exception::FileNotFoundException": "lib/Config/Exception/FileNotFoundException.pm6",
TYIL/Config
…/META6.json :16:
"Config::Exception::MissingParserException": "lib/Config/Exception/MissingParserException.pm6",
TYIL/Config
…/META6.json :17:
"Config::Exception::UnimplementedMethodException": "lib/Config/Exception/UnimplementedMethodException.pm6",
TYIL/Config
…/META6.json :18:
"Config::Parser": "lib/Config/Parser.pm6",
TYIL/Config
…/META6.json :19:
"Config::Parser::NULL": "lib/Config/Parser/NULL.pm6"
TYIL/Config
…/README.md :2:
A perl 6 library for reading and writing configuration files.
TYIL/Config
…/04-setting.t :5:
use lib "lib";
TYIL/Hash-Merge
…/META6.json :16:
"Hash::Merge": "lib/Hash/Merge.pm6",
TYIL/Hash-Merge
…/META6.json :17:
"Hash::Merge::Augment": "lib/Hash/Merge/Augment.pm6"
TYIL/Hash-Merge
…/01-thing.t :4:
use lib 'lib';
TYIL/Hash-Merge
…/02-empty-source.t :4:
use lib 'lib';
TYIL/IO-Path-Dirstack
…/META6.json :12:
"IO::Path::Dirstack": "lib/IO/Path/Dirstack.pm6"
TYIL/IRC-Client-Plugin-Github
…/META6.json :16:
"IRC::Client::Plugin::Github": "lib/IRC/Client/Plugin/Github.pm6",
TYIL/IRC-Client-Plugin-Github
…/META6.json :17:
"IRC::Client::Plugin::Github::WebhookEvents::IssueComment": "lib/IRC/Client/Plugin/Github/WebhookEvents/IssueComment.pm6",
TYIL/IRC-Client-Plugin-Github
…/META6.json :18:
"IRC::Client::Plugin::Github::WebhookEvents::Issues": "lib/IRC/Client/Plugin/Github/WebhookEvents/Issues.pm6",
TYIL/IRC-Client-Plugin-Github
…/META6.json :19:
"IRC::Client::Plugin::Github::WebhookEvents::PullRequest": "lib/IRC/Client/Plugin/Github/WebhookEvents/PullRequest.pm6",
TYIL/IRC-Client-Plugin-Github
…/META6.json :20:
"IRC::Client::Plugin::Github::WebhookEvents::Push": "lib/IRC/Client/Plugin/Github/WebhookEvents/Push.pm6"
TYIL/IRC-Client-Plugin-Ignore
…/LICENSE :142:
the work, and the source code for shared libraries and dynamically
TYIL/IRC-Client-Plugin-Ignore
…/LICENSE :670:
into proprietary programs. If your program is a subroutine library, you
TYIL/IRC-Client-Plugin-Ignore
…/LICENSE :672:
the library. If this is what you want to do, use the GNU Lesser General
TYIL/IRC-Client-Plugin-Ignore
…/META6.json :12:
"IRC::Client::Plugin::Ignore": "lib/IRC/Client/Plugin/Ignore.pm6",
TYIL/IRC-Client-Plugin-Ignore
…/META6.json :13:
"IRC::Client::Plugin::Ignore::TargetList": "lib/IRC/Client/Plugin/Ignore/TargetList.pm6"
TYIL/IRC-Client-Plugin-NickServ
…/META6.json :13:
"IRC::Client::Plugin::NickServ": "lib/IRC/Client/Plugin/NickServ.pm6"
TYIL/IRC-Client-Plugin-UrlTitle
…/META6.json :18:
"IRC::Client::Plugin::UrlTitle": "lib/IRC/Client/Plugin/UrlTitle.pm6",
TYIL/IRC-Client-Plugin-UrlTitle
…/META6.json :19:
"IRC::Client::Plugin::UrlTitle::TypeFormatters": "lib/IRC/Client/Plugin/UrlTitle/TypeFormatters.pm6",
TYIL/IRC-Client-Plugin-UrlTitle
…/META6.json :20:
"IRC::Client::Plugin::UrlTitle::TypeFormatters::HTML": "lib/IRC/Client/Plugin/UrlTitle/TypeFormatters/HTML.pm6"
TYIL/MPD-Client
…/META6.json :11:
"MPD::Client::Database": "lib/MPD/Client/Database.pm6",
TYIL/MPD-Client
…/META6.json :12:
"MPD::Client::Reflection": "lib/MPD/Client/Reflection.pm6",
TYIL/MPD-Client
…/META6.json :13:
"MPD::Client::Playlist": "lib/MPD/Client/Playlist.pm6",
TYIL/MPD-Client
…/META6.json :14:
"MPD::Client::Playback": "lib/MPD/Client/Playback.pm6",
TYIL/MPD-Client
…/META6.json :15:
"MPD::Client::Grammars::PlaylistLine": "lib/MPD/Client/Grammars/PlaylistLine.pm6",
TYIL/MPD-Client
…/META6.json :16:
"MPD::Client": "lib/MPD/Client.pm6",
TYIL/MPD-Client
…/META6.json :17:
"MPD::Client::Status": "lib/MPD/Client/Status.pm6",
TYIL/MPD-Client
…/META6.json :18:
"MPD::Client::Connection": "lib/MPD/Client/Connection.pm6",
TYIL/MPD-Client
…/META6.json :19:
"MPD::Client::Exceptions::ArgumentException": "lib/MPD/Client/Exceptions/ArgumentException.pm6",
TYIL/MPD-Client
…/META6.json :20:
"MPD::Client::Util": "lib/MPD/Client/Util.pm6",
TYIL/MPD-Client
…/META6.json :21:
"MPD::Client::Sticker": "lib/MPD/Client/Sticker.pm6",
TYIL/MPD-Client
…/META6.json :22:
"MPD::Client::Exceptions::SocketException": "lib/MPD/Client/Exceptions/SocketException.pm6",
TYIL/MPD-Client
…/META6.json :23:
"MPD::Client::Partition": "lib/MPD/Client/Partition.pm6",
TYIL/MPD-Client
…/META6.json :24:
"MPD::Client::Client": "lib/MPD/Client/Client.pm6",
TYIL/MPD-Client
…/META6.json :25:
"MPD::Client::Grammars::ResponseLine": "lib/MPD/Client/Grammars/ResponseLine.pm6",
TYIL/MPD-Client
…/META6.json :26:
"MPD::Client::Current": "lib/MPD/Client/Current.pm6",
TYIL/MPD-Client
…/META6.json :27:
"MPD::Client::Control": "lib/MPD/Client/Control.pm6",
TYIL/MPD-Client
…/META6.json :28:
"MPD::Client::Grammars::AckLine": "lib/MPD/Client/Grammars/AckLine.pm6",
TYIL/MPD-Client
…/META6.json :29:
"MPD::Client::Exceptions::MpdException": "lib/MPD/Client/Exceptions/MpdException.pm6",
TYIL/MPD-Client
…/META6.json :30:
"MPD::Client::Mount": "lib/MPD/Client/Mount.pm6",
TYIL/MPD-Client
…/META6.json :31:
"MPD::Client::Grammars::CurrentPlaylistLine": "lib/MPD/Client/Grammars/CurrentPlaylistLine.pm6"
TYIL/MPD-Client
…/00-client.t :4:
use lib "lib";
TYIL/MPD-Client
…/01-status.t :4:
use lib "lib";
TYIL/MPD-Client
…/02-playback.t :4:
use lib "lib";
TYIL/MPD-Client
…/03-control.t :4:
use lib "lib";
TYIL/Ops-SI
…/LICENSE.txt :130:
the work, and the source code for shared libraries and dynamically
TYIL/Ops-SI
…/META6.json :12:
"Ops::SI": "lib/Ops/SI.pm6"
UFOBAT/Bailador
…/CONTRIBUTING.md :30:
$ prove -e 'perl6 -Ilib' t
UFOBAT/Bailador
…/CONTRIBUTING.md :44:
* Upgrade the version in lib/Bailador.pm
UFOBAT/Bailador
…/Changes :93:
- Ticket #158 - passing perl6 include lib directory downstream
UFOBAT/Bailador
…/Dockerfile :22:
libssl-dev \
UFOBAT/Bailador
…/Dockerfile :28:
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
UFOBAT/Bailador
…/META6.json :47:
"Bailador" : "lib/Bailador.pm",
UFOBAT/Bailador
…/META6.json :48:
"Bailador::App" : "lib/Bailador/App.pm",
UFOBAT/Bailador
…/META6.json :49:
"Bailador::CLI" : "lib/Bailador/CLI.pm",
UFOBAT/Bailador
…/META6.json :50:
"Bailador::Command" : "lib/Bailador/Command.pm",
UFOBAT/Bailador
…/META6.json :51:
"Bailador::Command::easy" : "lib/Bailador/Command/easy.pm",
UFOBAT/Bailador
…/META6.json :52:
"Bailador::Command::ogre" : "lib/Bailador/Command/ogre.pm",
UFOBAT/Bailador
…/META6.json :53:
"Bailador::Command::p6w" : "lib/Bailador/Command/p6w.pm",
UFOBAT/Bailador
…/META6.json :54:
"Bailador::Command::routes" : "lib/Bailador/Command/routes.pm",
UFOBAT/Bailador
…/META6.json :55:
"Bailador::Command::tiny" : "lib/Bailador/Command/tiny.pm",
UFOBAT/Bailador
…/META6.json :56:
"Bailador::Command::watch" : "lib/Bailador/Command/watch.pm",
UFOBAT/Bailador
…/META6.json :57:
"Bailador::Commands" : "lib/Bailador/Commands.pm",
UFOBAT/Bailador
…/META6.json :58:
"Bailador::Configuration" : "lib/Bailador/Configuration.pm",
UFOBAT/Bailador
…/META6.json :59:
"Bailador::ContentTypes" : "lib/Bailador/ContentTypes.pm",
UFOBAT/Bailador
…/META6.json :60:
"Bailador::Context" : "lib/Bailador/Context.pm",
UFOBAT/Bailador
…/META6.json :61:
"Bailador::Exceptions" : "lib/Bailador/Exceptions.pm",
UFOBAT/Bailador
…/META6.json :62:
"Bailador::Feature::AutoHead" : "lib/Bailador/Feature/AutoHead.pm",
UFOBAT/Bailador
…/META6.json :63:
"Bailador::Gradual" : "lib/Bailador/Gradual.pm",
UFOBAT/Bailador
…/META6.json :64:
"Bailador::Log" : "lib/Bailador/Log.pm",
UFOBAT/Bailador
…/META6.json :65:
"Bailador::Log::Adapter" : "lib/Bailador/Log/Adapter.pm",
UFOBAT/Bailador
…/META6.json :66:
"Bailador::Log::Formatter" : "lib/Bailador/Log/Formatter.pm",
UFOBAT/Bailador
…/META6.json :67:
"Bailador::Plugins" : "lib/Bailador/Plugins.pm",
UFOBAT/Bailador
…/META6.json :68:
"Bailador::Request" : "lib/Bailador/Request.pm",
UFOBAT/Bailador
…/META6.json :69:
"Bailador::Request::Multipart" : "lib/Bailador/Request/Multipart.pm",
UFOBAT/Bailador
…/META6.json :70:
"Bailador::Response" : "lib/Bailador/Response.pm",
UFOBAT/Bailador
…/META6.json :71:
"Bailador::Route" : "lib/Bailador/Route.pm",
UFOBAT/Bailador
…/META6.json :72:
"Bailador::Route::AutoHead" : "lib/Bailador/Route/AutoHead.pm",
UFOBAT/Bailador
…/META6.json :73:
"Bailador::Route::Controller" : "lib/Bailador/Route/Controller.pm",
UFOBAT/Bailador
…/META6.json :74:
"Bailador::Route::IoC" : "lib/Bailador/Route/IoC.pm",
UFOBAT/Bailador
…/META6.json :75:
"Bailador::Route::Prefix" : "lib/Bailador/Route/Prefix.pm",
UFOBAT/Bailador
…/META6.json :76:
"Bailador::Route::Simple" : "lib/Bailador/Route/Simple.pm",
UFOBAT/Bailador
…/META6.json :77:
"Bailador::Route::StaticFile" : "lib/Bailador/Route/StaticFile.pm",
UFOBAT/Bailador
…/META6.json :78:
"Bailador::RouteHelper" : "lib/Bailador/RouteHelper.pm",
UFOBAT/Bailador
…/META6.json :79:
"Bailador::Sessions" : "lib/Bailador/Sessions.pm",
UFOBAT/Bailador
…/META6.json :80:
"Bailador::Sessions::Store" : "lib/Bailador/Sessions/Store.pm",
UFOBAT/Bailador
…/META6.json :81:
"Bailador::Sessions::Store::Memory" : "lib/Bailador/Sessions/Store/Memory.pm",
UFOBAT/Bailador
…/META6.json :82:
"Bailador::Template" : "lib/Bailador/Template.pm",
UFOBAT/Bailador
…/META6.json :83:
"Bailador::Template::Mojo" : "lib/Bailador/Template/Mojo.pm",
UFOBAT/Bailador
…/META6.json :84:
"Bailador::Template::Mustache" : "lib/Bailador/Template/Mustache.pm",
UFOBAT/Bailador
…/META6.json :85:
"Bailador::Test" : "lib/Bailador/Test.pm",
UFOBAT/Bailador
…/META6.json :86:
"Bailador::Utils" : "lib/Bailador/Utils.pm"
UFOBAT/Bailador
…/appveyor.yml :29:
#- prove -v -e "perl6 -Ilib" t/
UFOBAT/Bailador
…/bailador :23:
multi sub MAIN ('watch', Str $app, Str :$w = 'lib,bin,views', Str :$config) {
UFOBAT/Bailador
…/README.md :110:
will watch the `lib`, `bin`, and `views` directories.
UFOBAT/Bailador
…/README.md :116:
$ bailador --w=lib,bin,views,public watch bin/your-bailador-app.p6
UFOBAT/Bailador
…/api.pl6 :3:
use lib 'lib';
UFOBAT/Bailador
…/app.pl6 :4:
use lib 'lib';
UFOBAT/Bailador
…/echo.pl6 :4:
use lib 'lib';
UFOBAT/Bailador
…/err.pl6 :4:
use lib 'lib';
UFOBAT/Bailador
…/app.pl6 :3:
use lib 'lib';
UFOBAT/Bailador
…/pastebin.pl6 :4:
use lib 'lib';
UFOBAT/Bailador
…/app.pl :4:
use lib 'examples/plugins/lib';
UFOBAT/Bailador
…/app.pl :5:
use lib 'lib';
UFOBAT/Bailador
…/index.tt :8:
<script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/3.0.3/handlebars.min.js"></script>
UFOBAT/Bailador
…/postapp.pl6 :4:
use lib 'lib';
UFOBAT/Bailador
…/prefix.pl6 :4:
use lib 'lib';
UFOBAT/Bailador
…/request.pl6 :4:
use lib 'lib';
UFOBAT/Bailador
…/inherit_app.pl6 :2:
use lib 'lib';
UFOBAT/Bailador
…/mixed_app.pl6 :2:
use lib 'lib';
UFOBAT/Bailador
…/shared_app.pl6 :2:
use lib 'lib';
UFOBAT/Bailador
…/sessions.pl6 :4:
use lib 'lib';
UFOBAT/Bailador
…/app.pl6 :4:
use lib 'lib';
UFOBAT/Bailador
…/index.html :8:
<script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/3.0.3/handlebars.min.js"></script>
UFOBAT/Bailador
…/00-lint.t :2:
use lib 'lib';
UFOBAT/Bailador
…/00-lint.t :19:
elsif $a.starts-with('lib') && ! $b.starts-with('lib') {
UFOBAT/Bailador
…/00-lint.t :22:
elsif ! $a.starts-with('lib') && $b.starts-with('lib') {
UFOBAT/Bailador
…/00-load.t :2:
use lib 'lib';
UFOBAT/Bailador
…/00-test-meta.t :2:
use lib 'lib';
UFOBAT/Bailador
…/00-tidy.t :2:
use lib 'lib';
UFOBAT/Bailador
…/app.pl6 :4:
use lib 'lib';
UFOBAT/Bailador
…/20-cli.t :2:
use lib 'xt/lib';
UFOBAT/Bailador
…/20-cli.t :28:
my $p = run-executable-with-includes("-I$git_dir/lib", $git_dir.IO.child('bin').child('bailador'), :out, :err);
UFOBAT/Bailador
…/20-cli.t :37:
my $p = run-executable-with-includes("-I$git_dir/lib", $git_dir.IO.child('bin').child('bailador'), 'new', :out, :err);
UFOBAT/Bailador
…/20-cli.t :47:
my $p = run-executable-with-includes("-I$git_dir/lib", $git_dir.IO.child('bin').child('bailador'), 'new', 'App-Name', :out, :err);
UFOBAT/Bailador
…/20-cli.t :74:
my $p = run-executable-with-includes("-I$git_dir/lib", $git_dir.IO.child('bin').child('bailador'), 'new', 'App-Name', :out, :err);
UFOBAT/Bailador
…/20-cli.t :86:
my $p = run-executable-with-includes("-I$git_dir/lib", $git_dir.IO.child('bin').child('bailador'), 'new', 'Foo-Bar', :out, :err);
UFOBAT/Bailador
…/20-cli.t :117:
# temp %*ENV<PERL6LIB> = join(':', "$git_dir/lib", |get-path-from-repo());
UFOBAT/Bailador
…/20-cli.t :119:
# my @includes = map { "-I=" ~ $_ } ("$git_dir/lib", |get-path-from-repo());
UFOBAT/Bailador
…/20-cli.t :123:
my $p = run($prove6, "-I=$git_dir/lib", '-l', :out, :err);
UFOBAT/Bailador
…/20-cli.t :148:
my $server = Proc::Async.new($*EXECUTABLE, "-I$git_dir/lib", |@includes, $git_dir.IO.child('bin').child('bailador'), |@args);
UFOBAT/Bailador
…/20-cli.t :179:
my $server = Proc::Async.new($*EXECUTABLE, "-I$git_dir/lib", |@includes, $git_dir.IO.child('bin').child('bailador'), |@args);
UFOBAT/Bailador
…/20-cli.t :205:
my $server = Proc::Async.new($*EXECUTABLE, "-I$git_dir/lib", |@includes, $git_dir.IO.child('bin').child('bailador'), |@args);
UFOBAT/Bailador
…/20-cli.t :223:
my $p = run-executable-with-includes("-I$git_dir/lib", $git_dir.IO.child('bin').child('bailador'), 'routes', "$git_dir/examples/prefix/prefix.pl6", :out, :err);
UFOBAT/I18N-LangTags
…/META6.json :12:
"I18N::LangTags" : "lib/I18N/LangTags.pm6",
UFOBAT/I18N-LangTags
…/META6.json :13:
"I18N::LangTags::Actions" : "lib/I18N/LangTags/Actions.pm6",
UFOBAT/I18N-LangTags
…/META6.json :14:
"I18N::LangTags::Grammar" : "lib/I18N/LangTags/Grammar.pm6",
UFOBAT/I18N-LangTags
…/META6.json :15:
"I18N::LangTags::List" : "lib/I18N/LangTags/List.pm6"
UFOBAT/I18N-LangTags
…/README.md :18:
This library provides functions for common tasks involving language tags as they are needed in a variety of protocols and applications.
UFOBAT/I18N-LangTags
…/README.md :358:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
UFOBAT/I18N-LangTags
…/dist.ini :5:
filename = lib/I18N/LangTags.pm6
UFOBAT/I18N-LangTags
…/LangTags.pm6 :257:
This library provides functions for common tasks involving language
UFOBAT/I18N-LangTags
…/LangTags.pm6 :715:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
UFOBAT/XML-XPath
…/META6.json :10:
"description" : "XPath perl6 library",
UFOBAT/XML-XPath
…/META6.json :15:
"XML::XPath" : "lib/XML/XPath.pm6",
UFOBAT/XML-XPath
…/META6.json :16:
"XML::XPath::Actions" : "lib/XML/XPath/Actions.pm6",
UFOBAT/XML-XPath
…/META6.json :17:
"XML::XPath::Evaluable" : "lib/XML/XPath/Evaluable.pm6",
UFOBAT/XML-XPath
…/META6.json :18:
"XML::XPath::Expr" : "lib/XML/XPath/Expr.pm6",
UFOBAT/XML-XPath
…/META6.json :19:
"XML::XPath::ExprOperator::And" : "lib/XML/XPath/ExprOperator/And.pm6",
UFOBAT/XML-XPath
…/META6.json :20:
"XML::XPath::ExprOperator::Div" : "lib/XML/XPath/ExprOperator/Div.pm6",
UFOBAT/XML-XPath
…/META6.json :21:
"XML::XPath::ExprOperator::Equal" : "lib/XML/XPath/ExprOperator/Equal.pm6",
UFOBAT/XML-XPath
…/META6.json :22:
"XML::XPath::ExprOperator::GreaterThan" : "lib/XML/XPath/ExprOperator/GreaterThan.pm6",
UFOBAT/XML-XPath
…/META6.json :23:
"XML::XPath::ExprOperator::Minus" : "lib/XML/XPath/ExprOperator/Minus.pm6",
UFOBAT/XML-XPath
…/META6.json :24:
"XML::XPath::ExprOperator::Mod" : "lib/XML/XPath/ExprOperator/Mod.pm6",
UFOBAT/XML-XPath
…/META6.json :25:
"XML::XPath::ExprOperator::Or" : "lib/XML/XPath/ExprOperator/Or.pm6",
UFOBAT/XML-XPath
…/META6.json :26:
"XML::XPath::ExprOperator::Pipe" : "lib/XML/XPath/ExprOperator/Pipe.pm6",
UFOBAT/XML-XPath
…/META6.json :27:
"XML::XPath::ExprOperator::Plus" : "lib/XML/XPath/ExprOperator/Plus.pm6",
UFOBAT/XML-XPath
…/META6.json :28:
"XML::XPath::ExprOperator::SmallerThan" : "lib/XML/XPath/ExprOperator/SmallerThan.pm6",
UFOBAT/XML-XPath
…/META6.json :29:
"XML::XPath::ExprOperator::UnaryMinus" : "lib/XML/XPath/ExprOperator/UnaryMinus.pm6",
UFOBAT/XML-XPath
…/META6.json :30:
"XML::XPath::FunctionCall" : "lib/XML/XPath/FunctionCall.pm6",
UFOBAT/XML-XPath
…/META6.json :31:
"XML::XPath::FunctionCall::Boolean" : "lib/XML/XPath/FunctionCall/Boolean.pm6",
UFOBAT/XML-XPath
…/META6.json :32:
"XML::XPath::FunctionCall::Node" : "lib/XML/XPath/FunctionCall/Node.pm6",
UFOBAT/XML-XPath
…/META6.json :33:
"XML::XPath::FunctionCall::Number" : "lib/XML/XPath/FunctionCall/Number.pm6",
UFOBAT/XML-XPath
…/META6.json :34:
"XML::XPath::FunctionCall::String" : "lib/XML/XPath/FunctionCall/String.pm6",
UFOBAT/XML-XPath
…/META6.json :35:
"XML::XPath::Grammar" : "lib/XML/XPath/Grammar.pm6",
UFOBAT/XML-XPath
…/META6.json :36:
"XML::XPath::InfixExprOperatorPerElement" : "lib/XML/XPath/InfixExprOperatorPerElement.pm6",
UFOBAT/XML-XPath
…/META6.json :37:
"XML::XPath::NodeTest" : "lib/XML/XPath/NodeTest.pm6",
UFOBAT/XML-XPath
…/META6.json :38:
"XML::XPath::Predicates" : "lib/XML/XPath/Predicates.pm6",
UFOBAT/XML-XPath
…/META6.json :39:
"XML::XPath::Step" : "lib/XML/XPath/Step.pm6",
UFOBAT/XML-XPath
…/META6.json :40:
"XML::XPath::Types" : "lib/XML/XPath/Types.pm6",
UFOBAT/XML-XPath
…/META6.json :41:
"XML::XPath::Utils" : "lib/XML/XPath/Utils.pm6"
UFOBAT/XML-XPath
…/appveyor.yml :21:
- prove -v -e "perl6 -Ilib" t/
UFOBAT/XML-XPath
…/test-meta.t :4:
use lib 'lib';
UGEXE/zef
…/.appveyor.yml :22:
- perl6 -Ilib xt/repository.t
UGEXE/zef
…/.appveyor.yml :23:
- perl6 -Ilib xt/install.t
UGEXE/zef
…/.appveyor.yml :26:
- perl6 -Ilib bin/zef --debug install .
UGEXE/zef
…/.appveyor.yml :29:
- perl6 -Ilib bin/zef uninstall zef
UGEXE/zef
…/.appveyor.yml :32:
- perl6 -Ilib bin/zef install %APPVEYOR_BUILD_FOLDER%
UGEXE/zef
…/.appveyor.yml :34:
# change path to make sure next `zef` commands aren't using any files in cwd or lib/
UGEXE/zef
…/.gitignore :4:
lib/.precomp/
UGEXE/zef
…/.travis.yml :36:
- perl6 -Ilib xt/repository.t
UGEXE/zef
…/.travis.yml :37:
- perl6 -Ilib xt/install.t
UGEXE/zef
…/.travis.yml :40:
- perl6 -Ilib bin/zef --debug install .
UGEXE/zef
…/.travis.yml :43:
- perl6 -Ilib bin/zef uninstall zef
UGEXE/zef
…/.travis.yml :46:
- perl6 -Ilib bin/zef install $TRAVIS_BUILD_DIR
UGEXE/zef
…/.travis.yml :48:
# change path to make sure next `zef` commands aren't using any files in cwd or lib/
UGEXE/zef
…/META6.json :10:
"Zef" : "lib/Zef.pm6",
UGEXE/zef
…/META6.json :11:
"Zef::Build" : "lib/Zef/Build.pm6",
UGEXE/zef
…/META6.json :12:
"Zef::CLI" : "lib/Zef/CLI.pm6",
UGEXE/zef
…/META6.json :13:
"Zef::Client" : "lib/Zef/Client.pm6",
UGEXE/zef
…/META6.json :14:
"Zef::Config" : "lib/Zef/Config.pm6",
UGEXE/zef
…/META6.json :15:
"Zef::Extract" : "lib/Zef/Extract.pm6",
UGEXE/zef
…/META6.json :16:
"Zef::Identity" : "lib/Zef/Identity.pm6",
UGEXE/zef
…/META6.json :17:
"Zef::Test" : "lib/Zef/Test.pm6",
UGEXE/zef
…/META6.json :18:
"Zef::Fetch" : "lib/Zef/Fetch.pm6",
UGEXE/zef
…/META6.json :19:
"Zef::Shell" : "lib/Zef/Shell.pm6",
UGEXE/zef
…/META6.json :20:
"Zef::Report" : "lib/Zef/Report.pm6",
UGEXE/zef
…/META6.json :22:
"Zef::Repository" : "lib/Zef/Repository.pm6",
UGEXE/zef
…/META6.json :23:
"Zef::Repository::MetaCPAN" : "lib/Zef/Repository/MetaCPAN.pm6",
UGEXE/zef
…/META6.json :24:
"Zef::Repository::LocalCache" : "lib/Zef/Repository/LocalCache.pm6",
UGEXE/zef
…/META6.json :25:
"Zef::Repository::Ecosystems" : "lib/Zef/Repository/Ecosystems.pm6",
UGEXE/zef
…/META6.json :27:
"Zef::Distribution" : "lib/Zef/Distribution.pm6",
UGEXE/zef
…/META6.json :28:
"Zef::Distribution::DependencySpecification" : "lib/Zef/Distribution/DependencySpecification.pm6",
UGEXE/zef
…/META6.json :29:
"Zef::Distribution::Local" : "lib/Zef/Distribution/Local.pm6",
UGEXE/zef
…/META6.json :31:
"Zef::Service::FetchPath" : "lib/Zef/Service/FetchPath.pm6",
UGEXE/zef
…/META6.json :32:
"Zef::Service::TAP" : "lib/Zef/Service/TAP.pm6",
UGEXE/zef
…/META6.json :33:
"Zef::Service::P6CReporter" : "lib/Zef/Service/P6CReporter.pm6",
UGEXE/zef
…/META6.json :35:
"Zef::Service::Shell::Build" : "lib/Zef/Service/Shell/Build.pm6",
UGEXE/zef
…/META6.json :36:
"Zef::Service::Shell::Test" : "lib/Zef/Service/Shell/Test.pm6",
UGEXE/zef
…/META6.json :37:
"Zef::Service::Shell::prove" : "lib/Zef/Service/Shell/prove.pm6",
UGEXE/zef
…/META6.json :38:
"Zef::Service::Shell::unzip" : "lib/Zef/Service/Shell/unzip.pm6",
UGEXE/zef
…/META6.json :39:
"Zef::Service::Shell::tar" : "lib/Zef/Service/Shell/tar.pm6",
UGEXE/zef
…/META6.json :40:
"Zef::Service::Shell::p5tar" : "lib/Zef/Service/Shell/p5tar.pm6",
UGEXE/zef
…/META6.json :41:
"Zef::Service::Shell::curl" : "lib/Zef/Service/Shell/curl.pm6",
UGEXE/zef
…/META6.json :42:
"Zef::Service::Shell::git" : "lib/Zef/Service/Shell/git.pm6",
UGEXE/zef
…/META6.json :43:
"Zef::Service::Shell::wget" : "lib/Zef/Service/Shell/wget.pm6",
UGEXE/zef
…/META6.json :45:
"Zef::Service::Shell::PowerShell" : "lib/Zef/Service/Shell/PowerShell.pm6",
UGEXE/zef
…/META6.json :46:
"Zef::Service::Shell::PowerShell::download" : "lib/Zef/Service/Shell/PowerShell/download.pm6",
UGEXE/zef
…/META6.json :47:
"Zef::Service::Shell::PowerShell::unzip" : "lib/Zef/Service/Shell/PowerShell/unzip.pm6",
UGEXE/zef
…/META6.json :49:
"Zef::Utils::FileSystem" : "lib/Zef/Utils/FileSystem.pm6",
UGEXE/zef
…/META6.json :50:
"Zef::Utils::SystemInfo" : "lib/Zef/Utils/SystemInfo.pm6",
UGEXE/zef
…/META6.json :51:
"Zef::Utils::URI" : "lib/Zef/Utils/URI.pm6"
UGEXE/zef
…/README.pod :18:
$ perl6 -Ilib bin/zef install .
UGEXE/zef
…/README.pod :298:
lib/Zef/CLI.pm6 => ~/rakudo/install/share/perl6/site/sources/A9948E7371E0EB9AFDF1EEEB07B52A1B75537C31
UGEXE/zef
…/README.pod :302:
lib/Zef/CLI.pm6 => ~/rakudo/install/share/perl6/site/sources/A9948E7371E0EB9AFDF1EEEB07B52A1B75537C31
UGEXE/zef
…/README.pod :304:
$ zef locate lib/Zef/CLI.pm6
UGEXE/zef
…/README.pod :350:
=item * The current working directory C<$*CWD> - This is the case when modules loaded for bin/zef come from a non-installation CompUnit::Repository (such as C<-I $lib>).
UGEXE/zef
…/README.pod :356:
$ perl6 -Ilib bin/zef --help
UGEXE/zef
…/README.pod :378:
When you C<perl6 -Ilib bin/zef install .> that configuration file be be used to install zef and will also be installed with zef such that it will be the default.
UGEXE/zef
…/CLI.pm6 :275:
my $libs = $candi.dist.compat.meta<provides>;
UGEXE/zef
…/CLI.pm6 :276:
my $lib = $libs.first({.value.keys[0] eq $identity});
UGEXE/zef
…/CLI.pm6 :278:
say "{$lib.keys[0]} => {$candi.from.prefix.child('sources').child($lib.value.values[0]<file>)}";
UGEXE/zef
…/CLI.pm6 :289:
my $libs = $candi.dist.compat.meta<files>;
UGEXE/zef
…/CLI.pm6 :290:
my $lib = $libs.first({.key eq $identity});
UGEXE/zef
…/CLI.pm6 :292:
say "{$identity} => {$candi.from.prefix.child('resources').child($lib.value)}";
UGEXE/zef
…/CLI.pm6 :356:
my @rows = eager gather for @provides -> $lib {
UGEXE/zef
…/CLI.pm6 :362:
my $module-name = $lib.key;
UGEXE/zef
…/CLI.pm6 :363:
my $name-path = parse-value($lib.value);
UGEXE/zef
…/Client.pm6 :26:
has @!ignore = <Test NativeCall lib MONKEY-TYPING nqp>;
UGEXE/zef
…/Client.pm6 :721:
# - Foo::XXX -> -I/Foo/XXX/lib -I/Bar/YYY/lib -I/Baz/ZZZ/lib
UGEXE/zef
…/Client.pm6 :722:
# - Bar::YYY -> -I/Bar/YYY/lib -I/Baz/ZZZ/lib
UGEXE/zef
…/Client.pm6 :723:
# - Baz::ZZZ -> -I/Baz/ZZZ/lib
UGEXE/zef
…/Client.pm6 :743:
# - Foo::XXX -> -I/Foo/XXX/lib -I/Bar/YYY/lib -I/Baz/ZZZ/lib
UGEXE/zef
…/Client.pm6 :744:
# - Bar::YYY -> -I/Foo/XXX/lib -I/Bar/YYY/lib -I/Baz/ZZZ/lib
UGEXE/zef
…/Client.pm6 :745:
# - Baz::ZZZ -> -I/Foo/XXX/lib -I/Bar/YYY/lib -I/Baz/ZZZ/lib
UGEXE/zef
…/Client.pm6 :752:
# - Foo::XXX -> -I/Foo/XXX/lib -I/Bar/YYY/lib
UGEXE/zef
…/Client.pm6 :753:
# - Bar::YYY -> -I/Bar/YYY/lib -I/Baz/ZZZ/lib
UGEXE/zef
…/Client.pm6 :754:
# - Baz::ZZZ -> -I/Baz/ZZZ/lib
UGEXE/zef
…/Client.pm6 :765:
take $fdist.IO.child('lib').absolute;
UGEXE/zef
…/Local.pm6 :44:
# resources/libraries is treated differently than everything else.
UGEXE/zef
…/Local.pm6 :45:
# It uses the internal platform-library-name method to apply an
UGEXE/zef
…/Local.pm6 :49:
# META FILE: 'resources/libraries/mylib'
UGEXE/zef
…/Local.pm6 :50:
# GENERATED: 'resources/libraries/mylib' => 'resources/libaries/mylib.so'
UGEXE/zef
…/Local.pm6 :51:
# or 'resources/libraries/mylib' => 'resources/libaries/mylib.dll'
UGEXE/zef
…/Local.pm6 :52:
my $lib-path = $res-path.child('libraries');
UGEXE/zef
…/Local.pm6 :55:
my $resource-path = $resource ~~ m/^libraries\/(.*)/
UGEXE/zef
…/Local.pm6 :56:
?? $lib-path.child($*VM.platform-library-name(IO::Path.new($0, :CWD($!path))))
UGEXE/zef
…/Build.pm6 :90:
# my @exec = |($*EXECUTABLE, '-Ilib', '-I.', |@cl-includes, '-e', "$cmd");
UGEXE/zef
…/Build.pm6 :91:
my @exec = |($*EXECUTABLE, '-Ilib', '-I.', '-MBuild', |@includes.grep(*.defined).map({ "-I{$_}" }), '-e', "$cmd");
UGEXE/zef
…/Test.pm6 :25:
my @cur-p6lib = $env<PERL6LIB>.?chars ?? $env<PERL6LIB>.split($*DISTRO.cur-sep) !! ();
UGEXE/zef
…/Test.pm6 :26:
my @new-p6lib = $path.IO.child('lib').absolute, |@includes;
UGEXE/zef
…/Test.pm6 :27:
$env<PERL6LIB> = (|@new-p6lib, |@cur-p6lib).join($*DISTRO.cur-sep);
UGEXE/zef
…/prove.pm6 :35:
my @cur-p6lib = $env<PERL6LIB>.?chars ?? $env<PERL6LIB>.split($*DISTRO.cur-sep) !! ();
UGEXE/zef
…/prove.pm6 :36:
my @new-p6lib = $path.IO.child('lib').absolute, |@includes;
UGEXE/zef
…/prove.pm6 :37:
$env<PERL6LIB> = (|@new-p6lib, |@cur-p6lib).join($*DISTRO.cur-sep);
UGEXE/zef
…/TAP.pm6 :49:
my @incdirs = $path.IO.child('lib').absolute, |@includes;
WARRINGD/Font-AFM
…/META6.json :13:
"Font::AFM" : "lib/Font/AFM.pm",
WARRINGD/Font-AFM
…/META6.json :14:
"Font::Metrics::courier" : "lib/Font/Metrics/courier.pm",
WARRINGD/Font-AFM
…/META6.json :15:
"Font::Metrics::courier-bold" : "lib/Font/Metrics/courier-bold.pm",
WARRINGD/Font-AFM
…/META6.json :16:
"Font::Metrics::courier-boldoblique" : "lib/Font/Metrics/courier-boldoblique.pm",
WARRINGD/Font-AFM
…/META6.json :17:
"Font::Metrics::courier-oblique" : "lib/Font/Metrics/courier-oblique.pm",
WARRINGD/Font-AFM
…/META6.json :18:
"Font::Metrics::helvetica" : "lib/Font/Metrics/helvetica.pm",
WARRINGD/Font-AFM
…/META6.json :19:
"Font::Metrics::helvetica-bold" : "lib/Font/Metrics/helvetica-bold.pm",
WARRINGD/Font-AFM
…/META6.json :20:
"Font::Metrics::helvetica-boldoblique" : "lib/Font/Metrics/helvetica-boldoblique.pm",
WARRINGD/Font-AFM
…/META6.json :21:
"Font::Metrics::helvetica-oblique" : "lib/Font/Metrics/helvetica-oblique.pm",
WARRINGD/Font-AFM
…/META6.json :22:
"Font::Metrics::symbol" : "lib/Font/Metrics/symbol.pm",
WARRINGD/Font-AFM
…/META6.json :23:
"Font::Metrics::times-bold" : "lib/Font/Metrics/times-bold.pm",
WARRINGD/Font-AFM
…/META6.json :24:
"Font::Metrics::times-bolditalic" : "lib/Font/Metrics/times-bolditalic.pm",
WARRINGD/Font-AFM
…/META6.json :25:
"Font::Metrics::times-italic" : "lib/Font/Metrics/times-italic.pm",
WARRINGD/Font-AFM
…/META6.json :26:
"Font::Metrics::times-roman" : "lib/Font/Metrics/times-roman.pm",
WARRINGD/Font-AFM
…/META6.json :27:
"Font::Metrics::zapfdingbats" : "lib/Font/Metrics/zapfdingbats.pm"
WARRINGD/Font-AFM
…/README.md :195:
Contains the path to search for AFM-files. Format is as for the PATH environment variable. The default path built into this library is:
WARRINGD/Font-AFM
…/README.md :197:
/usr/lib/afm:/usr/local/lib/afm:/usr/openwin/lib/fonts/afm/:.
WARRINGD/Font-AFM
…/make-metrics.pl :12:
use lib 'lib';
WARRINGD/Font-AFM
…/make-metrics.pl :30:
my $lib-dir = $*SPEC.catdir('lib', @parts);
WARRINGD/Font-AFM
…/make-metrics.pl :31:
mkdir( $lib-dir, 0o755)
WARRINGD/Font-AFM
…/make-metrics.pl :32:
unless $lib-dir.IO ~~ :e;
WARRINGD/Font-AFM
…/make-metrics.pl :38:
my $gen-path = $*SPEC.catfile($lib-dir, "$mod-name.pm");
WARRINGD/Font-AFM
…/AFM.pm :253:
< /usr/lib/afm /usr/local/lib/afm
WARRINGD/Font-AFM
…/AFM.pm :254:
/usr/openwin/lib/fonts/afm . >;
WARRINGD/Font-AFM
…/AFM.pm :564:
environment variable. The default path built into this library is:
WARRINGD/Font-AFM
…/AFM.pm :566:
/usr/lib/afm:/usr/local/lib/afm:/usr/openwin/lib/fonts/afm/:.
WARRINGD/Font-FreeType
…/Build.pm :10:
#| C<"$folder/resources/lib"> and C<$libname> should be the name of the library
WARRINGD/Font-FreeType
…/Build.pm :12:
sub make(Str $folder, Str $destfolder, :$libname) {
WARRINGD/Font-FreeType
…/Build.pm :19:
my @fake-lib-exts = <.so .dll .dylib>.grep(* ne %vars<SO>);
WARRINGD/Font-FreeType
…/Build.pm :20:
"$destfolder/lib$libname$_".IO.open(:w) for @fake-lib-exts;
WARRINGD/Font-FreeType
…/Build.pm :24:
my $destdir = 'resources/lib';
WARRINGD/Font-FreeType
…/Build.pm :26:
make($workdir, "$destdir", :libname<ft6>);
WARRINGD/Font-FreeType
…/META6.json :15:
"Font::FreeType" : "lib/Font/FreeType.pm",
WARRINGD/Font-FreeType
…/META6.json :16:
"Font::FreeType::BBox" : "lib/Font/FreeType/BBox.pm",
WARRINGD/Font-FreeType
…/META6.json :17:
"Font::FreeType::BitMap" : "lib/Font/FreeType/BitMap.pm",
WARRINGD/Font-FreeType
…/META6.json :18:
"Font::FreeType::CharMap" : "lib/Font/FreeType/CharMap.pm",
WARRINGD/Font-FreeType
…/META6.json :19:
"Font::FreeType::Error" : "lib/Font/FreeType/Error.pm",
WARRINGD/Font-FreeType
…/META6.json :20:
"Font::FreeType::Face" : "lib/Font/FreeType/Face.pm",
WARRINGD/Font-FreeType
…/META6.json :21:
"Font::FreeType::Glyph" : "lib/Font/FreeType/Glyph.pm",
WARRINGD/Font-FreeType
…/META6.json :22:
"Font::FreeType::GlyphImage" : "lib/Font/FreeType/GlyphImage.pm",
WARRINGD/Font-FreeType
…/META6.json :23:
"Font::FreeType::NamedInfo" : "lib/Font/FreeType/NamedInfo.pm",
WARRINGD/Font-FreeType
…/META6.json :24:
"Font::FreeType::Native" : "lib/Font/FreeType/Native.pm",
WARRINGD/Font-FreeType
…/META6.json :25:
"Font::FreeType::Native::Types" : "lib/Font/FreeType/Native/Types.pm",
WARRINGD/Font-FreeType
…/META6.json :26:
"Font::FreeType::Outline" : "lib/Font/FreeType/Outline.pm"
WARRINGD/Font-FreeType
…/META6.json :29:
"lib/libft6.so",
WARRINGD/Font-FreeType
…/META6.json :30:
"lib/libft6.dll",
WARRINGD/Font-FreeType
…/META6.json :31:
"lib/libft6.dylib"
WARRINGD/Font-FreeType
…/Makefile.in :3:
all : lib doc
WARRINGD/Font-FreeType
…/Makefile.in :5:
lib : resources/lib/libft6%SO%
WARRINGD/Font-FreeType
…/Makefile.in :7:
resources/lib/libft6%SO% : $(SRC)/ft_outline%O% $(SRC)/ft_glyph%O% $(SRC)/ft_glyphslot%O%
WARRINGD/Font-FreeType
…/Makefile.in :8:
%LD% %LDSHARED% %LDFLAGS% %LDOUT%resources/lib/libft6%SO% $(SRC)/ft_outline%O% $(SRC)/ft_glyph%O% $(SRC)/ft_glyphslot%O% `freetype-config --libs`
WARRINGD/Font-FreeType
…/Makefile.in :20:
doc : lib/Font/FreeType/BitMap.md lib/Font/FreeType/CharMap.md lib/Font/FreeType/Face.md lib/Font/FreeType/Gl…
WARRINGD/Font-FreeType
…/Makefile.in :22:
lib/Font/FreeType/BitMap.md : lib/Font/FreeType/BitMap.pm
WARRINGD/Font-FreeType
…/Makefile.in :23:
perl6 -I lib --doc=Markdown lib/Font/FreeType/BitMap.pm > lib/Font/FreeType/BitMap.md
WARRINGD/Font-FreeType
…/Makefile.in :25:
lib/Font/FreeType/CharMap.md : lib/Font/FreeType/CharMap.pm
WARRINGD/Font-FreeType
…/Makefile.in :26:
perl6 -I lib --doc=Markdown lib/Font/FreeType/CharMap.pm > lib/Font/FreeType/CharMap.md
WARRINGD/Font-FreeType
…/Makefile.in :28:
lib/Font/FreeType/Face.md : lib/Font/FreeType/Face.pm
WARRINGD/Font-FreeType
…/Makefile.in :29:
perl6 -I lib --doc=Markdown lib/Font/FreeType/Face.pm > lib/Font/FreeType/Face.md
WARRINGD/Font-FreeType
…/Makefile.in :31:
lib/Font/FreeType/Glyph.md : lib/Font/FreeType/Glyph.pm
WARRINGD/Font-FreeType
…/Makefile.in :32:
perl6 -I lib --doc=Markdown lib/Font/FreeType/Glyph.pm > lib/Font/FreeType/Glyph.md
WARRINGD/Font-FreeType
…/Makefile.in :34:
lib/Font/FreeType/GlyphImage.md : lib/Font/FreeType/GlyphImage.pm
WARRINGD/Font-FreeType
…/Makefile.in :35:
perl6 -I lib --doc=Markdown lib/Font/FreeType/GlyphImage.pm > lib/Font/FreeType/GlyphImage.md
WARRINGD/Font-FreeType
…/Makefile.in :37:
lib/Font/FreeType/NamedInfo.md : lib/Font/FreeType/NamedInfo.pm
WARRINGD/Font-FreeType
…/Makefile.in :38:
perl6 -I lib --doc=Markdown lib/Font/FreeType/NamedInfo.pm > lib/Font/FreeType/NamedInfo.md
WARRINGD/Font-FreeType
…/Makefile.in :40:
lib/Font/FreeType/Outline.md : lib/Font/FreeType/Outline.pm
WARRINGD/Font-FreeType
…/Makefile.in :41:
perl6 -I lib --doc=Markdown lib/Font/FreeType/Outline.pm > lib/Font/FreeType/Outline.md
WARRINGD/Font-FreeType
…/Makefile.in :43:
lib/Font/FreeType/Native.md : lib/Font/FreeType/Native.pm
WARRINGD/Font-FreeType
…/Makefile.in :44:
perl6 -I lib --doc=Markdown lib/Font/FreeType/Native.pm > lib/Font/FreeType/Native.md
WARRINGD/Font-FreeType
…/Makefile.in :46:
lib/Font/FreeType/Native/Types.md : lib/Font/FreeType/Native/Types.pm
WARRINGD/Font-FreeType
…/Makefile.in :47:
perl6 -I lib --doc=Markdown lib/Font/FreeType/Native/Types.pm > lib/Font/FreeType/Native/Types.md
WARRINGD/Font-FreeType
…/Makefile.in :50:
@prove -e"perl6 -I lib" -v t
WARRINGD/Font-FreeType
…/Makefile.in :53:
@rm -f $(SRC)/*.o resources/lib/libft6%SO%
WARRINGD/Font-FreeType
…/README.md :26:
This module allows Perl programs to conveniently read information from font files. All the font access is done through the FreeType2 librar…
WARRINGD/Font-FreeType
…/README.md :28:
The quickest way to get started with this library is to look at the examples in the _examples_ directory of the distribution. Full details of the API are contained in this documentation, and (more importantly) the documentation for the Font::FreeType::Face class.
WARRINGD/Font-FreeType
…/README.md :30:
To use the library, first create a Font::FreeType object. This can be used to load **faces** from files, for example:
WARRINGD/Font-FreeType
…/README.md :54:
Create a new 'instance' of the freetype library and return the object. This is a class method, which doesn't take any arguments. If you only want to load one face, then it's probably not even worth saving the object to a variable:
WARRINGD/Font-FreeType
…/README.md :78:
Use FreeType's own automatic hinting algorithm rather than the normal TrueType one. Probably only useful for testing the FreeType library.
WARRINGD/Font-FreeType
…/README.md :100:
Don't load embedded bitmaps provided with scalable fonts. Bitmap fonts are still loaded normally. This probably doesn't make much difference in the current version of this module, as embedded bitmaps aren't deliberately used.
WARRINGD/Font-FreeType
…/README.md :120:
Returns the version number of the underlying FreeType library being used. If called in scalar context returns a Version consisting of a number in the format "major.minor.patch".
WARRINGD/Font-FreeType
…/README.md :155:
* Font::FreeType::Face - Font Properties
WARRINGD/Font-FreeType
…/README.md :157:
* Font::FreeType::Glyph - Glyph properties
WARRINGD/Font-FreeType
…/README.md :159:
* Font::FreeType::GlyphImage - Glyph outlines and bitmaps
WARRINGD/Font-FreeType
…/README.md :161:
* Font::FreeType::Outline - Scalable glyph images
WARRINGD/Font-FreeType
…/README.md :163:
* Font::FreeType::BitMap - Rendered glyph bitmaps
WARRINGD/Font-FreeType
…/README.md :165:
* Font::FreeType::CharMap - Font Encodings
WARRINGD/Font-FreeType
…/README.md :167:
* Font::FreeType::Native - Bindings to the FreeType library
WARRINGD/Font-FreeType
…/README.md :169:
* Font::FreeType::Native::Types - Data types and enumerations
WARRINGD/Font-FreeType
…/README.md :187:
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
WARRINGD/Font-FreeType
…/FreeType.pm :10:
has FT_Library $!library;
WARRINGD/Font-FreeType
…/FreeType.pm :17:
$!library = $p.deref;
WARRINGD/Font-FreeType
…/FreeType.pm :23:
with $!library {
WARRINGD/Font-FreeType
…/FreeType.pm :34:
ft-try({ $!library.FT_New_Face($file-path-name, $index, $p); });
WARRINGD/Font-FreeType
…/FreeType.pm :46:
ft-try({ $!library.FT_New_Memory_Face($file-buf, $size, $index, $p); });
WARRINGD/Font-FreeType
…/FreeType.pm :52:
$!library.FT_Library_Version(my FT_Int $major, my FT_Int $minor, my FT_Int $patch);
WARRINGD/Font-FreeType
…/FreeType.pm :80:
font files. All the font access is done through the FreeType2 library,
WARRINGD/Font-FreeType
…/FreeType.pm :85:
The quickest way to get started with this library is to look at the
WARRINGD/Font-FreeType
…/FreeType.pm :91:
To use the library, first create a Font::FreeType object. This can
WARRINGD/Font-FreeType
…/FreeType.pm :116:
Create a new 'instance' of the freetype library and return the object.
WARRINGD/Font-FreeType
…/FreeType.pm :158:
TrueType one. Probably only useful for testing the FreeType library.
WARRINGD/Font-FreeType
…/FreeType.pm :197:
bitmaps aren't deliberately used.
WARRINGD/Font-FreeType
…/FreeType.pm :235:
Returns the version number of the underlying FreeType library being
WARRINGD/Font-FreeType
…/FreeType.pm :272:
=item Font::FreeType::Face - Font Properties
WARRINGD/Font-FreeType
…/FreeType.pm :273:
=item Font::FreeType::Glyph - Glyph properties
WARRINGD/Font-FreeType
…/FreeType.pm :274:
=item2 Font::FreeType::GlyphImage - Glyph outlines and bitmaps
WARRINGD/Font-FreeType
…/FreeType.pm :275:
=item2 Font::FreeType::Outline - Scalable glyph images
WARRINGD/Font-FreeType
…/FreeType.pm :276:
=item2 Font::FreeType::BitMap - Rendered glyph bitmaps
WARRINGD/Font-FreeType
…/FreeType.pm :277:
=item Font::FreeType::CharMap - Font Encodings
WARRINGD/Font-FreeType
…/FreeType.pm :278:
=item Font::FreeType::Native - Bindings to the FreeType library
WARRINGD/Font-FreeType
…/FreeType.pm :279:
=item2 Font::FreeType::Native::Types - Data types and enumerations
WARRINGD/Font-FreeType
…/FreeType.pm :295:
This library is free software; you can redistribute it and/or
WARRINGD/Font-FreeType
…/BitMap.md :124:
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
WARRINGD/Font-FreeType
…/BitMap.pm :9:
has FT_Library $!library;
WARRINGD/Font-FreeType
…/BitMap.pm :14:
submethod TWEAK(:$!struct!, :$!library!) {
WARRINGD/Font-FreeType
…/BitMap.pm :30:
ft-try({ $!library.FT_Bitmap_Convert($!struct, $target, $alignment); });
WARRINGD/Font-FreeType
…/BitMap.pm :31:
self.new: :$!library, :struct($target), :$!left, :$!top;
WARRINGD/Font-FreeType
…/BitMap.pm :125:
my $bitmap = $!struct.clone($!library);
WARRINGD/Font-FreeType
…/BitMap.pm :126:
self.new: :$!library, :struct($bitmap), :$!top, :$!left;
WARRINGD/Font-FreeType
…/BitMap.pm :130:
ft-try({ $!library.FT_Bitmap_Done($!struct) });
WARRINGD/Font-FreeType
…/BitMap.pm :132:
$!library = Nil;
WARRINGD/Font-FreeType
…/BitMap.pm :291:
This library is free software; you can redistribute it and/or modify
WARRINGD/Font-FreeType
…/CharMap.md :102:
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
WARRINGD/Font-FreeType
…/CharMap.pm :110:
This library is free software; you can redistribute it and/or modify
WARRINGD/Font-FreeType
…/Error.pm :39:
Invalid_Library_Handle => error-def(0x21, "invalid library handle" ),
WARRINGD/Font-FreeType
…/Face.md :132:
True if the font file is in the 'sfnt' format, meaning it is either TrueType or OpenType. This isn't much use yet, but future versions of this library might provide access to extra information about sfnt fonts.
WARRINGD/Font-FreeType
…/Face.md :218:
This method provides access to the underlying native FT_Face struct; for example, for integration with the Cairo graphics library.
WARRINGD/Font-FreeType
…/Face.md :243:
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
WARRINGD/Font-FreeType
…/Face.pm :332:
of this library might provide access to extra information about sfnt fonts.
WARRINGD/Font-FreeType
…/Face.pm :443:
example, for integration with the L<Cairo> graphics library.
WARRINGD/Font-FreeType
…/Face.pm :468:
This library is free software; you can redistribute it and/or
WARRINGD/Font-FreeType
…/Glyph.md :98:
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
WARRINGD/Font-FreeType
…/Glyph.pm :167:
This library is free software; you can redistribute it and/or modify
WARRINGD/Font-FreeType
…/GlyphImage.md :107:
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
WARRINGD/Font-FreeType
…/GlyphImage.pm :12:
has FT_Library $!library;
WARRINGD/Font-FreeType
…/GlyphImage.pm :37:
$!library = $glyph.library;
WARRINGD/Font-FreeType
…/GlyphImage.pm :47:
my FT_Outline $struct = $outline.clone($!library);
WARRINGD/Font-FreeType
…/GlyphImage.pm :48:
Font::FreeType::Outline.new: :$!library, :$struct;
WARRINGD/Font-FreeType
…/GlyphImage.pm :57:
ft-try({ $!library.FT_Bitmap_Embolden($bitmap, $strength, $strength); });
WARRINGD/Font-FreeType
…/GlyphImage.pm :81:
my FT_Bitmap $struct = $bitmap.clone($!library);
WARRINGD/Font-FreeType
…/GlyphImage.pm :83:
Font::FreeType::BitMap.new: :$!library, :$struct, :$.left, :$top, :$!char-code;
WARRINGD/Font-FreeType
…/GlyphImage.pm :220:
This library is free software; you can redistribute it and/or
WARRINGD/Font-FreeType
…/Native.md :4:
Font::FreeType::Native - bindings to the freetype library
WARRINGD/Font-FreeType
…/Native.md :28:
This class contains the actual bindings to the FreeType library.
WARRINGD/Font-FreeType
…/Native.md :37:
<tr> <td>Font::FreeType</td> <td>L&lt;FT_Library|https://www.freetype.org/freetype2/docs/reference/ft2-base\_interface.html#FT\_Library\&gt;\</td> <td>A …
WARRINGD/Font-FreeType
…/Native.md :58:
Font::FreeType::Native::FT_Library $library
WARRINGD/Font-FreeType
…/Native.md :355:
A handle to a FreeType library instance. Each ‘library’ is completely independent from the others; it is the ‘root’ of a set of objects like fonts, faces, sizes, etc. It also embeds a memory manager (see FT_Memory), as well as a scan-line converter object (see FT_Raster).
WARRINGD/Font-FreeType
…/Native.md :459:
Return the version of the FreeType library being used.
WARRINGD/Font-FreeType
…/Native.md :467:
Destroy a given FreeType library object and all of its children, including resources, drivers, faces, sizes, etc.
WARRINGD/Font-FreeType
…/Native.md :486:
NativeCall::Types::Pointer[Font::FreeType::Native::FT_Library] $library is rw
WARRINGD/Font-FreeType
…/Native.md :490:
Initialize a new FreeType library object.
WARRINGD/Font-FreeType
…/Native.pm :7:
Font::FreeType::Native - bindings to the freetype library
WARRINGD/Font-FreeType
…/Native.pm :29:
This class contains the actual bindings to the FreeType library.
WARRINGD/Font-FreeType
…/Native.pm :37:
Font::FreeType | L<FT_Library|https://www.freetype.org/freetype2/docs/reference/ft2-base\_interface.html#FT\_Library\> | A handle to a freetype library instance
WARRINGD/Font-FreeType
…/Native.pm :57:
# library bindings
WARRINGD/Font-FreeType
…/Native.pm :58:
our $ftlib;
WARRINGD/Font-FreeType
…/Native.pm :61:
$ftlib = 'libfreetype';
WARRINGD/Font-FreeType
…/Native.pm :63:
$ftlib = ('freetype', v6);
WARRINGD/Font-FreeType
…/Native.pm :68:
our $ft-p6-lib;
WARRINGD/Font-FreeType
…/Native.pm :71:
$ft-p6-lib = ~(%?RESOURCES{"lib/libft6$so"});
WARRINGD/Font-FreeType
…/Native.pm :100:
is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :103:
method clone(FT_Library $library) {
WARRINGD/Font-FreeType
…/Native.pm :105:
ft-try({ $library.FT_Bitmap_Copy(self, $bitmap); });
WARRINGD/Font-FreeType
…/Native.pm :173:
returns FT_Error is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :176:
returns FT_Error is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :179:
returns FT_Error is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :181:
method clone(FT_Library $library) {
WARRINGD/Font-FreeType
…/Native.pm :183:
ft-try({ $library.FT_Outline_New( self.n-points, self.n-contours, $outline) });
WARRINGD/Font-FreeType
…/Native.pm :217:
has FT_Library $.library;
WARRINGD/Font-FreeType
…/Native.pm :229:
is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :233:
returns FT_Error is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :242:
is native($ft-p6-lib)
WARRINGD/Font-FreeType
…/Native.pm :253:
is native($ft-p6-lib)
WARRINGD/Font-FreeType
…/Native.pm :264:
has FT_Library $.library;
WARRINGD/Font-FreeType
…/Native.pm :299:
returns FT_Error is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :304:
returns FT_Error is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :308:
is native($ft-p6-lib)
WARRINGD/Font-FreeType
…/Native.pm :371:
returns FT_Int is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :375:
returns Str is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :379:
returns FT_UInt is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :385:
returns FT_Error is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :392:
returns FT_Error is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :397:
returns FT_UInt is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :402:
returns FT_UInt is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :408:
returns FT_Error is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :414:
returns FT_Error is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :419:
returns FT_UInt is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :425:
returns FT_UInt is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :433:
returns FT_Error is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :439:
returns FT_Error is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :447:
returns FT_Error is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :454:
is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :460:
is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :466:
is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :469:
#| A handle to a FreeType library instance. Each ‘library’ is completely independent from the others; it is the ‘root’ of a set of objects like fonts, faces, sizes, etc.
WARRINGD/Font-FreeType
…/Native.pm :482:
returns FT_Error is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :491:
returns FT_Error is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :499:
returns FT_Error is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :506:
returns FT_Error is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :514:
returns FT_Error is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :520:
returns FT_Error is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :528:
returns FT_Error is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :534:
returns FT_Error is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :536:
#| Return the version of the FreeType library being used.
WARRINGD/Font-FreeType
…/Native.pm :542:
returns FT_Error is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :544:
#| Destroy a given FreeType library object and all of its children, including resources, drivers, faces, sizes, etc.
WARRINGD/Font-FreeType
…/Native.pm :548:
is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :559:
is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Native.pm :561:
#| Initialize a new FreeType library object.
WARRINGD/Font-FreeType
…/Native.pm :562:
sub FT_Init_FreeType(Pointer[FT_Library] $library is rw)
WARRINGD/Font-FreeType
…/Native.pm :565:
is native($ftlib) {*};
WARRINGD/Font-FreeType
…/Types.md :17:
This class contains datatype and enumerations for the FreeType library.
WARRINGD/Font-FreeType
…/Types.pm :18:
This class contains datatype and enumerations for the FreeType library.
WARRINGD/Font-FreeType
…/Outline.md :81:
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
WARRINGD/Font-FreeType
…/Outline.pm :30:
returns FT_Error is native($Font::FreeType::Native::ft-p6-lib) {*}
WARRINGD/Font-FreeType
…/Outline.pm :33:
is native($Font::FreeType::Native::ft-p6-lib) {*}
WARRINGD/Font-FreeType
…/Outline.pm :41:
has FT_Library $!library;
WARRINGD/Font-FreeType
…/Outline.pm :43:
submethod TWEAK(:$!struct!, :$!library!) { }
WARRINGD/Font-FreeType
…/Outline.pm :102:
my $outline = $!struct.clone($!library);
WARRINGD/Font-FreeType
…/Outline.pm :103:
self.new: :struct($outline), :$!library;
WARRINGD/Font-FreeType
…/Outline.pm :107:
ft-try({ $!library.FT_Outline_Done($!struct) });
WARRINGD/Font-FreeType
…/Outline.pm :109:
$!library = Nil;
WARRINGD/Font-FreeType
…/Outline.pm :209:
This library is free software; you can redistribute it and/or
WARRINGD/Font-FreeType
…/30render.t :21:
# for some people. This should make it always the same, unless the library
WARRINGD/HTML-Canvas
…/META6.json :22:
"HTML::Canvas" : "lib/HTML/Canvas.pm",
WARRINGD/HTML-Canvas
…/META6.json :23:
"HTML::Canvas::Gradient" : "lib/HTML/Canvas/Gradient.pm",
WARRINGD/HTML-Canvas
…/META6.json :24:
"HTML::Canvas::Image" : "lib/HTML/Canvas/Image.pm",
WARRINGD/HTML-Canvas
…/META6.json :25:
"HTML::Canvas::ImageData" : "lib/HTML/Canvas/ImageData.pm",
WARRINGD/HTML-Canvas
…/META6.json :26:
"HTML::Canvas::Pattern" : "lib/HTML/Canvas/Pattern.pm",
WARRINGD/HTML-Canvas
…/META6.json :27:
"HTML::Canvas::To::Cairo" : "lib/HTML/Canvas/To/Cairo.pm",
WARRINGD/HTML-Canvas
…/META6.json :28:
"HTML::Canvas::Tracer" : "lib/HTML/Canvas/Tracer.pm"
WARRINGD/PDF-Font-Loader
…/META6.json :20:
"PDF::Font::Loader" : "lib/PDF/Font/Loader.pm",
WARRINGD/PDF-Font-Loader
…/META6.json :21:
"PDF::Font::Loader::Enc" : "lib/PDF/Font/Loader/Enc.pm",
WARRINGD/PDF-Font-Loader
…/META6.json :22:
"PDF::Font::Loader::Enc::CMap" : "lib/PDF/Font/Loader/Enc/CMap.pm",
WARRINGD/PDF-Font-Loader
…/META6.json :23:
"PDF::Font::Loader::Enc::Identity" : "lib/PDF/Font/Loader/Enc/Identity.pm",
WARRINGD/PDF-Font-Loader
…/META6.json :24:
"PDF::Font::Loader::Enc::Identity-H" : "lib/PDF/Font/Loader/Enc/Identity-H.pm",
WARRINGD/PDF-Font-Loader
…/META6.json :25:
"PDF::Font::Loader::Enc::Type1" : "lib/PDF/Font/Loader/Enc/Type1.pm",
WARRINGD/PDF-Font-Loader
…/META6.json :26:
"PDF::Font::Loader::FreeType" : "lib/PDF/Font/Loader/FreeType.pm",
WARRINGD/PDF-Font-Loader
…/META6.json :27:
"PDF::Font::Loader::Type1" : "lib/PDF/Font/Loader/Type1.pm",
WARRINGD/PDF-Font-Loader
…/META6.json :28:
"PDF::Font::Loader::Type1::Stream" : "lib/PDF/Font/Loader/Type1/Stream.pm"
WARRINGD/PDF-Font-Loader
…/type1.t :10:
# deliberate mismatch of encoding scheme and glyphs. PDF::Content
WBIKER/IO-Prompt
…/META6.json :13:
"IO::Prompt" : "lib/IO/Prompt.pm"
WBIKER/IO-Prompt
…/Prompt.pod :18:
See F<example.p6> and F<lib/IO/Prompt.pm> for more
WBIKER/IO-Prompt
…/Prompt.pod :35:
$ PERL6LIB=../proto/lib perl6 Configure.p6
WBIKER/IO-Prompt
…/Prompt.pod :37:
$ PERL6LIB=lib perl6 example.p6
0racle/p6-Exportable
…/META6.json :8:
"Exportable" : "lib/Exportable.pm6"
0racle/p6-Net-Netmask
…/META6.json :8:
"Net::Netmask" : "lib/Net/Netmask.pm6"
0racle/p6-wig
…/META6.json :8:
"wig" : "lib/wig.pm"
0racle/p6-wig
…/01-use.t :4:
use lib 'lib';
7ojo/p6-commandline-usage
…/.appveyor.yml :52:
- prove -v -e "perl6 -Ilib" t/
7ojo/p6-commandline-usage
…/META6.json :11:
"CommandLine::Usage::Header" : "lib/CommandLine/Usage/Header.pm6",
7ojo/p6-commandline-usage
…/META6.json :12:
"CommandLine::Usage::Positionals" : "lib/CommandLine/Usage/Positionals.pm6",
7ojo/p6-commandline-usage
…/META6.json :13:
"CommandLine::Usage::Subcommands" : "lib/CommandLine/Usage/Subcommands.pm6",
7ojo/p6-commandline-usage
…/META6.json :14:
"CommandLine::Usage::Options" : "lib/CommandLine/Usage/Options.pm6",
7ojo/p6-commandline-usage
…/META6.json :15:
"CommandLine::Usage" : "lib/CommandLine/Usage.pm6"
7ojo/p6-commandline-usage
…/docker :3:
use lib 'lib';
7ojo/p6-commandline-usage
…/00-load.t :2:
use lib 'lib';
7ojo/p6-commandline-usage
…/00-load.t :3:
use lib 'examples/lib';
7ojo/p6-commandline-usage
…/10-parse.t :2:
use lib 'lib';
7ojo/p6-commandline-usage
…/author-examples-docker.t :2:
use lib 'lib';
7ojo/p6-commandline-usage
…/author-examples-docker.t :10:
my $proc = run <perl6 -Ilib -Iexamples/lib examples/docker>, :out, :err;
7ojo/p6-commandline-usage
…/author-my-meta.t :2:
use lib 'lib';
7ojo/perl6-git-simple
…/META6.json :10:
"Git::Simple" : "lib/Git/Simple.pm",
7ojo/perl6-git-simple
…/META6.json :11:
"Git::Simple::Parse" : "lib/Git/Simple/Parse.pm"
7ojo/perl6-git-simple
…/README.md :11:
use lib 'lib';
7ojo/perl6-git-simple
…/01-load.t :2:
use lib 'lib';
7ojo/perl6-git-simple
…/02-my-meta.t :2:
use lib 'lib';
7ojo/perl6-git-simple
…/10-parse.t :2:
use lib 'lib';
7ojo/perl6-git-simple
…/20-detached.t :2:
use lib 'lib';
7ojo/perl6-powerline-prompt
…/META6.json :10:
"Powerline::Prompt" : "lib/Powerline/Prompt.pm",
7ojo/perl6-powerline-prompt
…/META6.json :11:
"Powerline::Prompt::Segment" : "lib/Powerline/Prompt/Segment.pm",
7ojo/perl6-powerline-prompt
…/META6.json :12:
"Powerline::Prompt::Segment::Git" : "lib/Powerline/Prompt/Segment/Git.pm",
7ojo/perl6-powerline-prompt
…/META6.json :13:
"Powerline::Prompt::Segment::Root" : "lib/Powerline/Prompt/Segment/Root.pm",
7ojo/perl6-powerline-prompt
…/META6.json :14:
"Powerline::Prompt::Segment::Path" : "lib/Powerline/Prompt/Segment/Path.pm",
7ojo/perl6-powerline-prompt
…/META6.json :15:
"Powerline::Prompt::Segment::Readonly" : "lib/Powerline/Prompt/Segment/Readonly.pm",
7ojo/perl6-powerline-prompt
…/META6.json :16:
"Powerline::Prompt::Shell::Bash" : "lib/Powerline/Prompt/Shell/Bash.pm"
7ojo/perl6-powerline-prompt
…/01-load.t :2:
use lib 'lib';
7ojo/perl6-powerline-prompt
…/02-my-meta.t :2:
use lib 'lib';
7ojo/perl6-powerline-prompt
…/10-segments.t :2:
use lib 'lib';
perl6-all-modules/github/Acme-Flutterby/META.info "Acme::Flutterby" : "lib/Acme/Flutterby.pm"
AlexDaniel/foo-dependencies-a-on-b
…/LICENSE :142:
the work, and the source code for shared libraries and dynamically
AlexDaniel/foo-dependencies-a-on-b
…/LICENSE :670:
into proprietary programs. If your program is a subroutine library, you
AlexDaniel/foo-dependencies-a-on-b
…/LICENSE :672:
the library. If this is what you want to do, use the GNU Lesser General
AlexDaniel/foo-dependencies-a-on-b
…/META6.json :11:
"Foo::Dependencies::A-on-B" : "lib/Foo/Dependencies/A-on-B.pm6"
AlexDaniel/foo-dependencies-b-on-a
…/LICENSE :142:
the work, and the source code for shared libraries and dynamically
AlexDaniel/foo-dependencies-b-on-a
…/LICENSE :670:
into proprietary programs. If your program is a subroutine library, you
AlexDaniel/foo-dependencies-b-on-a
…/LICENSE :672:
the library. If this is what you want to do, use the GNU Lesser General
AlexDaniel/foo-dependencies-b-on-a
…/META6.json :11:
"Foo::Dependencies::B-on-A" : "lib/Foo/Dependencies/B-on-A.pm6"
AlexDaniel/foo-dependencies-self
…/LICENSE :142:
the work, and the source code for shared libraries and dynamically
AlexDaniel/foo-dependencies-self
…/LICENSE :670:
into proprietary programs. If your program is a subroutine library, you
AlexDaniel/foo-dependencies-self
…/LICENSE :672:
the library. If this is what you want to do, use the GNU Lesser General
AlexDaniel/foo-dependencies-self
…/META6.json :11:
"Foo::Dependencies::Self" : "lib/Foo/Dependencies/Self.pm6"
AlexDaniel/foo-regressed-very
…/LICENSE :142:
the work, and the source code for shared libraries and dynamically
AlexDaniel/foo-regressed-very
…/LICENSE :670:
into proprietary programs. If your program is a subroutine library, you
AlexDaniel/foo-regressed-very
…/LICENSE :672:
the library. If this is what you want to do, use the GNU Lesser General
AlexDaniel/foo-regressed-very
…/META6.json :11:
"Foo::Regressed::Very" : "lib/Foo/Regressed/Very.pm6"
AlexDaniel/foo-regressed
…/LICENSE :142:
the work, and the source code for shared libraries and dynamically
AlexDaniel/foo-regressed
…/LICENSE :670:
into proprietary programs. If your program is a subroutine library, you
AlexDaniel/foo-regressed
…/LICENSE :672:
the library. If this is what you want to do, use the GNU Lesser General
AlexDaniel/foo-regressed
…/META6.json :11:
"Foo::Regressed" : "lib/Foo/Regressed.pm6"
AlexDaniel/orgsleep
…/LICENSE :142:
the work, and the source code for shared libraries and dynamically
AlexDaniel/orgsleep
…/LICENSE :670:
into proprietary programs. If your program is a subroutine library, you
AlexDaniel/orgsleep
…/LICENSE :672:
the library. If this is what you want to do, use the GNU Lesser General
AlexDaniel/orgsleep
…/README.md :22:
force matplotlib or gnuplot to render 1-pixel lines. In fact, there
AlexDaniel/orgsleep
…/README.md :23:
were matplotlib *and* gnuplot versions of orgsleep, but they were only
AlexDaniel/orgsleep
…/README.md :47:
sudo apt install libimage-magick-perl
Altai-man/Slang-Kazu
…/.gitignore :1:
/blib/
Altai-man/Slang-Kazu
…/.gitignore :6:
/resources/*.dylib
Altai-man/Slang-Kazu
…/COPYING :143:
the work, and the source code for shared libraries and dynamically
Altai-man/Slang-Kazu
…/COPYING :673:
into proprietary programs. If your program is a subroutine library, you
Altai-man/Slang-Kazu
…/COPYING :675:
the library. If this is what you want to do, use the GNU Lesser General
Altai-man/Slang-Kazu
…/META6.json :10:
"Slang::Kazu" : "lib/Slang/Kazu.pm6"
Altai-man/deredere
…/META6.json :11:
"deredere" : "lib/deredere.pm6"
Altai-man/p6-Texas-To-Uni
…/META6.json :10:
"Texas::To::Uni": "lib/Texas/To/Uni.pm6"
Altai-man/p6-WWW-DuckDuckGo
…/META6.json :11:
"WWW::DuckDuckGo::Icon" : "lib/WWW/DuckDuckGo/Icon.pm6",
Altai-man/p6-WWW-DuckDuckGo
…/META6.json :12:
"WWW::DuckDuckGo::Link" : "lib/WWW/DuckDuckGo/Link.pm6",
Altai-man/p6-WWW-DuckDuckGo
…/META6.json :13:
"WWW::DuckDuckGo::ZeroClickInfo" : "lib/WWW/DuckDuckGo/ZeroClickInfo.pm6",
Altai-man/p6-WWW-DuckDuckGo
…/META6.json :14:
"WWW::DuckDuckGo" : "lib/WWW/DuckDuckGo.pm6"
Altai-man/p6-WWW-DuckDuckGo
…/README.md :26:
This library is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0
Altai-man/p6-WWW-DuckDuckGo
…/01-base.t :4:
use lib 'lib';
Altai-man/perl6-Compress-Bzip2-Raw
…/META6.json :8:
"description" : "Low-level bindings to libbzip2",
Altai-man/perl6-Compress-Bzip2-Raw
…/META6.json :11:
"Compress::Bzip2::Raw" : "lib/Compress/Bzip2/Raw.pm6"
Altai-man/perl6-Compress-Bzip2-Raw
…/README.md :4:
Low-level interface to bzip2. Bzip2 library must be installed in the system. Support of Windows and OS X is still needed. Contributions are welcome.
Altai-man/perl6-Compress-Bzip2
…/META6.json :8:
"description" : "High-level bindings to libbzip2",
Altai-man/perl6-Compress-Bzip2
…/META6.json :11:
"Compress::Bzip2" : "lib/Compress/Bzip2.pm6"
Altai-man/perl6-Compress-Bzip2
…/README.md :4:
Bindings to bzip2 library. Procedural API is as easy as pie: you can compress and decompress your files like this:
Altai-man/perl6-Compress-Bzip2
…/README.md :34:
Your any suggestions, reporting of issues and advices about design of library will be really helpful.
Altai-man/perl6-Compress-Bzip2
…/README.md :36:
I'm very grateful to authors of perl6 bindings to zlib compression library, since I took their code as example for this work and wrote very similar interface.
Altai-man/perl6-Compress-Bzip2
…/Bzip2.pm6 :19:
"Error during $.action: Bzlib2 library was mis-compiled.";
Altai-man/perl6-Config-Netrc
…/META6.json :9:
"Config::Netrc" : "lib/Config/Netrc.pm6",
Altai-man/perl6-Config-Netrc
…/META6.json :10:
"Config::Netrc::Writer" : "lib/Config/Netrc/Writer.pm6"
Altai-man/perl6-Config-Netrc
…/README.md :42:
This library is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0
Altai-man/perl6-Config-Netrc
…/10-testing.t :4:
use lib 'lib';
Altai-man/perl6-Java-Generate
…/META6.json :7:
"Java::Generate::ASTNode": "lib/Java/Generate/ASTNode.pm6",
Altai-man/perl6-Java-Generate
…/META6.json :8:
"Java::Generate::Argument": "lib/Java/Generate/Argument.pm6",
Altai-man/perl6-Java-Generate
…/META6.json :9:
"Java::Generate::Class": "lib/Java/Generate/Class.pm6",
Altai-man/perl6-Java-Generate
…/META6.json :10:
"Java::Generate::CompUnit": "lib/Java/Generate/CompUnit.pm6",
Altai-man/perl6-Java-Generate
…/META6.json :11:
"Java::Generate::Expression": "lib/Java/Generate/Expression.pm6",
Altai-man/perl6-Java-Generate
…/META6.json :12:
"Java::Generate::Interface": "lib/Java/Generate/Interface.pm6",
Altai-man/perl6-Java-Generate
…/META6.json :13:
"Java::Generate::JavaMethod": "lib/Java/Generate/JavaMethod.pm6",
Altai-man/perl6-Java-Generate
…/META6.json :14:
"Java::Generate::JavaParameter": "lib/Java/Generate/JavaParameter.pm6",
Altai-man/perl6-Java-Generate
…/META6.json :15:
"Java::Generate::JavaSignature": "lib/Java/Generate/JavaSignature.pm6",
Altai-man/perl6-Java-Generate
…/META6.json :16:
"Java::Generate::Literal": "lib/Java/Generate/Literal.pm6",
Altai-man/perl6-Java-Generate
…/META6.json :17:
"Java::Generate::Statement": "lib/Java/Generate/Statement.pm6",
Altai-man/perl6-Java-Generate
…/META6.json :18:
"Java::Generate::Utils": "lib/Java/Generate/Utils.pm6",
Altai-man/perl6-Java-Generate
…/META6.json :19:
"Java::Generate::Variable": "lib/Java/Generate/Variable.pm6"
Altai-man/perl6-Test-NoTabs
…/META6.json :9:
"Test::NoTabs" : "lib/Test/NoTabs.pm6"
Altai-man/perl6-Text-Tabs
…/.gitignore :1:
lib/.precomp
Altai-man/perl6-Text-Tabs
…/META6.json :10:
"Text::Tabs" : "lib/Text/Tabs.pm6"
Altai-man/perl6-Text-Tabs
…/10-sane.t :4:
use lib 'lib';
Altai-man/perl6-app-whiff
…/META6.json :11:
"App::Whiff" : "lib/App/Whiff.pm6"
Altai-man/perl6-app-whiff
…/10-basic.t :4:
use lib 'lib';
Atrox/haikunatorperl
…/.gitignore :1:
lib/.precomp/
Atrox/haikunatorperl
…/META6.json :9:
"Haikunator" : "lib/Haikunator.pm6"
Atrox/haikunatorperl
…/010-use.t :4:
use lib 'lib';
Atrox/haikunatorperl
…/020-meta.t :4:
use lib 'lib';
Bailador/Bailador
…/.gitignore :5:
lib/Bailador/tmp*
Bailador/Bailador
…/CONTRIBUTING.md :30:
$ prove -e 'perl6 -Ilib' t
Bailador/Bailador
…/CONTRIBUTING.md :44:
* Upgrade the version in lib/Bailador.pm
Bailador/Bailador
…/Changes :96:
- Ticket #158 - passing perl6 include lib directory downstream
Bailador/Bailador
…/Dockerfile :22:
libssl-dev \
Bailador/Bailador
…/Dockerfile :28:
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Bailador/Bailador
…/META6.json :47:
"Bailador" : "lib/Bailador.pm",
Bailador/Bailador
…/META6.json :48:
"Bailador::App" : "lib/Bailador/App.pm",
Bailador/Bailador
…/META6.json :49:
"Bailador::CLI" : "lib/Bailador/CLI.pm",
Bailador/Bailador
…/META6.json :50:
"Bailador::Command" : "lib/Bailador/Command.pm",
Bailador/Bailador
…/META6.json :51:
"Bailador::Command::easy" : "lib/Bailador/Command/easy.pm",
Bailador/Bailador
…/META6.json :52:
"Bailador::Command::ogre" : "lib/Bailador/Command/ogre.pm",
Bailador/Bailador
…/META6.json :53:
"Bailador::Command::p6w" : "lib/Bailador/Command/p6w.pm",
Bailador/Bailador
…/META6.json :54:
"Bailador::Command::routes" : "lib/Bailador/Command/routes.pm",
Bailador/Bailador
…/META6.json :55:
"Bailador::Command::tiny" : "lib/Bailador/Command/tiny.pm",
Bailador/Bailador
…/META6.json :56:
"Bailador::Command::watch" : "lib/Bailador/Command/watch.pm",
Bailador/Bailador
…/META6.json :57:
"Bailador::Commands" : "lib/Bailador/Commands.pm",
Bailador/Bailador
…/META6.json :58:
"Bailador::Configuration" : "lib/Bailador/Configuration.pm",
Bailador/Bailador
…/META6.json :59:
"Bailador::ContentTypes" : "lib/Bailador/ContentTypes.pm",
Bailador/Bailador
…/META6.json :60:
"Bailador::Context" : "lib/Bailador/Context.pm",
Bailador/Bailador
…/META6.json :61:
"Bailador::Exceptions" : "lib/Bailador/Exceptions.pm",
Bailador/Bailador
…/META6.json :62:
"Bailador::Feature::AutoHead" : "lib/Bailador/Feature/AutoHead.pm",
Bailador/Bailador
…/META6.json :63:
"Bailador::Gradual" : "lib/Bailador/Gradual.pm",
Bailador/Bailador
…/META6.json :64:
"Bailador::Log" : "lib/Bailador/Log.pm",
Bailador/Bailador
…/META6.json :65:
"Bailador::Log::Adapter" : "lib/Bailador/Log/Adapter.pm",
Bailador/Bailador
…/META6.json :66:
"Bailador::Log::Formatter" : "lib/Bailador/Log/Formatter.pm",
Bailador/Bailador
…/META6.json :67:
"Bailador::Plugins" : "lib/Bailador/Plugins.pm",
Bailador/Bailador
…/META6.json :68:
"Bailador::Request" : "lib/Bailador/Request.pm",
Bailador/Bailador
…/META6.json :69:
"Bailador::Request::Multipart" : "lib/Bailador/Request/Multipart.pm",
Bailador/Bailador
…/META6.json :70:
"Bailador::Response" : "lib/Bailador/Response.pm",
Bailador/Bailador
…/META6.json :71:
"Bailador::Route" : "lib/Bailador/Route.pm",
Bailador/Bailador
…/META6.json :72:
"Bailador::Route::AutoHead" : "lib/Bailador/Route/AutoHead.pm",
Bailador/Bailador
…/META6.json :73:
"Bailador::Route::Controller" : "lib/Bailador/Route/Controller.pm",
Bailador/Bailador
…/META6.json :74:
"Bailador::Route::IoC" : "lib/Bailador/Route/IoC.pm",
Bailador/Bailador
…/META6.json :75:
"Bailador::Route::Prefix" : "lib/Bailador/Route/Prefix.pm",
Bailador/Bailador
…/META6.json :76:
"Bailador::Route::Simple" : "lib/Bailador/Route/Simple.pm",
Bailador/Bailador
…/META6.json :77:
"Bailador::Route::StaticFile" : "lib/Bailador/Route/StaticFile.pm",
Bailador/Bailador
…/META6.json :78:
"Bailador::RouteHelper" : "lib/Bailador/RouteHelper.pm",
Bailador/Bailador
…/META6.json :79:
"Bailador::Sessions" : "lib/Bailador/Sessions.pm",
Bailador/Bailador
…/META6.json :80:
"Bailador::Sessions::Store" : "lib/Bailador/Sessions/Store.pm",
Bailador/Bailador
…/META6.json :81:
"Bailador::Sessions::Store::Memory" : "lib/Bailador/Sessions/Store/Memory.pm",
Bailador/Bailador
…/META6.json :82:
"Bailador::Template" : "lib/Bailador/Template.pm",
Bailador/Bailador
…/META6.json :83:
"Bailador::Template::Mojo" : "lib/Bailador/Template/Mojo.pm",
Bailador/Bailador
…/META6.json :84:
"Bailador::Template::Mustache" : "lib/Bailador/Template/Mustache.pm",
Bailador/Bailador
…/META6.json :85:
"Bailador::Test" : "lib/Bailador/Test.pm",
Bailador/Bailador
…/META6.json :86:
"Bailador::Utils" : "lib/Bailador/Utils.pm"
Bailador/Bailador
…/appveyor.yml :29:
#- prove -v -e "perl6 -Ilib" t/
Bailador/Bailador
…/bailador :23:
multi sub MAIN ('watch', Str $app, Str :$w = 'lib,bin,views', Str :$config) {
Bailador/Bailador
…/README.md :110:
will watch the `lib`, `bin`, and `views` directories.
Bailador/Bailador
…/README.md :116:
$ bailador --w=lib,bin,views,public watch bin/your-bailador-app.p6
Bailador/Bailador
…/api.pl6 :3:
use lib 'lib';
Bailador/Bailador
…/app.pl6 :4:
use lib 'lib';
Bailador/Bailador
…/echo.pl6 :4:
use lib 'lib';
Bailador/Bailador
…/err.pl6 :4:
use lib 'lib';
Bailador/Bailador
…/app.pl6 :3:
use lib 'lib';
Bailador/Bailador
…/pastebin.pl6 :4:
use lib 'lib';
Bailador/Bailador
…/app.pl :4:
use lib 'examples/plugins/lib';
Bailador/Bailador
…/app.pl :5:
use lib 'lib';
Bailador/Bailador
…/index.tt :8:
<script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/3.0.3/handlebars.min.js"></script>
Bailador/Bailador
…/postapp.pl6 :4:
use lib 'lib';
Bailador/Bailador
…/prefix.pl6 :4:
use lib 'lib';
Bailador/Bailador
…/request.pl6 :4:
use lib 'lib';
Bailador/Bailador
…/inherit_app.pl6 :2:
use lib 'lib';
Bailador/Bailador
…/mixed_app.pl6 :2:
use lib 'lib';
Bailador/Bailador
…/shared_app.pl6 :2:
use lib 'lib';
Bailador/Bailador
…/sessions.pl6 :4:
use lib 'lib';
Bailador/Bailador
…/app.pl6 :4:
use lib 'lib';
Bailador/Bailador
…/index.html :8:
<script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/3.0.3/handlebars.min.js"></script>
Bailador/Bailador
…/00-lint.t :2:
use lib 'lib';
Bailador/Bailador
…/00-lint.t :19:
elsif $a.starts-with('lib') && ! $b.starts-with('lib') {
Bailador/Bailador
…/00-lint.t :22:
elsif ! $a.starts-with('lib') && $b.starts-with('lib') {
Bailador/Bailador
…/00-load.t :2:
use lib 'lib';
Bailador/Bailador
…/00-test-meta.t :2:
use lib 'lib';
Bailador/Bailador
…/00-tidy.t :2:
use lib 'lib';
Bailador/Bailador
…/app.pl6 :4:
use lib 'lib';
Bailador/Bailador
…/20-cli.t :2:
use lib 'xt/lib';
Bailador/Bailador
…/20-cli.t :28:
my $p = run-executable-with-includes("-I$git_dir/lib", $git_dir.IO.child('bin').child('bailador'), :out, :err);
Bailador/Bailador
…/20-cli.t :37:
my $p = run-executable-with-includes("-I$git_dir/lib", $git_dir.IO.child('bin').child('bailador'), 'new', :out, :err);
Bailador/Bailador
…/20-cli.t :47:
my $p = run-executable-with-includes("-I$git_dir/lib", $git_dir.IO.child('bin').child('bailador'), 'new', 'App-Name', :out, :err);
Bailador/Bailador
…/20-cli.t :74:
my $p = run-executable-with-includes("-I$git_dir/lib", $git_dir.IO.child('bin').child('bailador'), 'new', 'App-Name', :out, :err);
Bailador/Bailador
…/20-cli.t :86:
my $p = run-executable-with-includes("-I$git_dir/lib", $git_dir.IO.child('bin').child('bailador'), 'new', 'Foo-Bar', :out, :err);
Bailador/Bailador
…/20-cli.t :117:
# temp %*ENV<PERL6LIB> = join(':', "$git_dir/lib", |get-path-from-repo());
Bailador/Bailador
…/20-cli.t :119:
# my @includes = map { "-I=" ~ $_ } ("$git_dir/lib", |get-path-from-repo());
Bailador/Bailador
…/20-cli.t :123:
my $p = run($prove6, "-I=$git_dir/lib", '-l', :out, :err);
Bailador/Bailador
…/20-cli.t :148:
my $server = Proc::Async.new($*EXECUTABLE, "-I$git_dir/lib", |@includes, $git_dir.IO.child('bin').child('bailador'), |@args);
Bailador/Bailador
…/20-cli.t :179:
my $server = Proc::Async.new($*EXECUTABLE, "-I$git_dir/lib", |@includes, $git_dir.IO.child('bin').child('bailador'), |@args);
Bailador/Bailador
…/20-cli.t :205:
my $server = Proc::Async.new($*EXECUTABLE, "-I$git_dir/lib", |@includes, $git_dir.IO.child('bin').child('bailador'), |@args);
Bailador/Bailador
…/20-cli.t :223:
my $p = run-executable-with-includes("-I$git_dir/lib", $git_dir.IO.child('bin').child('bailador'), 'routes', "$git_dir/examples/prefix/prefix.pl6", :out, :err);
perl6-all-modules/github/BufUtils/META6.json , "provides" : { "BufUtils": "lib/BufUtils.pm" }
Cofyc/perl6-redis
…/.gitignore :3:
/blib
Cofyc/perl6-redis
…/META6.json :12:
"Redis": "lib/Redis.pm"
Cofyc/perl6-redis
…/01-connect.t :3:
use lib <t lib>;
Cofyc/perl6-redis
…/02-connection.t :3:
use lib <t lib>;
Cofyc/perl6-redis
…/02-hashes.t :3:
use lib <t lib>;
Cofyc/perl6-redis
…/02-keys.t :3:
use lib <t lib>;
Cofyc/perl6-redis
…/02-lists.t :3:
use lib <t lib>;
Cofyc/perl6-redis
…/02-pub&sub.t :3:
use lib <t lib>;
Cofyc/perl6-redis
…/02-scripting.t :3:
use lib <t lib>;
Cofyc/perl6-redis
…/02-server.t :3:
use lib <t lib>;
Cofyc/perl6-redis
…/02-sets.t :3:
use lib <t lib>;
Cofyc/perl6-redis
…/02-sortedsets.t :3:
use lib <t lib>;
Cofyc/perl6-redis
…/02-strings.t :3:
use lib <t lib>;
Cofyc/perl6-redis
…/02-transactions.t :3:
use lib <t lib>;
Cofyc/perl6-redis
…/03-binary.t :3:
use lib <t lib>;
Cofyc/perl6-redis
…/03-multibytes.t :3:
use lib <t lib>;
Cofyc/perl6-redis
…/04-exec-any-commands.t :3:
use lib <t lib>;
CurtTilmes/Perl6-GraphQL
…/META6.json :13:
"GraphQL" : "lib/GraphQL.pm",
CurtTilmes/Perl6-GraphQL
…/META6.json :14:
"GraphQL::Actions" : "lib/GraphQL/Actions.pm",
CurtTilmes/Perl6-GraphQL
…/META6.json :15:
"GraphQL::Compare" : "lib/GraphQL/Compare.pm",
CurtTilmes/Perl6-GraphQL
…/META6.json :16:
"GraphQL::Execution" : "lib/GraphQL/Execution.pm",
CurtTilmes/Perl6-GraphQL
…/META6.json :17:
"GraphQL::Grammar" : "lib/GraphQL/Grammar.pm",
CurtTilmes/Perl6-GraphQL
…/META6.json :18:
"GraphQL::GraphiQL" : "lib/GraphQL/GraphiQL.pm",
CurtTilmes/Perl6-GraphQL
…/META6.json :19:
"GraphQL::Introspection" : "lib/GraphQL/Introspection.pm",
CurtTilmes/Perl6-GraphQL
…/META6.json :20:
"GraphQL::Response" : "lib/GraphQL/Response.pm",
CurtTilmes/Perl6-GraphQL
…/META6.json :21:
"GraphQL::Server" : "lib/GraphQL/Server.pm",
CurtTilmes/Perl6-GraphQL
…/META6.json :22:
"GraphQL::Types" : "lib/GraphQL/Types.pm",
CurtTilmes/Perl6-GraphQL
…/META6.json :23:
"GraphQL::Validation" : "lib/GraphQL/Validation.pm",
CurtTilmes/Perl6-GraphQL
…/META6.json :24:
"Cro::HTTP::Router::GraphQL" : "lib/Cro/HTTP/Router/GraphQL.pm6",
CurtTilmes/Perl6-GraphQL
…/META6.json :25:
"Cro::HTTP::Transform::GraphQL" : "lib/Cro/HTTP/Transform/GraphQL.pm6"
CurtTilmes/Perl6-GraphQL
…/GraphiQL.pm :52:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/graphiql/0.10.2/graphiql.min.css" />
CurtTilmes/Perl6-GraphQL
…/GraphiQL.pm :53:
<script src="https://cdnjs.cloudflare.com/ajax/libs/graphiql/0.10.2/graphiql.min.js"></script>
CurtTilmes/Perl6-GraphQL
…/01-parse-bad.t :4:
use lib 'lib';
CurtTilmes/Perl6-GraphQL
…/01-parse.t :4:
use lib 'lib';
CurtTilmes/Perl6-GraphQL
…/02-schemaparse.t :4:
use lib 'lib';
CurtTilmes/Perl6-GraphQL
…/04-query.t :3:
use lib 'lib';
CurtTilmes/Perl6-GraphQL
…/05-objectresolver.t :3:
use lib 'lib';
CurtTilmes/Perl6-GraphQL
…/06-queries-with-args.t :3:
use lib 'lib';
CurtTilmes/Perl6-GraphQL
…/07-mutations.t :3:
use lib 'lib';
CurtTilmes/Perl6-GraphQL
…/01-my-meta.t :4:
use lib 'lib';
CurtTilmes/perl6-dbi-async
…/META6.json :17:
"DBI::Async" : "lib/DBI/Async.pm"
CurtTilmes/perl6-dbi-async
…/01-my-meta.t :4:
use lib 'lib';
CurtTilmes/perl6-eredis
…/META6.json :17:
"Eredis" : "lib/Eredis.pm",
CurtTilmes/perl6-eredis
…/META6.json :18:
"Redis::Async" : "lib/Redis/Async.pm",
CurtTilmes/perl6-eredis
…/META6.json :19:
"Redis::Objects" : "lib/Redis/Objects.pm6",
CurtTilmes/perl6-eredis
…/META6.json :20:
"Test::Redis" : "lib/Test/Redis.pm"
CurtTilmes/perl6-eredis
…/README.md :5:
library for Redis.
CurtTilmes/perl6-eredis
…/README.md :7:
Eredis is a C client library built over Hiredis. It is lightweight,
CurtTilmes/perl6-eredis
…/README.md :13:
Eredis library, so
CurtTilmes/perl6-eredis
…/README.md :232:
libraries like this module. If you don't need the performance, it may
CurtTilmes/perl6-eredis
…/Eredis.pod6 :5:
Eredis - NativeCall bindings for the Eulerian Technologies eredis library
CurtTilmes/perl6-eredis
…/Eredis.pod6 :47:
Nativecall interface to the Eulerian Technologis eredis library:
CurtTilmes/perl6-eredis
…/Eredis.pod6 :49:
Eredis is a C client library built over Hiredis. It is
CurtTilmes/perl6-eredis
…/Eredis.pm :5:
constant LIBEREDIS = 'eredis'; # liberedis.so
CurtTilmes/perl6-eredis
…/03-eredis.t :17:
skip-rest 'Skipping tests, no eredis library.';
CurtTilmes/perl6-libcurl
…/.gitrepo :7:
remote = https://github.com/CurtTilmes/perl6-libcurl.git
CurtTilmes/perl6-libcurl
…/.travis.yml :13:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libcurl4-openssl-dev; fi
CurtTilmes/perl6-libcurl
…/META6.json :6:
"source-url" : "https://github.com/CurtTilmes/perl6-libcurl.git",
CurtTilmes/perl6-libcurl
…/META6.json :13:
"LibCurl::EasyHandle" : "lib/LibCurl/EasyHandle.pm6",
CurtTilmes/perl6-libcurl
…/META6.json :14:
"LibCurl::MultiHandle" : "lib/LibCurl/MultiHandle.pm6",
CurtTilmes/perl6-libcurl
…/META6.json :15:
"LibCurl::Easy" : "lib/LibCurl/Easy.pm6",
CurtTilmes/perl6-libcurl
…/META6.json :16:
"LibCurl::Multi" : "lib/LibCurl/Multi.pm6",
CurtTilmes/perl6-libcurl
…/META6.json :17:
"LibCurl::HTTP" : "lib/LibCurl/HTTP.pm6"
CurtTilmes/perl6-libcurl
…/META6.json :31:
"source" : "https://github.com/CurtTilmes/perl6-libcurl.git",
CurtTilmes/perl6-libcurl
…/META6.json :32:
"bugtracker" : "https://github.com/CurtTilmes/perl6-libcurl.git"
CurtTilmes/perl6-libcurl
…/README.md :3:
Build Status
CurtTilmes/perl6-libcurl
…/README.md :18:
libcurl.
CurtTilmes/perl6-libcurl
…/README.md :20:
libcurl is a free and easy-to-use client-side URL transfer
CurtTilmes/perl6-libcurl
…/README.md :21:
library, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS,
CurtTilmes/perl6-libcurl
…/README.md :23:
SMTP, SMTPS, Telnet and TFTP. libcurl supports SSL certificates,
CurtTilmes/perl6-libcurl
…/README.md :29:
libcurl is highly portable, it builds and works identically on
CurtTilmes/perl6-libcurl
…/README.md :35:
libcurl is free, thread-safe, IPv6 compatible, feature rich, well
CurtTilmes/perl6-libcurl
…/README.md :126:
Of course the full power of libcurl is
CurtTilmes/perl6-libcurl
…/README.md :132:
Many of the libcurl
CurtTilmes/perl6-libcurl
…/README.md :133:
options are
CurtTilmes/perl6-libcurl
…/README.md :141:
Just like libcurl, the primary option is
CurtTilmes/perl6-libcurl
…/README.md :142:
URL, and can take
CurtTilmes/perl6-libcurl
…/README.md :161:
CURLOPT_COPYPOSTFIELDS so it will always copy the fields.
CurtTilmes/perl6-libcurl
…/README.md :170:
CAinfo
CurtTilmes/perl6-libcurl
…/README.md :171:
CApath
CurtTilmes/perl6-libcurl
…/README.md :172:
URL
CurtTilmes/perl6-libcurl
…/README.md :173:
accepttimeout-ms
CurtTilmes/perl6-libcurl
…/README.md :174:
accept-encoding
CurtTilmes/perl6-libcurl
…/README.md :175:
address-scope
CurtTilmes/perl6-libcurl
…/README.md :176:
append
CurtTilmes/perl6-libcurl
…/README.md :177:
autoreferer
CurtTilmes/perl6-libcurl
…/README.md :178:
buffersize
CurtTilmes/perl6-libcurl
…/README.md :179:
certinfo
CurtTilmes/perl6-libcurl
…/README.md :180:
cookie
CurtTilmes/perl6-libcurl
…/README.md :181:
cookiefile
CurtTilmes/perl6-libcurl
…/README.md :182:
cookiejar
CurtTilmes/perl6-libcurl
…/README.md :183:
cookielist
CurtTilmes/perl6-libcurl
…/README.md :184:
customrequest
CurtTilmes/perl6-libcurl
…/README.md :185:
dirlistonly
CurtTilmes/perl6-libcurl
…/README.md :186:
failonerror
CurtTilmes/perl6-libcurl
…/README.md :187:
followlocation
CurtTilmes/perl6-libcurl
…/README.md :188:
forbid-reuse
CurtTilmes/perl6-libcurl
…/README.md :189:
fresh-connect
CurtTilmes/perl6-libcurl
…/README.md :190:
ftp-skip-pasv-ip
CurtTilmes/perl6-libcurl
…/README.md :191:
ftp-use-eprt
CurtTilmes/perl6-libcurl
…/README.md :192:
ftp-use-epsv
CurtTilmes/perl6-libcurl
…/README.md :193:
ftpport
CurtTilmes/perl6-libcurl
…/README.md :194:
header
CurtTilmes/perl6-libcurl
…/README.md :195:
http-version
CurtTilmes/perl6-libcurl
…/README.md :196:
httpauth
CurtTilmes/perl6-libcurl
…/README.md :197:
httpget
CurtTilmes/perl6-libcurl
…/README.md :198:
httpproxytunnel
CurtTilmes/perl6-libcurl
…/README.md :199:
infilesize
CurtTilmes/perl6-libcurl
…/README.md :200:
low-speed-limit
CurtTilmes/perl6-libcurl
…/README.md :201:
low-speed-time
CurtTilmes/perl6-libcurl
…/README.md :202:
maxconnects
CurtTilmes/perl6-libcurl
…/README.md :203:
maxfilesize
CurtTilmes/perl6-libcurl
…/README.md :204:
maxredirs
CurtTilmes/perl6-libcurl
…/README.md :205:
max-send-speed
CurtTilmes/perl6-libcurl
…/README.md :206:
max-recv-speed
CurtTilmes/perl6-libcurl
…/README.md :207:
netrc
CurtTilmes/perl6-libcurl
…/README.md :208:
nobody
CurtTilmes/perl6-libcurl
…/README.md :209:
noprogress
CurtTilmes/perl6-libcurl
…/README.md :210:
nosignal
CurtTilmes/perl6-libcurl
…/README.md :211:
password
CurtTilmes/perl6-libcurl
…/README.md :212:
post
CurtTilmes/perl6-libcurl
…/README.md :213:
postfields
CurtTilmes/perl6-libcurl
…/README.md :214:
postfieldsize
CurtTilmes/perl6-libcurl
…/README.md :215:
protocols
CurtTilmes/perl6-libcurl
…/README.md :216:
proxy
CurtTilmes/perl6-libcurl
…/README.md :217:
proxyauth
CurtTilmes/perl6-libcurl
…/README.md :218:
proxyport
CurtTilmes/perl6-libcurl
…/README.md :219:
proxytype
CurtTilmes/perl6-libcurl
…/README.md :220:
proxyuserpwd
CurtTilmes/perl6-libcurl
…/README.md :221:
range
CurtTilmes/perl6-libcurl
…/README.md :222:
redir-protocols
CurtTilmes/perl6-libcurl
…/README.md :223:
referer
CurtTilmes/perl6-libcurl
…/README.md :224:
resume-from
CurtTilmes/perl6-libcurl
…/README.md :225:
ssl-verifyhost
CurtTilmes/perl6-libcurl
…/README.md :226:
ssl-verifypeer
CurtTilmes/perl6-libcurl
…/README.md :227:
timecondition
CurtTilmes/perl6-libcurl
…/README.md :228:
timeout
CurtTilmes/perl6-libcurl
…/README.md :229:
timeout-ms
CurtTilmes/perl6-libcurl
…/README.md :230:
timevalue
CurtTilmes/perl6-libcurl
…/README.md :231:
unrestricted-auth
CurtTilmes/perl6-libcurl
…/README.md :232:
use-ssl
CurtTilmes/perl6-libcurl
…/README.md :233:
useragent
CurtTilmes/perl6-libcurl
…/README.md :234:
username
CurtTilmes/perl6-libcurl
…/README.md :235:
userpwd
CurtTilmes/perl6-libcurl
…/README.md :236:
verbose
CurtTilmes/perl6-libcurl
…/README.md :237:
wildcardmatch
CurtTilmes/perl6-libcurl
…/README.md :241:
In addition to the normal libcurl special options that set headers
CurtTilmes/perl6-libcurl
…/README.md :242:
(useragent,
CurtTilmes/perl6-libcurl
…/README.md :243:
referer,
CurtTilmes/perl6-libcurl
…/README.md :244:
cookie), there
CurtTilmes/perl6-libcurl
…/README.md :271:
In addition to the normal libcurl options, Perl6 LibCurl uses options
CurtTilmes/perl6-libcurl
…/README.md :274:
```debugfunction``` replaces the libcurl
CurtTilmes/perl6-libcurl
…/README.md :275:
CURLOPT_DEBUGFUNCTION
CurtTilmes/perl6-libcurl
…/README.md :283:
```xferinfo``` replaces the libcurl
CurtTilmes/perl6-libcurl
…/README.md :284:
CURLOPT_XFERINFOFUNCTION
CurtTilmes/perl6-libcurl
…/README.md :286:
CURLOPT_PROGRESSFUNCTION)
CurtTilmes/perl6-libcurl
…/README.md :305:
In most circumstances, errors from libcurl functions will result in a
CurtTilmes/perl6-libcurl
…/README.md :307:
see the string error, or cast to Int to see the [libcurl error
CurtTilmes/perl6-libcurl
…/README.md :308:
code](https://curl.haxx.se/libcurl/c/libcurl-errors.html).
CurtTilmes/perl6-libcurl
…/README.md :315:
failonerror
CurtTilmes/perl6-libcurl
…/README.md :320:
messages](https://curl.haxx.se/libcurl/c/CURLOPT_ERRORBUFFER.html)
CurtTilmes/perl6-libcurl
…/README.md :338:
.getinfo
CurtTilmes/perl6-libcurl
…/README.md :357:
appconnect_time
CurtTilmes/perl6-libcurl
…/README.md :358:
certinfo
CurtTilmes/perl6-libcurl
…/README.md :359:
condition-unmet
CurtTilmes/perl6-libcurl
…/README.md :360:
connect-time
CurtTilmes/perl6-libcurl
…/README.md :361:
content-type
CurtTilmes/perl6-libcurl
…/README.md :362:
cookielist
CurtTilmes/perl6-libcurl
…/README.md :363:
effective-url
CurtTilmes/perl6-libcurl
…/README.md :364:
ftp-entry-path
CurtTilmes/perl6-libcurl
…/README.md :365:
header-size
CurtTilmes/perl6-libcurl
…/README.md :366:
http-connectcode
CurtTilmes/perl6-libcurl
…/README.md :367:
httpauth-avail
CurtTilmes/perl6-libcurl
…/README.md :368:
lastsocket
CurtTilmes/perl6-libcurl
…/README.md :369:
local-ip
CurtTilmes/perl6-libcurl
…/README.md :370:
local-port
CurtTilmes/perl6-libcurl
…/README.md :371:
namelookup-time
CurtTilmes/perl6-libcurl
…/README.md :372:
num-connects
CurtTilmes/perl6-libcurl
…/README.md :373:
os-errno
CurtTilmes/perl6-libcurl
…/README.md :374:
pretransfer-time
CurtTilmes/perl6-libcurl
…/README.md :375:
primary-ip
CurtTilmes/perl6-libcurl
…/README.md :376:
primary-port
CurtTilmes/perl6-libcurl
…/README.md :377:
proxyauth-avail
CurtTilmes/perl6-libcurl
…/README.md :378:
redirect-url
CurtTilmes/perl6-libcurl
…/README.md :379:
request-size
CurtTilmes/perl6-libcurl
…/README.md :380:
response-code
CurtTilmes/perl6-libcurl
…/README.md :381:
rtsp-client-cseq
CurtTilmes/perl6-libcurl
…/README.md :382:
rtsp-cseq-recv
CurtTilmes/perl6-libcurl
…/README.md :383:
rtsp-server-cseq
CurtTilmes/perl6-libcurl
…/README.md :384:
rtsp-session-id
CurtTilmes/perl6-libcurl
…/README.md :385:
size-download
CurtTilmes/perl6-libcurl
…/README.md :386:
size-upload
CurtTilmes/perl6-libcurl
…/README.md :387:
speed-download
CurtTilmes/perl6-libcurl
…/README.md :388:
speed-upload
CurtTilmes/perl6-libcurl
…/README.md :389:
ssl-engines
CurtTilmes/perl6-libcurl
…/README.md :390:
total-time
CurtTilmes/perl6-libcurl
…/README.md :437:
The options are described in more detail here.
CurtTilmes/perl6-libcurl
…/README.md :441:
name
CurtTilmes/perl6-libcurl
…/README.md :442:
contents
CurtTilmes/perl6-libcurl
…/README.md :443:
filecontent
CurtTilmes/perl6-libcurl
…/README.md :444:
file
CurtTilmes/perl6-libcurl
…/README.md :445:
contenttype
CurtTilmes/perl6-libcurl
…/README.md :446:
filename
CurtTilmes/perl6-libcurl
…/README.md :447:
buffer
CurtTilmes/perl6-libcurl
…/README.md :448:
bufferptr
CurtTilmes/perl6-libcurl
…/README.md :452:
libcurl has great proxy support, and
CurtTilmes/perl6-libcurl
…/README.md :455:
proxy option.
CurtTilmes/perl6-libcurl
…/README.md :457:
By default, libcurl will also respect the environment variables
CurtTilmes/perl6-libcurl
…/README.md :468:
Perl6 LibCurl also supports the libcurl
CurtTilmes/perl6-libcurl
…/README.md :469:
multi interface.
CurtTilmes/perl6-libcurl
…/README.md :528:
`LibCurl` depends on libcurl, so
CurtTilmes/perl6-libcurl
…/README.md :533:
There is another Perl 6 interface to libcurl
CurtTilmes/perl6-libcurl
…/README.md :538:
more 'perlish' OO interface to libcurl than Net::Curl, and wraps
CurtTilmes/perl6-libcurl
…/Easy.pod6 :22:
L<libcurl|https://curl.haxx.se/libcurl>, a free and easy-to-use
CurtTilmes/perl6-libcurl
…/Easy.pod6 :23:
client-side URL transfer library.
CurtTilmes/perl6-libcurl
…/Easy.pod6 :27:
libcurl from Perl.
CurtTilmes/perl6-libcurl
…/Easy.pod6 :43:
Returns human readable version of the curl library. Can be called on
CurtTilmes/perl6-libcurl
…/Easy.pod6 :82:
L<"extra"|https://curl.haxx.se/libcurl/c/CURLOPT_ERRORBUFFER.html>
CurtTilmes/perl6-libcurl
…/EasyHandle.pod6 :30:
libcurl's L<easy
CurtTilmes/perl6-libcurl
…/EasyHandle.pod6 :31:
interface|https://curl.haxx.se/libcurl/c/libcurl-easy.html>. In
CurtTilmes/perl6-libcurl
…/EasyHandle.pod6 :39:
L<B<curl_global_init>|https://curl.haxx.se/libcurl/c/curl_global_init.html>. It
CurtTilmes/perl6-libcurl
…/EasyHandle.pod6 :47:
L<B<curl_global_cleanup>|https://curl.haxx.se/libcurl/c/curl_global_cleanup.html>.
CurtTilmes/perl6-libcurl
…/EasyHandle.pod6 :52:
L<B<curl_version>|https://curl.haxx.se/libcurl/c/curl_version.html>.
CurtTilmes/perl6-libcurl
…/EasyHandle.pod6 :58:
Wraps libcurl error code.
CurtTilmes/perl6-libcurl
…/EasyHandle.pod6 :67:
L<B<curl_easy_strerror>|https://curl.haxx.se/libcurl/c/curl_easy_strerror.html>.
CurtTilmes/perl6-libcurl
…/EasyHandle.pod6 :83:
L<B<curl_slist_append>|https://curl.haxx.se/libcurl/c/curl_slist_append.html>,
CurtTilmes/perl6-libcurl
…/EasyHandle.pod6 :93:
L<B<curl_slist_free_all>|https://curl.haxx.se/libcurl/c/curl_slist_free_all.html>.
CurtTilmes/perl6-libcurl
…/EasyHandle.pod6 :104:
L<B<curl_easy_init>|https://curl.haxx.se/libcurl/c/curl_easy_init.html>
CurtTilmes/perl6-libcurl
…/EasyHandle.pod6 :115:
L<B<curl_easy_cleanup>|https://curl.haxx.se/libcurl/c/curl_easy_cleanup.html>.
CurtTilmes/perl6-libcurl
…/EasyHandle.pod6 :120:
L<B<curl_easy_reset>|https://curl.haxx.se/libcurl/c/curl_easy_reset.html>.
CurtTilmes/perl6-libcurl
…/EasyHandle.pod6 :125:
L<B<curl_easy_duphandle>|https://curl.haxx.se/libcurl/c/curl_easy_duphandle.html>.
CurtTilmes/perl6-libcurl
…/EasyHandle.pod6 :130:
L<B<curl_easy_escape>|https://curl.haxx.se/libcurl/c/curl_easy_escape.html>.
CurtTilmes/perl6-libcurl
…/EasyHandle.pod6 :135:
L<B<curl_easy_unescape>|https://curl.haxx.se/libcurl/c/curl_easy_unescape.html>.
CurtTilmes/perl6-libcurl
…/EasyHandle.pod6 :140:
L<B<curl_easy_perform>|https://curl.haxx.se/libcurl/c/curl_easy_perform.html>.
CurtTilmes/perl6-libcurl
…/EasyHandle.pod6 :150:
L<B<curl_easy_setopt>|https://curl.haxx.se/libcurl/c/curl_easy_setopt.html>.
CurtTilmes/perl6-libcurl
…/EasyHandle.pod6 :161:
L<B<curl_easy_getinfo>|https://curl.haxx.se/libcurl/c/curl_easy_getinfo.html>.
CurtTilmes/perl6-libcurl
…/Multi.pod6 :28:
This is a high-level interface to the libcurl L<multi
CurtTilmes/perl6-libcurl
…/Multi.pod6 :29:
interface|https://curl.haxx.se/libcurl/c/libcurl-multi.html>.
CurtTilmes/perl6-libcurl
…/MultiHandle.pod6 :48:
libcurl's L<multi
CurtTilmes/perl6-libcurl
…/MultiHandle.pod6 :49:
interface|https://curl.haxx.se/libcurl/c/libcurl-multi.html>. In
CurtTilmes/perl6-libcurl
…/MultiHandle.pod6 :71:
L<B<curl_multi_strerror>|https://curl.haxx.se/libcurl/c/curl_multi_strerror.html>.
CurtTilmes/perl6-libcurl
…/MultiHandle.pod6 :80:
L<B<curl_multi_init>|https://curl.haxx.se/libcurl/c/curl_multi_init.html>.
CurtTilmes/perl6-libcurl
…/MultiHandle.pod6 :85:
L<B<curl_multi_cleanup>|https://curl.haxx.se/libcurl/c/curl_multi_cleanup.html>.
CurtTilmes/perl6-libcurl
…/MultiHandle.pod6 :90:
L<B<curl_multi_add_handle>|https://curl.haxx.se/libcurl/c/curl_multi_add_handle.html>.
CurtTilmes/perl6-libcurl
…/MultiHandle.pod6 :95:
L<B<curl_multi_remove_handle>|https://curl.haxx.se/libcurl/c/curl_multi_remove_handle.html>.
CurtTilmes/perl6-libcurl
…/MultiHandle.pod6 :100:
L<B<curl_multi_setopt>|https://curl.haxx.se/libcurl/c/curl_multi_setopt.html>.
CurtTilmes/perl6-libcurl
…/MultiHandle.pod6 :105:
L<B<curl_multi_perform>|https://curl.haxx.se/libcurl/c/curl_multi_perform.html>.
CurtTilmes/perl6-libcurl
…/MultiHandle.pod6 :113:
L<B<curl_multi_wait>|https://curl.haxx.se/libcurl/c/curl_multi_wait.html>.
CurtTilmes/perl6-libcurl
…/MultiHandle.pod6 :118:
L<B<curl_multi_info_read>|https://curl.haxx.se/libcurl/c/curl_multi_info_read.html>.
CurtTilmes/perl6-libcurl
…/LibCurl::Easy.md :22:
This is a high-level interface to libcurl, a free and easy-to-use client-side URL transfer library.
CurtTilmes/perl6-libcurl
…/LibCurl::Easy.md :24:
It wraps the low-level interface provided in LibCurl::EasyHandle in some high level constructs that make it a little easier to work with libcurl from Perl.
CurtTilmes/perl6-libcurl
…/LibCurl::Easy.md :39:
Returns human readable version of the curl library. Can be called on a `LibCurl::Easy` object:
CurtTilmes/perl6-libcurl
…/LibCurl::Easy.md :73:
Human readable "extra" error information that may or may not be available after an error condition.
CurtTilmes/perl6-libcurl
…/LibCurl::EasyHandle.md :30:
**LibCurl::EasyHandle** is the low level NativeCall interface to libcurl's easy interface. In general you should be using the **LibCurl::Easy** interface instead.
CurtTilmes/perl6-libcurl
…/LibCurl::EasyHandle.md :37:
Nativecall version of **curl_global_init**. It can take the following *$flags*: CURL_GLOBAL_SSL, CURL_GLOBAL_WIN32, CURL_GLOBAL_ALL, CURL_GLOBAL_NOTHING, CURL_GLOBAL_DEFAULT, CURL_GLOBAL_ACK_EINTR.
CurtTilmes/perl6-libcurl
…/LibCurl::EasyHandle.md :41:
Nativecall version of **curl_global_cleanup**.
CurtTilmes/perl6-libcurl
…/LibCurl::EasyHandle.md :45:
Nativecall version of **curl_version**.
CurtTilmes/perl6-libcurl
…/LibCurl::EasyHandle.md :52:
Wraps libcurl error code.
CurtTilmes/perl6-libcurl
…/LibCurl::EasyHandle.md :60:
Returns the Str version of the error from **curl_easy_strerror**.
CurtTilmes/perl6-libcurl
…/LibCurl::EasyHandle.md :76:
Wrapper for **curl_slist_append**, but can take a list of strings and they all get appended.
CurtTilmes/perl6-libcurl
…/LibCurl::EasyHandle.md :84:
Wrapper for **curl_slist_free_all**.
CurtTilmes/perl6-libcurl
…/LibCurl::EasyHandle.md :94:
Wrapper for **curl_easy_init** to create a new CURL easy handle.
CurtTilmes/perl6-libcurl
…/LibCurl::EasyHandle.md :102:
Wrapper for **curl_easy_cleanup**.
CurtTilmes/perl6-libcurl
…/LibCurl::EasyHandle.md :106:
Wrapper for **curl_easy_reset**.
CurtTilmes/perl6-libcurl
…/LibCurl::EasyHandle.md :110:
Wrapper for **curl_easy_duphandle**.
CurtTilmes/perl6-libcurl
…/LibCurl::EasyHandle.md :114:
Wrapper for **curl_easy_escape**.
CurtTilmes/perl6-libcurl
…/LibCurl::EasyHandle.md :118:
Wrapper for **curl_easy_unescape**.
CurtTilmes/perl6-libcurl
…/LibCurl::EasyHandle.md :122:
Wrapper for **curl_easy_perform**.
CurtTilmes/perl6-libcurl
…/LibCurl::EasyHandle.md :136:
Wrappers for various flavors of **curl_easy_setopt**.
CurtTilmes/perl6-libcurl
…/LibCurl::EasyHandle.md :150:
Wrappers for various flavors of **curl_easy_getinfo**.
CurtTilmes/perl6-libcurl
…/LibCurl::Multi.md :29:
This is a high-level interface to the libcurl multi interface.
CurtTilmes/perl6-libcurl
…/LibCurl::MultiHandle.md :51:
`LibCurl::MultiHandle` is the low level NativeCall interface to libcurl's multi interface. In general you should be using the `LibCurl::Multi` interface instead.
CurtTilmes/perl6-libcurl
…/LibCurl::MultiHandle.md :74:
Returns the Str version of the errror with **curl_multi_strerror**.
CurtTilmes/perl6-libcurl
…/LibCurl::MultiHandle.md :82:
Wrapper for **curl_multi_init**.
CurtTilmes/perl6-libcurl
…/LibCurl::MultiHandle.md :86:
Wrapper for **curl_multi_cleanup**.
CurtTilmes/perl6-libcurl
…/LibCurl::MultiHandle.md :90:
Wrapper for **curl_multi_add_handle**.
CurtTilmes/perl6-libcurl
…/LibCurl::MultiHandle.md :94:
Wrapper for **curl_multi_remove_handle**.
CurtTilmes/perl6-libcurl
…/LibCurl::MultiHandle.md :98:
Wrapper for **curl_multi_setopt**.
CurtTilmes/perl6-libcurl
…/LibCurl::MultiHandle.md :102:
Wrapper for **curl_multi_perform**.
CurtTilmes/perl6-libcurl
…/LibCurl::MultiHandle.md :108:
Wrapper for **curl_multi_wait**.
CurtTilmes/perl6-libcurl
…/LibCurl::MultiHandle.md :112:
Wrapper for **curl_multi_info_read**.
CurtTilmes/perl6-libcurl
…/versioninfo.pl6 :21:
say $v.libz-version;
CurtTilmes/perl6-libcurl
…/versioninfo.pl6 :30:
say $v.libidn;
CurtTilmes/perl6-libcurl
…/versioninfo.pl6 :34:
say $v.libssh-version;
CurtTilmes/perl6-libcurl
…/EasyHandle.pm6 :657:
has Str $.libz-version;
CurtTilmes/perl6-libcurl
…/EasyHandle.pm6 :661:
has Str $.libidn;
CurtTilmes/perl6-libcurl
…/EasyHandle.pm6 :663:
has Str $.libssh-version;
CurtTilmes/perl6-libcurl
…/README :6:
To make it work, check out that GIT repository beside perl6-libcurl
CurtTilmes/perl6-libcurl
…/README :9:
Once that works, you can "prove lt" from perl6-libcurl. It uses a
CurtTilmes/perl6-libcurl
…/test0031.t :23:
# This file was generated by libcurl! Edit at your own risk.
CurtTilmes/perl6-libcurl
…/test0046.t :16:
# This is generated by libcurl! Do not edit.
CurtTilmes/perl6-libcurl
…/test0046.t :52:
# This file was generated by libcurl! Edit at your own risk.
CurtTilmes/perl6-libcurl
…/test0061.t :45:
# This file was generated by libcurl! Edit at your own risk.
CurtTilmes/perl6-libcurl
…/test0062.t :15:
# This file was generated by libcurl! Edit at your own risk.
CurtTilmes/perl6-libcurl
…/test0073.t :36:
# This file was generated by libcurl! Edit at your own risk.
CurtTilmes/perl6-libcurl
…/01-basic.t :9:
like $version, /^libcurl/, 'LibCurl Version';
CurtTilmes/perl6-libcurl
…/02-http.t :12:
like $version, /^libcurl/, 'LibCurl Version';
CurtTilmes/perl6-libcurl
…/03-form.t :12:
# https://github.com/CurtTilmes/perl6-libcurl/issues/1
CurtTilmes/perl6-libuuid
…/.gitrepo :7:
remote = https://github.com/CurtTilmes/perl6-libuuid.git
CurtTilmes/perl6-libuuid
…/META6.json :4:
"description" : "Perl 6 bindings for libuuid, for UUID generation",
CurtTilmes/perl6-libuuid
…/META6.json :10:
"source-url" : "https://github.com/CurtTilmes/perl6-libuuid.git",
CurtTilmes/perl6-libuuid
…/META6.json :17:
"LibUUID" : "lib/LibUUID.pm6"
CurtTilmes/perl6-libuuid
…/META6.json :29:
"source" : "https://github.com/CurtTilmes/perl6-libuuid.git",
CurtTilmes/perl6-libuuid
…/META6.json :30:
"bugtracker" : "https://github.com/CurtTilmes/perl6-libuuid/issues"
CurtTilmes/perl6-libuuid
…/README.md :4:
Build Status
CurtTilmes/perl6-libuuid
…/README.md :6:
Perl 6 bindings for libuuid.
CurtTilmes/perl6-libuuid
…/README.md :8:
This library creates Universally Unique IDentifiers (UUID).
CurtTilmes/perl6-libuuid
…/README.md :19:
This module depends on libuuid, so
CurtTilmes/perl6-libuuid
…/LibUUID.pm6 :5:
my constant LIBUUID = 'uuid'; # libuuid.so
CurtTilmes/perl6-primesieve
…/.travis.yml :13:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libprimesieve6-dev; fi
CurtTilmes/perl6-primesieve
…/META6.json :17:
"Math::Primesieve" : "lib/Math/Primesieve.pm6"
CurtTilmes/perl6-primesieve
…/README.md :24:
say "Using libprimesieve version $p.version()";
CurtTilmes/perl6-primesieve
…/README.md :71:
primesieve library.
CurtTilmes/perl6-primesieve
…/primesieve.pl6 :9:
say "Using libprimesieve version $p.version()";
CurtTilmes/perl6-primesieve
…/01-my-meta.t :4:
use lib 'lib';
CurtTilmes/perl6-tcc
…/.travis.yml :16:
- make libtcc.so
CurtTilmes/perl6-tcc
…/.travis.yml :19:
- sudo cp libtcc.so /usr/lib
CurtTilmes/perl6-tcc
…/META6.json :17:
"TCC" : "lib/TCC.pm6"
CurtTilmes/perl6-tcc
…/README.md :20:
by hand since it doesn't install the shared library by default, and
CurtTilmes/perl6-tcc
…/README.md :27:
make libtcc.so # Have to do this first to compile with PIC for shared
CurtTilmes/perl6-tcc
…/README.md :30:
sudo cp libtcc.so /usr/local/lib # or somewhere convenient
CurtTilmes/perl6-tcc
…/README.md :41:
my $tcc = TCC.new('-I/usr/local/include -L/usr/local/lib -DDEBUG=0');
CurtTilmes/perl6-tcc
…/README.md :162:
for compiling and library linking but should generate more optimized
CurtTilmes/perl6-tcc
…/testit.pl6 :5:
my $tcc = TCC.new('-I/usr/local/include -L/usr/local/lib -DDEBUG=0');
Demayl/perl6-Email-Valid
…/META6.json :9:
"Email::Valid" : "lib/Email/Valid.pm6"
Demayl/perl6-Email-Valid
…/README.md :2:
Email::Valid - perl6 library to validate/parse email addresses
Demayl/perl6-Email-Valid
…/010-meta.t :2:
use lib 'lib';
Emeric54/p6-text-caesar
…/META6.json :8:
"Text::Caesar" : "lib/Text/Caesar.pm6"
Emeric54/p6-text-caesar
…/001-load.t :4:
use lib 'lib';
Emeric54/p6-text-caesar
…/002-encrypt.t :4:
use lib 'lib';
Emeric54/p6-text-caesar
…/003-decrypt.t :4:
use lib 'lib';
FCO/6pm
…/.travis.yml :8:
- PERL6_TEST_META=1 PERL6LIB=$PWD/lib zef test .
FCO/6pm
…/META6.json :47:
"App::six-pm::Installer": "lib/App/six-pm/Installer.pm6",
FCO/6pm
…/META6.json :48:
"App::six-pm::Meta6": "lib/App/six-pm/Meta6.pm6",
FCO/6pm
…/META6.json :49:
"App::six-pm::SixPM": "lib/App/six-pm/SixPM.pm6",
FCO/6pm
…/META6.json :50:
"App::six-pm::ZefInstaller": "lib/App/six-pm/ZefInstaller.pm6",
FCO/6pm
…/META6.json :51:
"SixPM": "lib/SixPM.pm6"
FCO/6pm
…/SixPM.pm6 :17:
EVAL "use lib 'inst#{$path.absolute}'";
FCO/6pm
…/00-test-meta.t :4:
use lib 'lib';
FCO/6pm
…/01-six-pm.t :6:
use lib "lib";
FCO/DateTime-Extended
…/META6.json :8:
"DateTime::Extended": "lib/DateTime/Extended.pm6"
FCO/DateTime-Extended
…/00-load.t :5:
use lib "lib";
FCO/Heap
…/.gitignore :1:
lib/.precomp/
FCO/Heap
…/.travis.yml :8:
- PERL6_TEST_META=1 PERL6LIB=$PWD/lib prove -e perl6 -r t/
FCO/Heap
…/META6.json :9:
"Heap" : "lib/Heap.pm6"
FCO/Heap
…/00-meta.t :4:
use lib 'lib';
FCO/Heap
…/01-test.t :2:
use lib "lib";
FCO/Injector
…/.travis.yml :11:
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
FCO/Injector
…/META6.json :8:
"Injector" : "lib/Injector.pm6",
FCO/Injector
…/META6.json :9:
"Injector::Bind::Clone" : "lib/Injector/Bind/Clone.pm6",
FCO/Injector
…/META6.json :10:
"Injector::Bind::Instance" : "lib/Injector/Bind/Instance.pm6",
FCO/Injector
…/META6.json :11:
"Injector::Bind::ObjectType" : "lib/Injector/Bind/ObjectType.pm6",
FCO/Injector
…/META6.json :12:
"Injector::Bind::Singleton" : "lib/Injector/Bind/Singleton.pm6",
FCO/Injector
…/META6.json :13:
"Injector::Bind" : "lib/Injector/Bind.pm6",
FCO/Injector
…/META6.json :14:
"Injector::Storage" : "lib/Injector/Storage.pm6",
FCO/Injector
…/META6.json :15:
"Injector::Injected" : "lib/Injector/Injected.pm6",
FCO/Injector
…/META6.json :16:
"Injector::Injected::Attribute" : "lib/Injector/Injected/Attribute.pm6",
FCO/Injector
…/META6.json :17:
"Injector::Injected::Variable" : "lib/Injector/Injected/Variable.pm6"
FCO/Injector
…/README.md :10:
use lib "lib";
FCO/Injector
…/client.p6 :1:
use lib ".";
FCO/Injector
…/client.p6 :2:
use lib "../lib";
FCO/Injector
…/client.t :1:
use lib ".";
FCO/Injector
…/client.t :2:
use lib "../lib";
FCO/Injector
…/02-test.t :2:
use lib "lib";
FCO/Injector
…/test.p6 :1:
use lib "lib";
FCO/Math-PascalTriangle
…/.gitignore :3:
lib/.precomp
FCO/Math-PascalTriangle
…/.travis.yml :12:
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
FCO/Math-PascalTriangle
…/META6.json :9:
"Math::PascalTriangle" : "lib/Math/PascalTriangle.pm6"
FCO/Math-PascalTriangle
…/01-meta.t :4:
use lib 'lib';
FCO/Math-PascalTriangle
…/02-triangle.t :4:
use lib 'lib';
FCO/OrderedHash
…/.gitignore :1:
/blib/
FCO/OrderedHash
…/.gitignore :6:
/resources/*.dylib
FCO/OrderedHash
…/.travis.yml :11:
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
FCO/OrderedHash
…/META6.json :12:
"OrderedHash" : "lib/OrderedHash.pm6"
FCO/OrderedHash
…/README.md :61:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
FCO/OrderedHash
…/dist.ini :5:
filename = lib/OrderedHash.pm6
FCO/ProblemSolver
…/.travis.yml :12:
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
FCO/ProblemSolver
…/META6.json :9:
"ProblemSolver" : "lib/ProblemSolver.pm6",
FCO/ProblemSolver
…/META6.json :10:
"ProblemSolver::Domain" : "lib/ProblemSolver/Domain.pm6",
FCO/ProblemSolver
…/META6.json :11:
"ProblemSolver::State" : "lib/ProblemSolver/State.pm6"
FCO/ProblemSolver
…/colorize-map.p6 :1:
use lib "lib";
FCO/ProblemSolver
…/n-queens.p6 :1:
use lib "lib";
FCO/ProblemSolver
…/send-more-money.p6 :1:
use lib "lib";
FCO/ProblemSolver
…/sudoku.p6 :1:
use lib "lib";
FCO/ProblemSolver
…/00-meta.t :4:
use lib 'lib';
FCO/ProblemSolver
…/01-domain.t :1:
use lib "lib";
FCO/ProblemSolver
…/02-state.t :1:
use lib "lib";
FCO/ProblemSolver
…/03-problem.t :1:
use lib "lib";
FCO/Punnable
…/.travis.yml :8:
- PERL6_TEST_META=1 PERL6LIB=$PWD/lib zef test .
FCO/Punnable
…/META6.json :9:
"Punnable": "lib/Punnable.pm6"
FCO/Punnable
…/README.md :5:
$ perl6 -Ilib -MPunnable -e 'role R {method r {...}}; make-punnable(R); my $or = R.new; say $or; $or.r'
FCO/Punnable
…/00-load.t :8:
use lib "lib";
FCO/Punnable
…/01-punnable.t :5:
use lib "lib";
FCO/SeqSplitter
…/.gitignore :1:
/blib/
FCO/SeqSplitter
…/.gitignore :6:
/resources/*.dylib
FCO/SeqSplitter
…/.travis.yml :11:
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
FCO/SeqSplitter
…/META6.json :12:
"ChainableSeq" : "lib/SeqSplitter.pm6"
FCO/SeqSplitter
…/README.md :43:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
FCO/SeqSplitter
…/dist.ini :5:
filename = lib/ChainableSeq.pm6
FCO/SeqSplitter
…/SeqSplitter.pm6 :26:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
FCO/SupplyTimeWindow
…/META6.json :18:
"SupplyTimeWindow": "lib/SupplyTimeWindow.pm6"
FCO/Test-Fuzz
…/META6.json :9:
"Test::Fuzz" : "lib/Test/Fuzz.pm6",
FCO/Test-Fuzz
…/META6.json :10:
"Test::Fuzz::Fuzzed" : "lib/Test/Fuzz/Fuzzed.pm6",
FCO/Test-Fuzz
…/META6.json :11:
"Test::Fuzz::Generator" : "lib/Test/Fuzz/Generator.pm6",
FCO/Test-Fuzz
…/META6.json :12:
"Test::Fuzz::Generators" : "lib/Test/Fuzz/Generators.pm6",
FCO/Test-Fuzz
…/META6.json :13:
"Test::Fuzz::AggGenerators" : "lib/Test/Fuzz/AggGenerators.pm6"
FCO/Test-Fuzz
…/README.md :11:
use lib ".";
FCO/Test-Fuzz
…/test.p6 :1:
use lib <lib ../../lib>;
FCO/Test-Fuzz
…/test2.p6 :1:
use lib <lib ../../lib>;
FCO/Test-Fuzz
…/00-load.t :5:
use lib "lib";
FCO/Test-Fuzz
…/01-generator.t :2:
use lib "lib";
FCO/Test-Fuzz
…/02-agg-generators.t :2:
use lib "lib";
FCO/Test-Fuzz
…/03-fuzzed.t :3:
use lib "lib";
FCO/Test-Fuzz
…/04-fuzz.t :3:
use lib "lib";
FCO/Test-Fuzz
…/04-misc-class.t :2:
use lib "lib";
FCO/Test-Fuzz
…/05-run-tests.t :4:
use lib "lib";
FCO/Trie
…/.gitignore :1:
/blib/
FCO/Trie
…/.gitignore :6:
/resources/*.dylib
FCO/Trie
…/.travis.yml :11:
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
FCO/Trie
…/META6.json :14:
"Trie" : "lib/Trie.pm6",
FCO/Trie
…/META6.json :15:
"X::Trie::MultipleValues": "lib/X/Trie/MultipleValues.pm6"
FCO/Trie
…/README.md :51:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
FCO/Trie
…/dist.ini :5:
filename = lib/Trie.pm6
FCO/json-stream
…/.travis.yml :20:
script: AUTHOR_TESTING=1 prove -v -e "perl6 -Ilib" t/
FCO/json-stream
…/META6.json :10:
"JSON::Stream::Type" : "lib/JSON/Stream/Type.pm6",
FCO/json-stream
…/META6.json :11:
"JSON::Stream::Parse" : "lib/JSON/Stream/Parse.pm6",
FCO/json-stream
…/META6.json :12:
"JSON::Stream" : "lib/JSON/Stream.pm6"
FCO/json-stream
…/00-meta.t :2:
use lib 'lib';
FCO/json-stream
…/test.t :1:
use lib "lib";
FCO/test-time
…/META6.json :23:
"Test::Time" : "lib/Test/Time.pm6"
FROGGS/p6-Digest-PSHA1
…/META6.json :10:
"Digest::PSHA1" : "lib/Digest/PSHA1.pm"
FROGGS/p6-Foo-v1.0.0
…/META6.json :9:
"Foo" : "lib/Foo.pm"
FROGGS/p6-Foo-v1.2.0
…/META6.json :9:
"Foo" : "lib/Foo.pm"
FROGGS/p6-Games-BubbleBreaker
…/.gitignore :4:
blib
FROGGS/p6-Games-BubbleBreaker
…/LICENSE :337:
a) distribute a Standard Version of the executables and library
FROGGS/p6-Games-BubbleBreaker
…/LICENSE :359:
6. The scripts and library files supplied as input to or produced as output from
FROGGS/p6-Games-BubbleBreaker
…/META6.json :7:
"Games::BubbleBreaker" : "lib/Games/BubbleBreaker.pm6"
FROGGS/p6-Games-BubbleBreaker
…/README.md :5:
This game requires `libSDL` and `libSDL_mixer`. On Debian-based systems
FROGGS/p6-Games-BubbleBreaker
…/README.md :9:
sudo apt install libsdl1.2-dev libsdl-mixer1.2-dev
FROGGS/p6-Games-BubbleBreaker
…/bubble-breaker.p6 :3:
#~ use lib '../p6-SDL/lib';
FROGGS/p6-IDNA-Punycode
…/META6.json :9:
"IDNA::Punycode" : "lib/IDNA/Punycode.pm"
FROGGS/p6-IDNA-Punycode
…/basic.t :6:
use lib 'lib';
FROGGS/p6-Inline-C
…/.gitignore :1:
blib/
FROGGS/p6-Inline-C
…/.gitignore :15:
pm_to_blib
FROGGS/p6-Inline-C
…/META6.json :9:
"Inline" : "lib/Inline.pm",
FROGGS/p6-Inline-C
…/META6.json :10:
"Inline::C" : "lib/Inline/C.pm"
FROGGS/p6-Inline-C
…/C.pm :33:
$l_line = "$cfg<ld> $cfg<ld_load_flags> $cfg<ldflags> $cfg<libs> $cfg<ld_out>$name$so $name$o";
FROGGS/p6-Inline-C
…/C.pm :40:
$l_line = "$cfg<ld> $cfg<ldshared> $cfg<ldflags> $cfg<ldlibs> $cfg<ldout>$name$so $name$o";
FROGGS/p6-Inline-C
…/C.pm :45:
$l_line = "$cfg<nativecall.ld> $cfg<nativecall.perllibs> $cfg<nativecall.lddlflags> $cfg<nativecall.ldflags> $cfg<nativecall.ldout>$name.$cfg<nativecall.so> $name$o";
FROGGS/p6-Inline-C
…/c.t :2:
use lib 'lib';
FROGGS/p6-JSON-Pretty
…/META6.json :9:
"JSON::Pretty" : "lib/JSON/Pretty.pm"
FROGGS/p6-JSON-Pretty
…/04-roundtrip.t :2:
use lib 'lib';
FROGGS/p6-Slang-Piersing
…/META6.json :9:
"Slang::Piersing" : "lib/Slang/Piersing.pm"
FROGGS/p6-Slang-Piersing
…/01-basic.t :2:
use lib 'lib';
FROGGS/p6-Slang-Tuxic
…/META6.json :9:
"Slang::Tuxic" : "lib/Slang/Tuxic.pm"
FROGGS/p6-Slang-Tuxic
…/01-basic.t :2:
use lib 'lib';
FROGGS/p6-if
…/META6.json :9:
"if" : "lib/if.pm"
FROGGS/p6-if
…/if.t :5:
use lib 't/lib';
FROGGS/p6-overload-constant
…/META6.json :9:
"overload::constant" : "lib/overload/constant.pm"
FROGGS/p6-overload-constant
…/01-basic.t :2:
use lib 'lib';
GildedHonour/TelegramBot
…/.gitignore :1:
/blib/
GildedHonour/TelegramBot
…/.gitignore :17:
/pm_to_blib
GildedHonour/TelegramBot
…/LICENSE :155:
unless required by applicable law (such as deliberate and grossly
GildedHonour/TelegramBot
…/META6.json :9:
"TelegramBot" : "lib/Telegram.pm6",
GildedHonour/TelegramBot
…/META6.json :10:
"Telegram::Bot::Audio" : "lib/Telegram/Bot/Audio.pm6",
GildedHonour/TelegramBot
…/META6.json :11:
"Telegram::Bot::Chat" : "lib/Telegram/Bot/Chat.pm6",
GildedHonour/TelegramBot
…/META6.json :12:
"Telegram::Bot::Contact" : "lib/Telegram/Bot/Contact.pm6",
GildedHonour/TelegramBot
…/META6.json :13:
"Telegram::Bot::Core" : "lib/Telegram/Bot/Core.pm6",
GildedHonour/TelegramBot
…/META6.json :14:
"Telegram::Bot::Document" : "lib/Telegram/Bot/Document.pm6",
GildedHonour/TelegramBot
…/META6.json :15:
"Telegram::Bot::File" : "lib/Telegram/Bot/File.pm6",
GildedHonour/TelegramBot
…/META6.json :16:
"Telegram::Bot::ForceReply" : "lib/Telegram/Bot/ForceReply.pm6",
GildedHonour/TelegramBot
…/META6.json :17:
"Telegram::Bot::GroupChat" : "lib/Telegram/Bot/GroupChat.pm6",
GildedHonour/TelegramBot
…/META6.json :18:
"Telegram::Bot::Location" : "lib/Telegram/Bot/Location.pm6",
GildedHonour/TelegramBot
…/META6.json :19:
"Telegram::Bot::Message" : "lib/Telegram/Bot/Message.pm6",
GildedHonour/TelegramBot
…/META6.json :20:
"Telegram::Bot::PhotoSize" : "lib/Telegram/Bot/PhotoSize.pm6",
GildedHonour/TelegramBot
…/META6.json :21:
"Telegram::Bot::ReplyKeyboardHide" : "lib/Telegram/Bot/ReplyKeyboardHide.pm6",
GildedHonour/TelegramBot
…/META6.json :22:
"Telegram::Bot::ReplyKeyboardMarkup" : "lib/Telegram/Bot/ReplyKeyboardMarkup.pm6",
GildedHonour/TelegramBot
…/META6.json :23:
"Telegram::Bot::Sticker" : "lib/Telegram/Bot/Sticker.pm6",
GildedHonour/TelegramBot
…/META6.json :24:
"Telegram::Bot::Update" : "lib/Telegram/Bot/Update.pm6",
GildedHonour/TelegramBot
…/META6.json :25:
"Telegram::Bot::User" : "lib/Telegram/Bot/User.pm6",
GildedHonour/TelegramBot
…/META6.json :26:
"Telegram::Bot::UserProfilePhotos" : "lib/Telegram/Bot/UserProfilePhotos.pm6",
GildedHonour/TelegramBot
…/META6.json :27:
"Telegram::Bot::Video" : "lib/Telegram/Bot/Video.pm6",
GildedHonour/TelegramBot
…/META6.json :28:
"Telegram::Bot::Voice" : "lib/Telegram/Bot/Voice.pm6"
GildedHonour/TelegramBot
…/README.md :29:
PERL6LIB=lib prove -e perl6 t
GildedHonour/TelegramBot
…/01-user.t :4:
use lib "lib";
Gnouc/p6-linux-process-signalinfo
…/.gitignore :1:
/blib/
Gnouc/p6-linux-process-signalinfo
…/.gitignore :17:
/pm_to_blib
Gnouc/p6-linux-process-signalinfo
…/META6.json :15:
"Linux::Process::SignalInfo" : "lib/Linux/Process/SignalInfo.pm"
Gnouc/p6-linux-process-signalinfo
…/siginfo.p6 :5:
use lib 'lib';
IanTayler/MinG
…/.gitignore :1:
lib/.p*
IanTayler/MinG
…/META6.json :9:
"MinG" : "lib/MinG.pm6",
IanTayler/MinG
…/META6.json :10:
"MinG::S13" : "lib/MinG/S13.pm6",
IanTayler/MinG
…/META6.json :11:
"MinG::EDMG" : "lib/MinG/EDMG.pm6",
IanTayler/MinG
…/META6.json :12:
"MinG::From::Text" : "lib/MinG/From/Text.pm6",
IanTayler/MinG
…/META6.json :13:
"MinG::S13::Logic" : "lib/MinG/S13/Logic.pm6",
IanTayler/MinG
…/Makefile :2:
LIB=./lib/
IanTayler/MinG
…/Makefile :7:
doc: lib/MinG.pm6 lib/MinG/S13.pm6 lib/MinG/From/Text.pm6
IanTayler/MinG
…/Makefile :8:
perl6 --doc=HTML lib/MinG.pm6 > doc/MinG.html
IanTayler/MinG
…/Makefile :9:
PERL6LIB=$(LIB) perl6 --doc=HTML lib/MinG/S13.pm6 > doc/S13.html
IanTayler/MinG
…/Makefile :10:
PERL6LIB=$(LIB) perl6 --doc=HTML lib/MinG/S13/Logic.pm6 > doc/S13::Logic.html
IanTayler/MinG
…/Makefile :11:
PERL6LIB=$(LIB) perl6 --doc=HTML lib/MinG/From/Text.pm6 > doc/MinG::From::Text.html
IanTayler/MinG
…/Makefile :12:
PERL6LIB=$(LIB) perl6 --doc=HTML lib/MinG/EDMG.pm6 > doc/MinG::EDMG.html
IanTayler/MinG
…/Makefile :14:
md: lib/MinG.pm6
IanTayler/MinG
…/Makefile :17:
s13: lib/MinG.pm6 lib/MinG/S13.pm6 lib/MinG/S13/Logic.pm6
IanTayler/MinG
…/Makefile :18:
PERL6LIB=$(LIB) perl6 lib/MinG/S13.pm6
IanTayler/MinG
…/Makefile :20:
edmg: lib/MinG.pm6 lib/MinG/EDMG.pm6 lib/MinG/S13.pm6 lib/MinG/S13/Logic.pm6 lib/MinG/From/Text.pm6
IanTayler/MinG
…/Makefile :21:
PERL6LIB=$(LIB) perl6 lib/MinG/EDMG.pm6
IanTayler/MinG
…/Makefile :23:
mgft: lib/MinG.pm6 lib/MinG/From/Text.pm6
IanTayler/MinG
…/Makefile :24:
PERL6LIB=$(LIB) perl6 lib/MinG/From/Text.pm6
IanTayler/MinG
…/basic.t :2:
use lib 'lib';
IanTayler/MinG
…/basic.t :2:
use lib 'lib';
JJ/p6-math-constants
…/.gitignore :1:
/blib/
JJ/p6-math-constants
…/.gitignore :6:
/resources/*.dylib
JJ/p6-math-constants
…/Changes :5:
* lib/Math/Constants.pm6 (Math): Adds the speed of light as a postfix operator, or unit.
JJ/p6-math-constants
…/LICENSE :142:
the work, and the source code for shared libraries and dynamically
JJ/p6-math-constants
…/LICENSE :670:
into proprietary programs. If your program is a subroutine library, you
JJ/p6-math-constants
…/LICENSE :672:
the library. If this is what you want to do, use the GNU Lesser General
JJ/p6-math-constants
…/META6.json :12:
"Math::Constants" : "lib/Math/Constants.pm6"
JJ/p6-math-constants
…/ebyteParter.py :3:
from urllib.request import urlopen
JJ/p6-math-constants
…/ebyteParter.py :6:
url = "http://www.ebyte.it/library/educards/constants/ConstantsOfPhysicsAndMath.html"
JJ/p6-math-constants
…/ebyteParter.py :7:
soup = BeautifulSoup(urlopen(url).read(), "html5lib")
JJ/p6-math-constants
…/README.md :66:
This library is free software; you can redistribute it and/or modify
JJ/p6-math-constants
…/Constants.pm6 :20:
# REF: http://www.ebyte.it/library/educards/constants/ConstantsOfPhysicsAndMath.html
JJ/p6-math-constants
…/Constants.pm6 :132:
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
JJ/p6-math-constants
…/01-basic.t :3:
use lib ('../lib','lib');
JJ/p6-wikidata-API
…/.gitignore :30:
/blib/
JJ/p6-wikidata-API
…/.gitignore :36:
/pm_to_blib
JJ/p6-wikidata-API
…/LICENSE :142:
the work, and the source code for shared libraries and dynamically
JJ/p6-wikidata-API
…/LICENSE :670:
into proprietary programs. If your program is a subroutine library, you
JJ/p6-wikidata-API
…/LICENSE :672:
the library. If this is what you want to do, use the GNU Lesser General
JJ/p6-wikidata-API
…/META6.json :11:
"Wikidata::API" : "lib/Wikidata/API.pm6"
JJ/p6-wikidata-API
…/API.pm6 :83:
This library is free software; you can redistribute it and/or modify it under the GPL 3.0.
JJ/p6-wikidata-API
…/01-basic.t :3:
use lib ('../lib','lib');
Juerd/p6-mqtt
…/META6.json :8:
"MQTT::Client": "lib/MQTT/Client.pm",
Juerd/p6-mqtt
…/META6.json :9:
"MQTT::Client::MyPack": "lib/MQTT/Client/MyPack.pm"
Juerd/p6-mqtt
…/META6.json :13:
"license": "APSL-1.1 OR LGPL-2.0+ OR AGPL-3.0 OR Artistic-2.0 OR MPL-1.1 OR EFL-2.0 OR LPL-1.0 OR PHP-3.0 OR Multics OR LPPL-1.3c OR ECL-2.0 OR B…
Juerd/p6-mqtt
…/README.md :1:
Documentation is in lib/MQTT/Client.pm
Juerd/p6-mqtt
…/foo.pl :3:
use lib 'lib';
LLFourn/p6-AttrX-InitArg
…/.travis.yml :5:
- prove -v -e 'perl6 -Ilib' t/
LLFourn/p6-AttrX-InitArg
…/META6.json :8:
"AttrX::InitArg" : "lib/AttrX/InitArg.pm6"
LLFourn/p6-AttrX-InitArg
…/README.md :45:
init_arg
LLFourn/p6-CompUnit-Util
…/.travis.yml :5:
- prove -v -e 'perl6 -Ilib' t/
LLFourn/p6-CompUnit-Util
…/META6.json :9:
"CompUnit::Util" : "lib/CompUnit/Util.pm6"
LLFourn/p6-CompUnit-Util
…/README.md :355:
## lib/SillyModule.pm6
LLFourn/p6-CompUnit-Util
…/02-re-export.t :2:
use lib $?FILE.IO.parent.child("lib").Str;
LLFourn/p6-CompUnit-Util
…/03-rexport-globalish.t :2:
use lib $?FILE.IO.parent.child("lib").Str;
LLFourn/p6-CompUnit-Util
…/04-capture-import.t :3:
use lib $?FILE.IO.parent.child("lib").Str;
LLFourn/p6-CompUnit-Util
…/05-rexport-everything.t :2:
use lib $?FILE.IO.parent.child("lib").Str;
LLFourn/p6-CompUnit-Util
…/06-set.t :2:
use lib $?FILE.IO.parent.child("lib").Str;
LLFourn/p6-CompUnit-Util
…/08-get.t :2:
use lib $?FILE.IO.parent.child("lib").Str;
LLFourn/p6-CompUnit-Util
…/09-push-multi.t :2:
use lib $?FILE.IO.parent.child("lib").Str;
LLFourn/p6-DispatchMap
…/.travis.yml :5:
- prove -v -e 'perl6 -Ilib' t/
LLFourn/p6-DispatchMap
…/META6.json :8:
"DispatchMap" : "lib/DispatchMap.pm6"
LLFourn/p6-OO-Schema
…/.travis.yml :5:
- prove -v -e 'perl6 -Ilib' t/
LLFourn/p6-OO-Schema
…/META6.json :9:
"OO::Schema" : "lib/OO/Schema.pm6"
LLFourn/p6-OO-Schema
…/README.md :10:
# lib/Userland.pm6
LLFourn/p6-OO-Schema
…/README.md :39:
# lib/Userland/Ubuntu.pm6
LLFourn/p6-OO-Schema
…/README.md :153:
# lib/OS/Userland.pm6
LLFourn/p6-OO-Schema
…/README.md :157:
# now schema definitions should go in lib/OS/Userland/
LLFourn/p6-OO-Schema
…/README.md :167:
# lib/OS/Userland.pm6
LLFourn/p6-OO-Schema
…/README.md :194:
# lib/OS/Userland/Ubuntu.pm6
LLFourn/p6-OO-Schema
…/README.md :348:
#lib/OS/Userland/RHEL.pm
LLFourn/p6-OO-Schema
…/01-userland.t :2:
use lib $?FILE.IO.parent.child("lib01").Str;
LLFourn/p6-OO-Schema
…/02-example.t :2:
use lib $?FILE.IO.parent.child("lib02").Str;
LLFourn/p6-OO-Schema
…/03-resolve.t :2:
use lib $?FILE.IO.parent.child("lib01").Str;
LLFourn/p6-OO-Schema
…/04-children.t :2:
use lib $?FILE.IO.parent.child("lib01").Str;
Leont/build-graph6
…/META6.json :7:
"Build::Graph" : "lib/Build/Graph.pm"
Leont/build-graph6
…/basic.t :3:
use lib 't/lib';
Leont/build-simple6
…/META6.json :7:
"Build::Simple" : "lib/Build/Simple.pm"
Leont/getopt-long6
…/META6.json :7:
"Getopt::Long" : "lib/Getopt/Long.pm"
Leont/getopt-long6
…/Long.pm :604:
use multiple directories to search for library files:
Leont/getopt-long6
…/Long.pm :606:
--library lib/stdlib --library lib/extlib
Leont/getopt-long6
…/Long.pm :611:
sub MAIN(Str :@library) { ... }
Leont/getopt-long6
…/Long.pm :615:
my $options = get-options('library=s@');
Leont/getopt-long6
…/Long.pm :617:
Used with the example above, C<$options<library>> would
Leont/getopt-long6
…/Long.pm :618:
contain two strings upon completion: C<"lib/stdlib"> and
Leont/getopt-long6
…/Long.pm :619:
C<"lib/extlib">, in that order. It is also possible to specify that
MARTIMM/Auth-SCRAM
…/META6.json :17:
"Auth::SCRAM": "lib/Auth/SCRAM.pm6",
MARTIMM/Auth-SCRAM
…/META6.json :18:
"Auth::SCRAM::Client": "lib/Auth/SCRAM/Client.pm6",
MARTIMM/Auth-SCRAM
…/META6.json :19:
"Auth::SCRAM::Server": "lib/Auth/SCRAM/Server.pm6"
MARTIMM/Auth-SCRAM
…/appveyor.yml :23:
- prove -v -e "perl6 -Ilib" t/
MARTIMM/BSON
…/META6.json :21:
"BSON": "lib/BSON.pm6",
MARTIMM/BSON
…/META6.json :22:
"BSON::Binary": "lib/BSON/Binary.pm6",
MARTIMM/BSON
…/META6.json :23:
"BSON::Document": "lib/BSON/Document.pm6",
MARTIMM/BSON
…/META6.json :24:
"BSON::Javascript": "lib/BSON/Javascript.pm6",
MARTIMM/BSON
…/META6.json :25:
"BSON::ObjectId": "lib/BSON/ObjectId.pm6",
MARTIMM/BSON
…/META6.json :26:
"BSON::Regex": "lib/BSON/Regex.pm6"
MARTIMM/BSON
…/appveyor.yml :24:
- prove -v -e "perl6 -Ilib" t/
MARTIMM/BSON
…/CHANGES.md :91:
* ```@*INC``` is gone, ```use lib``` is the way. A lot of changes done by
MARTIMM/BSON
…/bench-doc-int.pl6 :4:
use lib './Test';
MARTIMM/BSON
…/bench-document.pl6 :4:
use lib './Test';
MARTIMM/BSON
…/Double.pm6 :2:
# use lib '/home/marcel/Languages/Perl6/Projects/BSON/lib';
MARTIMM/PKCS5
…/META6.json :14:
"PKCS5::PBKDF2": "lib/PKCS5/PBKDF2.pm6"
MARTIMM/PKCS5
…/appveyor.yml :22:
- prove -v -e "perl6 -Ilib" t/
MARTIMM/config-datalang-refine
…/META6.json :13:
"Config::DataLang::Refine": "lib/Config/DataLang/Refine.pm6"
MARTIMM/config-datalang-refine
…/appveyor.yml :26:
# - prove -v --merge --exec "perl6 -Ilib" xt/wpath.t
MARTIMM/config-datalang-refine
…/appveyor.yml :27:
# - prove -v --merge --exec "perl6 -Ilib" t/300-refine-locations.t
MARTIMM/config-datalang-refine
…/appveyor.yml :28:
# - prove -v --merge --exec "perl6 -Ilib" t/
MARTIMM/config-datalang-refine
…/100-refine-toml.t :52:
perl5lib = [ 'lib', '.']
MARTIMM/config-datalang-refine
…/100-refine-toml.t :56:
perl6lib = [ 'lib', '.']
MARTIMM/config-datalang-refine
…/100-refine-toml.t :57:
perl5lib = false
MARTIMM/config-datalang-refine
…/100-refine-toml.t :156:
ok $o<perl5lib>:!exists, 'no perl5 lib';
MARTIMM/config-datalang-refine
…/100-refine-toml.t :157:
is-deeply $o<perl6lib>, [ 'lib', '.'], "perl6lib $o<perl6lib>";
MARTIMM/config-datalang-refine
…/200-refine-json.t :57:
"per5lib": [ "lib", "."],
MARTIMM/config-datalang-refine
…/200-refine-json.t :61:
"perl6lib": [ "lib", "."],
MARTIMM/config-datalang-refine
…/200-refine-json.t :62:
"perl5lib": false
MARTIMM/config-datalang-refine
…/200-refine-json.t :143:
ok $o<perl5lib>:!exists, 'no perl5 lib';
MARTIMM/config-datalang-refine
…/200-refine-json.t :144:
is-deeply $o<perl6lib>, [ 'lib', '.'], "perl6lib $o<perl6lib>";
MARTIMM/config-datalang-refine
…/300-refine-locations.t :49:
perl5lib = [ 'lib', '.']
MARTIMM/config-datalang-refine
…/300-refine-locations.t :53:
perl6lib = [ 'lib', '.']
MARTIMM/config-datalang-refine
…/300-refine-locations.t :54:
perl5lib = false
MARTIMM/config-datalang-refine
…/ex1-pod.pl6 :4:
use lib '../lib';
MARTIMM/mongo-perl6-driver
…/META6.json :26:
"MongoDB::Authenticate::Credential": "lib/MongoDB/Authenticate/Credential.pm6",
MARTIMM/mongo-perl6-driver
…/META6.json :27:
"MongoDB::Authenticate::Scram": "lib/MongoDB/Authenticate/Scram.pm6",
MARTIMM/mongo-perl6-driver
…/META6.json :28:
"MongoDB::Client": "lib/MongoDB/Client.pm6",
MARTIMM/mongo-perl6-driver
…/META6.json :29:
"MongoDB::Collection": "lib/MongoDB/Collection.pm6",
MARTIMM/mongo-perl6-driver
…/META6.json :30:
"MongoDB::Cursor": "lib/MongoDB/Cursor.pm6",
MARTIMM/mongo-perl6-driver
…/META6.json :31:
"MongoDB::Database": "lib/MongoDB/Database.pm6",
MARTIMM/mongo-perl6-driver
…/META6.json :32:
"MongoDB::Header": "lib/MongoDB/Header.pm6",
MARTIMM/mongo-perl6-driver
…/META6.json :33:
"MongoDB::HL::Collection": "lib/MongoDB/HL/Collection.pm6",
MARTIMM/mongo-perl6-driver
…/META6.json :34:
"MongoDB::HL::Users": "lib/MongoDB/HL/Users.pm6",
MARTIMM/mongo-perl6-driver
…/META6.json :35:
"MongoDB::Log": "lib/MongoDB/Log.pm6",
MARTIMM/mongo-perl6-driver
…/META6.json :36:
"MongoDB::MDBConfig": "lib/MongoDB/MDBConfig.pm6",
MARTIMM/mongo-perl6-driver
…/META6.json :37:
"MongoDB::Server::Control": "lib/MongoDB/Server/Control.pm6",
MARTIMM/mongo-perl6-driver
…/META6.json :38:
"MongoDB::Server::Monitor": "lib/MongoDB/Server/Monitor.pm6",
MARTIMM/mongo-perl6-driver
…/META6.json :39:
"MongoDB::Server::Socket": "lib/MongoDB/Server/Socket.pm6",
MARTIMM/mongo-perl6-driver
…/META6.json :40:
"MongoDB::Server": "lib/MongoDB/Server.pm6",
MARTIMM/mongo-perl6-driver
…/META6.json :41:
"MongoDB::Uri": "lib/MongoDB/Uri.pm6",
MARTIMM/mongo-perl6-driver
…/META6.json :42:
"MongoDB::Wire": "lib/MongoDB/Wire.pm6",
MARTIMM/mongo-perl6-driver
…/META6.json :43:
"MongoDB": "lib/MongoDB.pm6"
MARTIMM/mongo-perl6-driver
…/101-Server.t :2:
use lib 't';
MARTIMM/mongo-perl6-driver
…/MongoDB.pl6 :5:
# Using the lib path all modules are from the development directory which will
MARTIMM/mongo-perl6-driver
…/MongoDB.pl6 :8:
#use lib '/home/marcel/Languages/Perl6/Projects/mongo-perl6-driver/lib';
MARTIMM/mongo-perl6-driver
…/names.pl6 :4:
#use lib '/home/marcel/Languages/Perl6/Projects/mongo-perl6-driver/lib';
MARTIMM/mongo-perl6-driver
…/run-command.pl6 :4:
use lib 't';
MARTIMM/mongo-perl6-driver
…/table-role.pl6 :6:
use lib 'Tests';
MARTIMM/mongo-perl6-driver
…/make-replicaset.pl6 :315:
service => 'meta-library-service'
MARTIMM/mongo-perl6-driver
…/make-replicaset.pl6 :322:
service => 'meta-library-service'
MARTIMM/mongo-perl6-driver
…/start-servers.pl6 :72:
$server-control.start-mongod(<library s1>);
MARTIMM/mongo-perl6-driver
…/start-servers.pl6 :87:
$server-control.start-mongod(<library s2>);
MARTIMM/mongo-perl6-driver
…/start-servers.pl6 :114:
$server-control.stop-mongod(<library s1>);
MARTIMM/mongo-perl6-driver
…/start-servers.pl6 :115:
$server-control.stop-mongod(<library s2>);
MARTIMM/mongo-perl6-driver
…/start-servers.pl6 :120:
$server-control.start-mongod(<library s1 authenticate>);
MARTIMM/mongo-perl6-driver
…/start-servers.pl6 :121:
$server-control.start-mongod(<library s2 authenticate>);
MARTIMM/mongo-perl6-driver
…/start-servers.pl6 :131:
my Int $port1 = $server-control.get-port-number(<library s1>);
MARTIMM/mongo-perl6-driver
…/start-servers.pl6 :132:
my Int $port2 = $server-control.get-port-number(<library s2>);
MARTIMM/mongo-perl6-driver
…/start-servers.pl6 :155:
service => 'meta-library-service'
MARTIMM/mongo-perl6-driver
…/start-servers.pl6 :162:
service => 'meta-library-service'
MARTIMM/mongo-perl6-driver
…/CHANGES.md :283:
* ```@*INC``` is gone, ```use lib``` is the way. A lot of changes done by zoffixznet.
MARTIMM/mongo-perl6-driver
…/2015-11-3-mongodb-dev.txt :198:
I think your confusion arises because a MongoDB driver is much more than just a library to read and write MongoDB messages to a socket. It …
MARTIMM/mongo-perl6-driver
…/Header.pm6 :107:
# in method encode-query at /home/marcel/Languages/Perl6/Projects/mongo-perl6-driver/lib/MongoDB/Header.pm6 (MongoDB::Header) line 112
MARTIMM/mongo-perl6-driver
…/Header.pm6 :112:
# in method encode-query at /home/marcel/Languages/Perl6/Projects/mongo-perl6-driver/lib/MongoDB/Header.pm6 (MongoDB::Header) line 111
MARTIMM/mongo-perl6-driver
…/098-mk-sandbox.t :2:
use lib 't';
MARTIMM/mongo-perl6-driver
…/099-start-servers.t :2:
use lib 't';
MARTIMM/mongo-perl6-driver
…/200-Database.t :2:
use lib 't';
MARTIMM/mongo-perl6-driver
…/300-Collection.t :2:
use lib 't';
MARTIMM/mongo-perl6-driver
…/301-Collection.t :2:
use lib 't';
MARTIMM/mongo-perl6-driver
…/400-run-command.t :2:
use lib 't';
MARTIMM/mongo-perl6-driver
…/401-rc-query-write.t :2:
use lib 't';
MARTIMM/mongo-perl6-driver
…/450-find.t :3:
use lib 't';
MARTIMM/mongo-perl6-driver
…/998-stop-servers.t :2:
use lib 't';
MARTIMM/mongo-perl6-driver
…/999-rm-sandbox.t :2:
use lib 't';
MARTIMM/mongo-perl6-driver
…/460-bulk.t :2:
use lib 't';
MARTIMM/mongo-perl6-driver
…/500-Users.t :2:
use lib 't';
MARTIMM/mongo-perl6-driver
…/503-Authenticate-prepare.t :2:
use lib 't';
MARTIMM/mongo-perl6-driver
…/504-scram-login.t :2:
use lib 't';
MARTIMM/mongo-perl6-driver
…/020-config.t :2:
use lib 't';
MARTIMM/mongo-perl6-driver
…/110-Client.t :2:
use lib 't';
MARTIMM/mongo-perl6-driver
…/111-Client.t :2:
use lib 't';
MARTIMM/mongo-perl6-driver
…/112-Client.t :2:
use lib 't'; #, '../BSON/lib';
MARTIMM/mongo-perl6-driver
…/200-datetime.t :7:
use lib 't';
MARTIMM/mongo-perl6-driver
…/610-repl-start.t :4:
use lib 't';
MARTIMM/mongo-perl6-driver
…/611-Client.t :4:
use lib 't';
MARTIMM/mongo-perl6-driver
…/612-repl-start.t :4:
use lib 't';
MARTIMM/mongo-perl6-driver
…/bench-client-server-socket.pl6 :5:
use lib 't';
MARTIMM/mongo-perl6-driver
…/bench-find-vs-count.pl6 :5:
use lib 't';
MARTIMM/mongo-perl6-driver
…/driver-authentication.sxml :28:
use lib 't';
MARTIMM/mongo-perl6-driver
…/driver-authentication.t :4:
use lib 't';
MARTIMM/mongo-perl6-driver
…/server-discovery.sxml :67:
use lib 't';
MARTIMM/mongo-perl6-driver
…/server-discovery.t :4:
use lib 't';
MARTIMM/mongo-perl6-driver
…/wrapper.pl6 :4:
use lib 'lib', 't';
MARTIMM/mongo-perl6-driver
…/wrapper.pl6 :15:
# Set perl6 lib in environment
MARTIMM/mongo-perl6-driver
…/wrapper.pl6 :16:
%*ENV<PERL6LIB> = 'lib';
MARTIMM/pod-render
…/META6.json :14:
"Pod::Render": "lib/Pod/Render.pm6"
MARTIMM/pod-render
…/README.md :10:
pod-render --html lib/Your/Module.pm6
MARTIMM/pod-render
…/appveyor.yml :22:
- prove -v -e "perl6 -Ilib" t/
MARTIMM/pod-render
…/100-render.t :4:
use lib 't';
MARTIMM/semaphore-readerswriters
…/META6.json :11:
"Semaphore::ReadersWriters": "lib/Semaphore/ReadersWriters.pm6"
MARTIMM/tinky-hash
…/META6.json :9:
"Tinky::Hash": "lib/Tinky/Hash.pm6"
MARTIMM/tinky-hash
…/appveyor.yml :26:
- prove -v --exec "perl6 -Ilib" t
MARTIMM/unicode-precis
…/META6.json :13:
"Unicode::PRECIS": "lib/Unicode/PRECIS.pm6",
MARTIMM/unicode-precis
…/META6.json :15:
"Unicode::PRECIS::FreeForm": "lib/Unicode/PRECIS/FreeForm.pm6",
MARTIMM/unicode-precis
…/META6.json :16:
"Unicode::PRECIS::FreeForm::OpaqueString": "lib/Unicode/PRECIS/FreeForm/OpaqueString.pm6",
MARTIMM/unicode-precis
…/META6.json :18:
"Unicode::PRECIS::Identifier": "lib/Unicode/PRECIS/Identifier.pm6",
MARTIMM/unicode-precis
…/META6.json :19:
"Unicode::PRECIS::Identifier::UsernameCaseMapped": "lib/Unicode/PRECIS/Identifier/UsernameCaseMapped.pm6",
MARTIMM/unicode-precis
…/META6.json :20:
"Unicode::PRECIS::Identifier::UsernameCasePreserved": "lib/Unicode/PRECIS/Identifier/UsernameCasePreserved.pm6",
MARTIMM/unicode-precis
…/META6.json :22:
"Unicode::PRECIS::Tables": "lib/Unicode/PRECIS/Tables.pm6"
MARTIMM/unicode-precis
…/appveyor.yml :22:
- prove -v -e "perl6 -Ilib" t/
MadcapJake/Test-Lab
…/.travis.yml :8:
- prove -v -e 'perl6 -Ilib' t/
MadcapJake/Test-Lab
…/META6.json :7:
"Test::Lab" : "lib/Test/Lab.pm6",
MadcapJake/Test-Lab
…/META6.json :8:
"Test::Lab::Experiment" : "lib/Test/Lab/Experiment.pm6",
MadcapJake/Test-Lab
…/META6.json :9:
"Test::Lab::Observation" : "lib/Test/Lab/Observation.pm6",
MadcapJake/Test-Lab
…/META6.json :10:
"Test::Lab::Result" : "lib/Test/Lab/Result.pm6",
MadcapJake/Test-Lab
…/META6.json :11:
"Test::Lab::Errors" : "lib/Test/Lab/Errors.pm6"
MadcapJake/Test-Lab
…/splits.pl6 :2:
use lib 'lib';
MadcapJake/Test-Lab
…/010-lab.t :3:
use lib 'lib';
MadcapJake/Test-Lab
…/020-experiment.t :3:
use lib 'lib';
MadcapJake/Test-Lab
…/030-default.t :3:
use lib 'lib';
MadcapJake/Test-Lab
…/040-observation.t :3:
use lib 'lib';
MadcapJake/Test-Lab
…/050-result.t :3:
use lib 'lib';
MattOates/BioInfo
…/.gitignore :1:
/blib/
MattOates/BioInfo
…/.gitignore :17:
/pm_to_blib
MattOates/BioInfo
…/.gitignore :20:
/lib/.precomp/
MattOates/BioInfo
…/META6.json :13:
"BioInfo::IO::FileParser" : "lib/BioInfo/IO/FileParser.pm6",
MattOates/BioInfo
…/META6.json :14:
"BioInfo::Parser::FASTA::Actions" : "lib/BioInfo/Parser/FASTA/Actions.pm6",
MattOates/BioInfo
…/META6.json :15:
"BioInfo::Parser::FASTA::Grammar" : "lib/BioInfo/Parser/FASTA/Grammar.pm6",
MattOates/BioInfo
…/META6.json :16:
"BioInfo::Parser::FASTA" : "lib/BioInfo/Parser/FASTA.pm6",
MattOates/BioInfo
…/META6.json :17:
"BioInfo::Parser::Newick::Actions" : "lib/BioInfo/Parser/Newick/Actions.pm6",
MattOates/BioInfo
…/META6.json :18:
"BioInfo::Parser::Newick::Grammar" : "lib/BioInfo/Parser/Newick/Grammar.pm6",
MattOates/BioInfo
…/META6.json :19:
"BioInfo::Parser::Newick" : "lib/BioInfo/Parser/Newick.pm6",
MattOates/BioInfo
…/META6.json :20:
"BioInfo::Parser" : "lib/BioInfo/Parser.pm6",
MattOates/BioInfo
…/META6.json :21:
"BioInfo::Seq::Amino" : "lib/BioInfo/Seq/Amino.pm6",
MattOates/BioInfo
…/META6.json :22:
"BioInfo::Seq::DNA" : "lib/BioInfo/Seq/DNA.pm6",
MattOates/BioInfo
…/META6.json :23:
"BioInfo::Seq::Nucleic" : "lib/BioInfo/Seq/Nucleic.pm6",
MattOates/BioInfo
…/META6.json :24:
"BioInfo::Seq::RNA" : "lib/BioInfo/Seq/RNA.pm6",
MattOates/BioInfo
…/META6.json :25:
"BioInfo::Seq" : "lib/BioInfo/Seq.pm6",
MattOates/BioInfo
…/META6.json :26:
"BioInfo" : "lib/BioInfo.pm6"
MattOates/BioInfo
…/README.md :4:
BioInfo is a reimagining of bioinformatics libraries for Perl6 based on all the new goodies available such as parallel processing through P…
MattOates/BioInfo
…/README.md :94:
#Get the code into your library path
MattOates/BioInfo
…/README.md :95:
cd ~/wherever_you_keep_perl6_libs
MattOates/BioInfo
…/README.md :99:
prove -e 'perl6 -I ./lib' -lrv t/
MattOates/BioInfo
…/CONTRIBUTE.md :8:
- Make a little six-frame translator script using the library
MattOates/Math--FourierTransform
…/.gitignore :1:
/blib/
MattOates/Math--FourierTransform
…/.gitignore :17:
/pm_to_blib
MattOates/Math--FourierTransform
…/.gitignore :21:
lib/.precomp
MattOates/Math--FourierTransform
…/META6.json :12:
"Math::FourierTransform" : "lib/Math/FourierTransform.pm6"
MattOates/Stats
…/.gitignore :2:
/blib/
MattOates/Stats
…/.gitignore :18:
/pm_to_blib
MattOates/Stats
…/META6.json :18:
"Stats" : "lib/Stats.pm6"
MattOates/Stats
…/README.md :11:
prove -e 'perl6 -I ./lib' -lrv t/
MattOates/Text--Emotion
…/.gitignore :1:
blib/
MattOates/Text--Emotion
…/.gitignore :15:
pm_to_blib
MattOates/Text--Emotion
…/META6.json :13:
"Text::Emotion::Scorer" : "lib/Text/Emotion/Scorer.pm"
MattOates/Text--Emotion
…/emobot :3:
use lib './lib';
MattOates/Text--Emotion
…/AFINN-111.txt :1129:
gullibility -2
MattOates/Text--Emotion
…/AFINN-111.txt :1130:
gullible -2
MattOates/Text--Emotion
…/AFINN-111.txt :1434:
libelous -2
MattOates/Text--Emotion
…/Scorer.pm :6:
has %dictionary = split /<[,;]>/, "abandon,-2;abandoned,-2;abandons,-2;abducted,-2;abduction,-2;abductions,-2;abhor,-3;abhorred,-3;abhorrent,-3;a…
MattOates/Text--Homoglyph
…/META6.json :13:
"Text::Homoglyph" : "lib/Text/Homoglyph.pm6"
perl6-all-modules/github/Minecraft-Tools/META6.json , "provides" : { "Net::Minecraft::Packet": "lib/Net/Minecraft/Packet.pm"
perl6-all-modules/github/Minecraft-Tools/META6.json , "Net::Minecraft::Query" : "lib/Net/Minecraft/Query.pm"
perl6-all-modules/github/Minecraft-Tools/META6.json , "Net::Minecraft::Rcon" : "lib/Net/Minecraft/Rcon.pm"
perl6-all-modules/github/Minecraft-Tools/META6.json : "lib/Net/Minecraft/oldVersion.pm"
perl6-all-modules/github/Minecraft-Tools/META6.json : "lib/Net/Minecraft/Version.pm" }
Miniconf/App-jsonv
…/App-JSON.t :2:
use lib 'lib';
Mouq/HTML-Entity
…/META.info :7:
"HTML::Entity" : "lib/HTML/Entity.pm6",
Mouq/HTML-Entity
…/META.info :8:
"HTML::Entities" : "lib/HTML/Entities.pm6"
Mouq/HTML-Entity
…/generate_entities_module.p6 :3:
my $*OUT = <lib/HTML/Entities.pm6>.IO.open(:w);
Mouq/HTML-Entity
…/Entities.pm6 :863:
'&ReverseUpEquilibrium;'=> "\x[296F]",
Mouq/HTML-Entity
…/Entities.pm6 :866:
'&ReverseEquilibrium;'=> "\x[21CB]",
Mouq/HTML-Entity
…/Entities.pm6 :1507:
'&Equilibrium;'=> "\x[21CC]",
Mouq/HTML-Entity
…/Entities.pm6 :3481:
'&UpEquilibrium;'=> "\x[296E]",
Mouq/json5
…/META.info :7:
"JSON5::Tiny" : "lib/JSON5/Tiny.pm6",
Mouq/json5
…/META.info :8:
"JSON5::Tiny::Grammar" : "lib/JSON5/Tiny/Grammar.pm6",
Mouq/json5
…/META.info :9:
"JSON5::Tiny::Actions" : "lib/JSON5/Tiny/Actions.pm6"
Mouq/toml-pm6
…/META.info :8:
"ForeignGrammar" : "lib/ForeignGrammar.pm",
Mouq/toml-pm6
…/META.info :9:
"TOML" : "lib/TOML.pm",
Mouq/toml-pm6
…/META.info :10:
"TOML::Grammar" : "lib/TOML/Grammar.pm"
Mouq/toml-pm6
…/json2toml :2:
use lib <lib>;
Mouq/toml-pm6
…/toml2json :2:
use lib <lib>;
perl6-all-modules/github/Net-FTP/.gitignore /blib/
perl6-all-modules/github/Net-FTP/.gitignore /pm_to_blib
perl6-all-modules/github/Net-FTP/META.info "Net::FTP" : "lib/Net/FTP.pm6",
perl6-all-modules/github/Net-FTP/META.info "Net::FTP::Config" : "lib/Net/FTP/Config.pm6",
perl6-all-modules/github/Net-FTP/META.info "Net::FTP::Buffer" : "lib/Net/FTP/Buffer.pm6",
perl6-all-modules/github/Net-FTP/META.info "Net::FTP::Format" : "lib/Net/FTP/Format.pm6",
perl6-all-modules/github/Net-FTP/META.info "Net::FTP::System" : "lib/Net/FTP/System.pm6",
perl6-all-modules/github/Net-FTP/META.info "Net::FTP::Conn" : "lib/Net/FTP/Conn.pm6",
perl6-all-modules/github/Net-FTP/META.info "Net::FTP::Control" : "lib/Net/FTP/Control.pm6",
perl6-all-modules/github/Net-FTP/META.info "Net::FTP::Transfer" : "lib/Net/FTP/Transfer.pm6"
perl6-all-modules/github/P6-Graffiks/META.info "Graffiks" : "lib/Graffiks.pm6",
perl6-all-modules/github/P6-Graffiks/META.info "Graffiks::Camera" : "lib/Graffiks/Camera.pm6",
perl6-all-modules/github/P6-Graffiks/META.info "Graffiks::Material" : "lib/Graffiks/Material.pm6",
perl6-all-modules/github/P6-Graffiks/META.info "Graffiks::Mesh" : "lib/Graffiks/Mesh.pm6",
perl6-all-modules/github/P6-Graffiks/META.info "Graffiks::Object" : "lib/Graffiks/Object.pm6",
perl6-all-modules/github/P6-Graffiks/META.info "Graffiks::Objloader" : "lib/Graffiks/Objloader.pm6",
perl6-all-modules/github/P6-Graffiks/META.info "Graffiks::PointLight" : "lib/Graffiks/PointLight.pm6"
Perl6-Noise-Gang/Audio-PortAudio
…/Documentation.md :29:
This module provides a mechanism to get audio into and out of your program via a sound card or some other sub-system supported by the Portaudio �[1;3…
Perl6-Noise-Gang/Audio-PortAudio
…/Documentation.md :31:
You will need to have the portaudio library installed on your system to use this, it may be available as a package or come pre-installed, but the details will be specific to your platform.
Perl6-Noise-Gang/Audio-PortAudio
…/Documentation.md :33:
The interface is somewhat simplified in comparison to the underlying library and in particular only "blocking" IO is supported at the curre…
Perl6-Noise-Gang/Audio-PortAudio
…/Documentation.md :56:
This returns the portaudio library version string that may be useful for diagnostic purposes.
Perl6-Noise-Gang/Audio-PortAudio
…/Documentation.md :63:
This starts the portaudio service and will initialise all of the host API drivers found, which may (depending on the configuration,) cause the driver…
Perl6-Noise-Gang/Audio-PortAudio
…/Documentation.md :393:
It is deliberate that there is no sugared multi candidates for providing higher level Perl arrays with the data, as the overhead in copying the data will typically eat up too much time to keep the buffer filled. Hopefully this will change in the future.
Perl6-Noise-Gang/Audio-PortAudio
…/META6.json :29:
"Audio::PortAudio": "lib/Audio/PortAudio.pm"
Perl6-Noise-Gang/Audio-PortAudio
…/README.md :35:
the actual support depends on how the library was built on your system.)
Perl6-Noise-Gang/Audio-PortAudio
…/README.md :37:
You will need to have the portaudio library installed on your system
Perl6-Noise-Gang/Audio-PortAudio
…/README.md :42:
library and in particular only "blocking" IO is supported at the current
Perl6-Noise-Gang/Audio-PortAudio
…/README.md :71:
This module depends on having the portaudio library installed, your
Perl6-Noise-Gang/Audio-PortAudio
…/PortAudio.pm :39:
library (http://www.portaudio.com/), this may include "ALSA", "JACK"
Perl6-Noise-Gang/Audio-PortAudio
…/PortAudio.pm :41:
the actual support depends on how the library was built on your system.)
Perl6-Noise-Gang/Audio-PortAudio
…/PortAudio.pm :43:
You will need to have the portaudio library installed on your system
Perl6-Noise-Gang/Audio-PortAudio
…/PortAudio.pm :48:
library and in particular only "blocking" IO is supported at the current
Perl6-Noise-Gang/Audio-PortAudio
…/PortAudio.pm :88:
This returns the portaudio library version string that may be useful for diagnostic
Perl6-Noise-Gang/Audio-PortAudio
…/PortAudio.pm :100:
initializing the library then an exception will be thrown.
Perl6-Noise-Gang/Audio-PortAudio
…/PortAudio.pm :542:
It is deliberate that there is no sugared multi candidates for providing
Perl6-Noise-Gang/Audio-PortAudio
…/020-basic.t :9:
if library-exists('portaudio', v2) {
Perl6-Noise-Gang/Audio-PortAudio
…/020-basic.t :76:
skip "no portaudio library";
Perl6-Noise-Gang/Audio-PortMIDI
…/META6.json :31:
"Audio::PortMIDI": "lib/Audio/PortMIDI.pm"
Perl6-Noise-Gang/Audio-PortMIDI
…/META6.json :38:
"description": "Perl6 MIDI access using the portmidi library",
Perl6-Noise-Gang/Audio-PortMIDI
…/README.md :3:
Perl6 MIDI access using the portmidi library
Perl6-Noise-Gang/Audio-PortMIDI
…/README.md :42:
Windows uses. Depending on the way that the portmidi library is built
Perl6-Noise-Gang/Audio-PortMIDI
…/README.md :57:
library installed in order to function. Many operating system distributions
Perl6-Noise-Gang/Audio-PortMIDI
…/README.md :67:
Assuming you have the libray installed and have a working rakudo perl 6
Perl6-Noise-Gang/Audio-PortMIDI
…/README.md :4:
ways that you might usue this library. Some of them may even
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :7:
Audio::PortMIDI - Perl6 MIDI access using the portmidi library
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :46:
Windows uses. Depending on the way that the portmidi library is built
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :59:
default time source provided by the PortMIDI library, which you can
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :67:
if a problem is encountered with the underlying library call.
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :80:
This initializes the portmidi library and should be called before using
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :88:
This allows the portmidi libray to free up any resources it may have
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :242:
by the C<portmidi> library.
Perl6-Noise-Gang/Audio-PortMIDI
…/020-basic.t :11:
if library-exists('portmidi', v0) {
Perl6-Noise-Gang/Audio-PortMIDI
…/020-basic.t :12:
pass "got portmidi library";
Perl6-Noise-Gang/Audio-PortMIDI
…/030-event.t :11:
if library-exists('portmidi', v0) {
Perl6-Noise-Gang/Audio-PortMIDI
…/030-event.t :39:
skip "no portmidi library";
Perl6-Noise-Gang/Audio-PortMIDI
…/040-synopsis.t :10:
if library-exists('portmidi', v0) {
Perl6-Noise-Gang/Task-Noise
…/.gitignore :1:
/blib/
Perl6-Noise-Gang/Task-Noise
…/.gitignore :17:
/pm_to_blib
Perl6-Noise-Gang/Task-Noise
…/META6.json :13:
"Audio::Taglib::Simple",
Perl6-Noise-Gang/Task-Noise
…/README.md :13:
* Audio::Taglib::Simple
Perl6-Noise-Gang/Task-Noise
…/README.md :37:
shared library or binary, so you probably want to consult the individual README
Perl6-Noise-Gang/p6-Music-Helpers
…/.gitignore :1:
lib/.precomp/*
Perl6-Noise-Gang/p6-Music-Helpers
…/META6.json :11:
"provides" : { "Music::Helpers" : "lib/Music/Helpers.pm" },
Perl6-Noise-Gang/p6-Music-Helpers
…/01-use.t :5:
use lib 'lib';
Perl6-Noise-Gang/p6-Music-Helpers
…/02-basic.t :5:
use lib 'lib';
Perl6-Noise-Gang/perl6-Audio-MIDI-Note
…/.gitignore :1:
lib/.precomp
Perl6-Noise-Gang/perl6-Audio-MIDI-Note
…/META6.json :16:
"Audio::MIDI::Note" : "lib/Audio/MIDI/Note.pm6"
Perl6-Noise-Gang/perl6-Audio-MIDI-Note
…/README.md :44:
under the hood, which requires portmidi C library.
Perl6-Noise-Gang/perl6-Audio-MIDI-Note
…/README.md :45:
On Debian and derivatives, you can install it with `sudo apt-get install libportmidi0`
Perl6-Noise-Gang/perl6-Audio-MIDI-Note
…/canon-c-easy.p6 :1:
use lib 'lib';
Perl6-Noise-Gang/perl6-Audio-MIDI-Note
…/gorgoroth.p6 :1:
use lib 'lib';
Perl6-Noise-Gang/perl6-Audio-MIDI-Note
…/heart-will-go-on.p6 :1:
use lib 'lib';
Perl6-Noise-Gang/perl6-Audio-MIDI-Note
…/00-compile.t :1:
use lib 'lib';
Perl6-Noise-Gang/perl6-Audio-MIDI-Note
…/01-meta.t :1:
use lib 'lib';
PerlGameDev/SDL6
…/.gitignore :1:
lib/.precomp/
PerlGameDev/SDL6
…/META6.json :8:
"SDL" : "lib/SDL.pm6",
PerlGameDev/SDL6
…/META6.json :9:
"SDL::Constants" : "lib/SDL/Constants.pm6",
PerlGameDev/SDL6
…/META6.json :10:
"SDL::Functions" : "lib/SDL/Functions.pm6",
PerlGameDev/SDL6
…/META6.json :11:
"SDL::Structures" : "lib/SDL/Structures.pm6"
PerlGameDev/SDL6
…/README.md :1:
This module provides access to the Simple DirectMedia Layer (www.libsdl.org) to Perl6.
PerlGameDev/SDL6
…/README.md :7:
- libSDL, libSDL-mixer, libSDL-image
PerlGameDev/SDL6
…/README.md :9:
To aid NativeCall locating the libaries you should just do:
PerlGameDev/SDL6
…/README.md :11:
sudo apt install libsdl1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev
PerlGameDev/SDL6
…/Functions.pm6 :68:
#| SDL_GL_LoadLibrary -- Specify an OpenGL library
PerlGameDev/SDL6
…/Functions.pm6 :192:
#| SDL_GetTicks -- Get the number of milliseconds since the SDL library initialization.
PostCocoon/P6-TagLibC
…/.travis.yml :12:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install libtagc0; fi;
PostCocoon/P6-TagLibC
…/.travis.yml :13:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install taglib; fi;
PostCocoon/P6-TagLibC
…/.travis.yml :19:
script: AUTHOR_TESTING=1 prove -v -e "perl6 -Ilib" t/
PostCocoon/P6-TagLibC
…/META6.json :12:
"TagLibC": "lib/TagLibC.pm6",
PostCocoon/P6-TagLibC
…/META6.json :13:
"TagLibC::Wrapper": "lib/TagLibC/Wrapper.pm6"
PostCocoon/P6-TagLibC
…/META6.json :19:
"taglib",
PostCocoon/P6-TagLibC
…/README.md :14:
provides bindings to `libtag_c.so` or `libtag_c.dynlib` or your systems equivalent, you're able to change and read title, track, album, artist, year and genre.
PostCocoon/P6-TagLibC
…/README.md :21:
An easy wrapper object for taglib_c
PostCocoon/P6-TagLibC
…/README.md :246:
All functions exposed by libtag_c
PostCocoon/P6-TagLibC
…/README.md :248:
### sub library
PostCocoon/P6-TagLibC
…/README.md :251:
sub library() returns Mu
PostCocoon/P6-TagLibC
…/README.md :254:
Cached version of library search
[PostCocoon/P6-TagLibC
…/README.md :256:](https://github.com/PostCocoon/P6-TagLibC/blob/90a899e017da6dd5a13ac7ea4869d41173531402
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment