List extension packs
/home/mlunife/.local/share/swi-prolog/pack/bddem/prolog
/home/mlunife/.local/share/swi-prolog/pack/trill/prolog
/home/mlunife/trill-on-swish
/home/mlunife/trill-on-swish/config-enabled
/home/mlunife/trill-on-swish/lib
/home/mlunife/trill-on-swish/lib/render
/home/mlunife/trill-on-swish/pack/profile/prolog
/usr/local/lib/swipl
/usr/local/lib/swipl/boot
/usr/local/lib/swipl/library
/usr/local/lib/swipl/library/clp
/usr/local/lib/swipl/library/dcg
/usr/local/lib/swipl/library/dialect
/usr/local/lib/swipl/library/dialect/swi
/usr/local/lib/swipl/library/ext/RDF
/usr/local/lib/swipl/library/ext/archive
/usr/local/lib/swipl/library/ext/bdb
/usr/local/lib/swipl/library/ext/chr
/usr/local/lib/swipl/library/ext/chr/chr
/usr/local/lib/swipl/library/ext/clib
/usr/local/lib/swipl/library/ext/clpqr
/usr/local/lib/swipl/library/ext/clpqr/clpq
/usr/local/lib/swipl/library/ext/clpqr/clpqr
/usr/local/lib/swipl/library/ext/http/http
/usr/local/lib/swipl/library/ext/libedit
/usr/local/lib/swipl/library/ext/mqi
/usr/local/lib/swipl/library/ext/nlp
/usr/local/lib/swipl/library/ext/odbc
/usr/local/lib/swipl/library/ext/paxos
/usr/local/lib/swipl/library/ext/pcre
/usr/local/lib/swipl/library/ext/pengines
/usr/local/lib/swipl/library/ext/pldoc
/usr/local/lib/swipl/library/ext/pldoc/pldoc
/usr/local/lib/swipl/library/ext/plunit
/usr/local/lib/swipl/library/ext/protobufs
/usr/local/lib/swipl/library/ext/redis
/usr/local/lib/swipl/library/ext/semweb/semweb
/usr/local/lib/swipl/library/ext/sgml
/usr/local/lib/swipl/library/ext/ssl
/usr/local/lib/swipl/library/ext/ssl/http
/usr/local/lib/swipl/library/ext/stomp
/usr/local/lib/swipl/library/ext/swipy
/usr/local/lib/swipl/library/ext/table
/usr/local/lib/swipl/library/ext/utf8proc
/usr/local/lib/swipl/library/ext/zlib
/usr/local/lib/swipl/library/http
/usr/local/lib/swipl/library/lynx
/usr/local/lib/swipl/library/base64.pl
All
Application
Manual
Name
Summary
Help
swipl
library
error.pl
debug.pl
apply.pl
lists.pl
broadcast.pl
shlib.pl -- Utility library for loading foreign objects (DLLs, shared objects)
option.pl
thread_pool.pl
gensym.pl
settings.pl
arithmetic.pl -- Extensible arithmetic
main.pl
readutil.pl -- Read utilities
operators.pl
pairs.pl -- Operations on key-value lists
prolog_source.pl
record.pl
quasi_quotations.pl
pure_input.pl
solution_sequences.pl -- Modify solution sequences
ordsets.pl
random.pl
base64.pl -- Base64 encoding and decoding
base64_encoded/3
base64/2
base64url/2
base64_encoded//2
base64//1
base64url//1
aggregate.pl
yall.pl
sandbox.pl -- Sandboxed Prolog code
apply_macros.pl -- Goal expansion rules to avoid meta-calling
assoc.pl
prolog_format.pl -- Analyse format specifications
predicate_options.pl
csv.pl
pprint.pl
atom.pl -- Operations on atoms
modules.pl
occurs.pl -- Finding and counting sub-terms
prolog_xref.pl -- Prolog cross-referencer data collection
prolog_colour.pl
lazy_lists.pl -- Lazy list handling
ugraphs.pl
url.pl
www_browser.pl -- Open a URL in the users browser
prolog_pack.pl -- A package manager for Prolog
git.pl -- Run GIT commands
rbtrees.pl
dif.pl
charsio.pl -- I/O on Lists of Character Codes
prolog_stack.pl
edinburgh.pl
prolog_clause.pl
prolog_breakpoints.pl
wfs.pl
dialect.pl
prolog_code.pl
sort.pl
iostream.pl -- Utilities to deal with streams
dicts.pl -- Dict utilities
varnumbers.pl
backcomp.pl -- Backward compatibility
thread.pl
writef.pl
intercept.pl
ansi_term.pl -- Print decorated text to ANSI consoles
prolog_versions.pl -- Demand specific (Prolog) versions
prolog_trace.pl
prolog_wrap.pl -- Wrapping predicates
base32.pl
codesio.pl -- I/O on Lists of Character Codes
coinduction.pl -- Co-Logic Programming
date.pl -- Process dates and times
heaps.pl
statistics.pl
terms.pl -- Term manipulation
utf8.pl
when.pl -- Conditional coroutining
prolog_profile.pl
prolog_autoload.pl
check.pl
prolog_codewalk.pl -- Prolog code walker
increval.pl
tables.pl
help.pl -- Text based manual
nb_set.pl -- Non-backtrackable sets
threadutil.pl -- Interactive thread utilities
strings.pl
ctypes.pl -- Character code classification
zip.pl
edit.pl -- Editor interface
prolog_history.pl
listing.pl
quintus.pl
fastrw.pl
exceptions.pl
prolog_coverage.pl
shell.pl -- Elementary shell commands
qsave.pl
optparse.pl -- command line parsing
prolog_debug.pl -- User level debugging tools
persistency.pl
explain.pl
hashtable.pl
oset.pl
portray_text.pl
make.pl -- Reload modified source files
system.pl -- System utilities
files.pl
prolog_metainference.pl -- Infer meta-predicate properties
base64url
(+PlainText)
//
is
det
base64url
(-PlainText)
// is
det
Encode/decode list of character codes using Base64URL. See also
base64url/2
.