haxe 1:2.7+20110131-3 source package in Ubuntu

Changelog

haxe (1:2.7+20110131-3) unstable; urgency=low

  * Fix linking so that it works with multiarch-enabled zlib by simply
    passing -lz to the ocaml compiler, thanks to Steve Langasek.
    (Closes: #622853)
  * Include a small test case to sanity-check the build.

haxe (1:2.7+20110131-2) unstable; urgency=low

  * Updated man page and bash comletion to include new macro options.

haxe (1:2.7+20110131-1) experimental; urgency=low

  * New upstream version.
  * Install standard library in /usr/share/haxe/std to cater for the haXe
    executable mangling of the class path: the path has to end in /std.
  * Include the upstream repository in Debian version to allow updating
    the upstream tarball.

haxe (1:2.6-1) experimental; urgency=low

  * New upstream version, which uses new features not present in the
    Debian version of ocaml extlib (see #596622), so reverting part of
    #519630 by using newest version of extlib directly from Motion-Twin
    CVS.
  * Bumped Standards-Version to 3.9.1, no changes.
 -- Micah Gersten <email address hidden>   Fri,  17 Jun 2011 15:41:03 +0000

Upload details

Uploaded by:
Micah Gersten
Uploaded to:
Oneiric
Original maintainer:
Jens Peter Secher
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe devel

Downloads

File Size SHA-256 Checksum
haxe_2.7+20110131.orig.tar.gz 826.4 KiB c963d5eb02042620cba23fb8dd705aed471822684238fd8fc84a8b95ce7d8259
haxe_2.7+20110131-3.debian.tar.gz 17.2 KiB 33bf4b6f1349a3cca8c177eee6bc38a721af0c3a277422d1d7730062080441e5
haxe_2.7+20110131-3.dsc 1.3 KiB e19789a2f02a8b314c2cbe60227c0d80d46f6ef5c5f643f016230472517a9c4b

Available diffs

View changes file

Binary packages built by this source

haxe: Web-oriented universal programming language

 Programming language similar to JavaScript, but with full-featured
 static type system and generics. The command-line compiler can
 generate Flash SWF files for client-side use, Neko bytecode for
 server-side use on Apache, or JavaScript/PHP using Browser DHTML API
 to create AJAX web applications.
 .
 haXe was written by Nicolas Cannasse.