smlnj 110.76-1 source package in Ubuntu

Changelog

smlnj (110.76-1) unstable; urgency=low


  * New upstream version.
    + Fix comparisons of Int64 on amd64.  (Closes: #709459)

 -- James McCoy <email address hidden>  Mon, 16 Sep 2013 21:48:08 -0400

Upload details

Uploaded by:
James McCoy
Uploaded to:
Sid
Original maintainer:
James McCoy
Architectures:
i386 amd64 powerpc all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
smlnj_110.76-1.dsc 1.9 KiB 5788386566ee039054528915b6d56382dc65a876a0ecddf77dfdc3d0cb649aca
smlnj_110.76.orig.tar.gz 22.0 MiB 409e92b943d906c53c79ac7d6a9ecac011b21187db9aa3d3b4eabe983432a474
smlnj_110.76-1.diff.gz 18.4 KiB 3984d24e35fafc7c879bcb60fe695da3a377353c7950ac3ddf89d09d4510cb04

Available diffs

No changes file available.

Binary packages built by this source

libckit-smlnj: No summary available for libckit-smlnj in ubuntu utopic.

No description available for libckit-smlnj in ubuntu utopic.

libcml-smlnj: Concurrent ML extension of SML

 An SML library for message-passing concurrency. This library adds
 threading support to SML. Each thread is then manually executed by
 running a separate function, rather than being called directly by the
 top-level SML loop.

libcmlutil-smlnj: No summary available for libcmlutil-smlnj in ubuntu utopic.

No description available for libcmlutil-smlnj in ubuntu utopic.

libexene-smlnj: Concurrent ML library for the X Window System

 A multi-threaded X Window System toolkit written in Concurrent
 ML. Many other windowing toolkits, such as Xlib, register separate
 functions that are called by a centralized event processing loop. In
 contrast, eXene maintains each window and graphical object in a
 separate thread that has the ability to update itself.

libmlnlffi-smlnj: No summary available for libmlnlffi-smlnj in ubuntu utopic.

No description available for libmlnlffi-smlnj in ubuntu utopic.

libmlrisctools-smlnj: No summary available for libmlrisctools-smlnj in ubuntu utopic.

No description available for libmlrisctools-smlnj in ubuntu utopic.

libpgraphutil-smlnj: Portable graph utility library for SML Compilation Manager

 Utility routines for use with portable dependency graphs. This
 package contains support to build list-of-edges dependency graphs and
 convert them back into valid SML code.

libsmlnj-smlnj: Useful libraries for Standard ML of New Jersey

 A library for SML, including:
  * Util A general utility library.
  * Controls A library of support code for managing application controls.
  * HashCons A library supporting hash-consing of data structures and
                efficient sets and maps using hash-consed keys.
  * HTML Provides parsing and pretty printing of HTML.
  * INet Networking utilities.
  * PP Pretty-printing library.
  * Reactive A low-level reactive scripting library.
  * RegExp Regular-expression library.
  * Unix A set of unix specific utilities.

ml-burg: No summary available for ml-burg in ubuntu utopic.

No description available for ml-burg in ubuntu utopic.

ml-lex: No summary available for ml-lex in ubuntu utopic.

No description available for ml-lex in ubuntu utopic.

ml-lpt: SML/NJ language processing tools

 Tradition has it that when a new programming language is introduced,
 new scanner and parser generators are written in that language, and
 generate code for that language. Traditional also has it that the
 new tools are modeled after the old lex and yacc tools, both in terms
 of the algorithms used, and often the syntax as well. The language
 Standard ML is no exception: ml-lex and ml-yacc are the SML
 incarnations of the old Unix tools.
 .
 This package has two new tools, ml-ulex and ml-antlr, that follow
 tradition in separating scanning from parsing, but break from
 tradition in their implementation: ml-ulex is based on regular
 expression derivatives rather than subset-construction, and ml-antlr
 is based on LL(k) parsing rather than LALR(1) parsing.

ml-nlffigen: ML generator for C glue code

 This tool reads in C source code and outputs ML code and a CM
 description file for use with the ML "No Longer Foreign Function
 Interface" library. This tool works by separating each top-level C
 declaration into a new ML source file. For large programs, this
 puts some strain on the SML Compilation Manager, but this should only
 marginally increase the program run-time.

ml-yacc: Parser generator for Standard ML

 SML version of the yacc program, generates a parser for a LALR language.
 This package is useful for SML developers requiring a parser in their
 work.

nowhere: Translates programs from an extended Standard ML to Standard ML

 This is a source-to-source translation tool that expands case
 expressions that use conditional patterns. Conditional patterns that
 use the "where" keyword are converted into SML.

smlnj: No summary available for smlnj in ubuntu utopic.

No description available for smlnj in ubuntu utopic.

smlnj-runtime: Standard ML of New Jersey runtime system

 SML/NJ is an implementation of the Standard ML programming language.
 This package includes the runtime system only -- it provides garbage
 collection and other support for compiled SML programs.
 .
 Install this package if you want to run programs compiled with SML/NJ.