ikvm 0.46.0.1+ds-4ubuntu1 source package in Ubuntu

Changelog

ikvm (0.46.0.1+ds-4ubuntu1) oneiric; urgency=low

  * Exclude the ikvm-native moduleref to work around FTBFS. This will be fixed
    properly in Debian by extending dh_clideps to properly handle the
    inter-package dependencies. (LP: #831373)
 -- Iain Lane <email address hidden>   Wed, 21 Sep 2011 23:16:29 +0100

Upload details

Uploaded by:
Iain Lane
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
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
ikvm_0.46.0.1+ds.orig.tar.gz 33.4 MiB 5fa41c329ccf57d67e2f32709b38aa0f0a4307f4e6a91320c9f827594b9804a4
ikvm_0.46.0.1+ds-4ubuntu1.debian.tar.gz 17.4 KiB 8af553df2858d21803583e08abc3a51a65e501b4c037428eb59a1f8c312adf6f
ikvm_0.46.0.1+ds-4ubuntu1.dsc 2.2 KiB ff17306c279c49c4a6087e62eba04e282ab0f3aaf4178c4895a6227b89f7ecf7

View changes file

Binary packages built by this source

ikvm: Java virtual machine for the CLI

 IKVM.NET is a free implementation of Java for the Common Language
 Infrastructure (CLI) like Mono and the Microsoft .NET Framework.
 .
 There are two main ways of using IKVM.NET:
  - Dynamically:
    In this mode, Java classes and jars are used directly to execute Java
    applications on the CLI runtime.
    Java bytecode is translated on the fly into Common Intermediate Language
    (CIL) by running on the IKVM.NET runtime.
    The full Java class loader model is supported in this mode.
  - Statically:
    In order to allow Java code to be used by CLI applications, it must be
    compiled down to an assembly and used directly.
    The Java bytecode is translated to CIL and is stored in this form. The
    assemblies can be referenced and used directly by the CLI applications
    by only using the CLI runtime.
    While the static mode does not support the full Java class loader
    mechanism, it is possible for statically compiled code to create a class
    loader and load classes dynamically.

libikvm-native: native library for IKVM.NET

 This package contains the native-compiled support library for IKVM.NET.