Group: Ceylon
21.Ceylon Promise Platform Module2 usages
ceylon » promise Apache
Support for promises. If an operation cannot return a value
immediately without blocking, it may instead return a
_promise_ of the value.
Last Release on Feb 13, 2021
22.Ceylon TOML Platform Module1 usages
ceylon » toml
This module provides everything necessary to parse and generate Tom's Obvious,
Minimal Language (TOML) documents.
As described in the [TOML documentation](https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.4.0.md):
> TOML aims to be ...
Last Release on Feb 13, 2021
24.Ceylon Decimal Platform Module1 usages
ceylon » decimal
Decimal floating point arithmetic. The focus of this module
is the [[Decimal]] type which performs computations using
decimal floating point arithmetic.
Last Release on Feb 13, 2021
25.Ceylon Source Code Formatter1 usages
ceylon » formatter
A formatter for the Ceylon programming language.
# Command line usage
Note: if the `ceylon format` plugin wasn’t installed by default
in your distribution, you can add it by running:
~~~sh
ceylon plugin install ceylon.formatter/1.3.3
~~~
To format ...
Last Release on Feb 13, 2021
26.Ceylon HTML Platform Module1 usages
ceylon » html
The `ceylon.html` module contains HTML5 templating engine:
- with an elegant and type safe way of creating templates
- witch works on both platforms, server (jvm) and client (js)
- based on named argument invocations syntax
- supporting reusability ...
Last Release on Feb 13, 2021
27.Ceylon Transaction Platform Module1 usages
ceylon » transaction Apache
This module enables updates to multiple databases within
a single transaction. It is integrated with
[[module ceylon.dbc]].
Last Release on Feb 13, 2021
28.Ceylon URI Platform Module1 usages
ceylon » uri Apache
This module defines APIs for representing and manipulating URIs.
The [[ceylon.uri::Uri]] class supports parsing and creating
URI as defined by [RFC 3986](https://tools.ietf.org/html/rfc3986).
Last Release on Feb 13, 2021
29.Ceylon Database Platform Module
ceylon » dbc Apache
This module offers some components for JDBC-based
database connectivity. The main component is the class
[[Sql]], an instance of which may be obtained for any
given [[javax.sql::DataSource]].
Last Release on Feb 13, 2021
30.Ceylon Locale Platform Module
ceylon » locale
Provides information about locale-specific information
including:
- language,
- currency,
- numeric formats, and
- data/time formats.
A locale is identified by a _locale tag_, as specified by
IETF [BCP 47][], which contains:
- a required _language ...
Last Release on Feb 13, 2021
31.Markdown Processing Module
ceylon » markdown
A port of the [`commonmark.js`](https://github.com/commonmark/commonmark.js/) Markdown
parser and renderer from JavaScript to Ceylon. Some parts have been made more ceylonic, for
convenience, but the overall structure of the code still resembles the ...
Last Release on Feb 13, 2021
32.Ceylon Numeric Platform Module
ceylon » numeric
This module provides:
- `ceylon.numeric.float`—various common mathematical
functions for floating-point numbers, and
- `ceylon.numeric.integer`—various common functions for
integers.
Last Release on Feb 13, 2021
33.Ceylon OpenShift Platform Module
ceylon » openshift
This module allows you to check if the process is executing
OpenShift and, if so, to obtain information about the
host IP and port you should bind on, your public DNS, and
database connection information.
# Usage
void connectToDb(String ...
Last Release on Feb 13, 2021
34.Ceylon Regex Platform Module
ceylon » regex Apache
This module provides basic cross-platform regular expression support.
It's based on Google's [RegExp object](http://www.gwtproject.org/javadoc/latest/com/google/gwt/regexp/shared/RegExp.html)
for GWT.
Last Release on Feb 13, 2021
35.Ceylon Swarm Platform Module
ceylon » swarm
Ceylon CLI plugin for WildFly Swarm.
# Usage
Install the plugin from the command-line:
~~~sh
$ ceylon plugin install ceylon.swarm/1.3.3
~~~
Write your application for WildFly Swarm by importing the Java EE API module in your Ceylon ...
Last Release on Feb 13, 2021
36.Ceylon Unicode Platform Module
ceylon » unicode
A selection of utility methods for accessing Unicode
information about `Character`s and performing locale-aware
transformations on `String`s:
- [[uppercase]] and [[lowercase]] change the case of a
`String` according to the rules of a certain ...
Last Release on Feb 13, 2021
