liburweb-fastcgi0
urweb FastCGI backend
Ur is a pure, functional, statically typed, strict programming language in the
tradition of ML and Haskell; however, it features a significantly richer type
system. Ur/Web is Ur plus a special standard library and associated rules for
parsing and optimization. Ur/Web supports constructing dynamic web
applications backed by SQL databases.
libsimgearcore3.4.0
Simulator Construction Gear -- core library
libcatalyst-plugin-session-store-dbic-perl
DBIx::Class-based session storage plugin for Catalyst
Catalyst::Plugin::Session::Store::DBIC saves session data in a database via
DBIx::Class. It's actually just a wrapper around
Catalyst::Plugin::Session::Store::Delegate. The later may be a better option
if complete control over how sessions are stored is needed.
urweb
purely functional language for web programming
Ur is a pure, functional, statically typed, strict programming language in the
tradition of ML and Haskell; however, it features a significantly richer type
system. Ur/Web is Ur plus a special standard library and associated rules for
parsing and optimization. Ur/Web supports constructing dynamic web
applications backed by SQL databases.
libstdc++6-4.9-dbg-armhf-cross
GNU Standard C++ Library v3 (debugging files)
aidl
Binder generator of AIDL interfaces
aidl is a utility to generate Java and/or C++ code from Android's
Android Interface Definition Language (AIDL). AIDL is similar to
other IDLs you might have worked with. It allows you to define the
programming interface that both the client and service agree upon in
order to communicate with each other using interprocess communication
(IPC). On Android, one process cannot normally access the memory of
another process. So to talk, they need to decompose their objects
into primitives that the operating system can understand, and
marshall the objects across that boundary for you. The code to do
that marshalling is tedious to write, so Android handles it for you
with AIDL. This package provides two tools: