Group: Ceylon
Sort by:Popular

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
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
Bootstrap
Last Release on Feb 13, 2021
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
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
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
This module enables updates to multiple databases within a single transaction. It is integrated with [[module ceylon.dbc]].
Last Release on Feb 13, 2021
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
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
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
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
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
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
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
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