ikvm 8.1.5717.0+ds-1 source package in Ubuntu

Changelog

ikvm (8.1.5717.0+ds-1) unstable; urgency=medium

  * [a948bb2] Update so get-orig-source gets the right version
  * [3ca6eb0] Imported Upstream version 8.1.5717.0+ds
  * [50bdfab] Refreshed debian/patches/01-use_system_SharpZipLib.patch
  * [8915f6f] Refreshed debian/patches/03-use_mono.snk_for_ikvm-key.patch
  * [8a757b6] Removed d/p/force_4.0_Mono.CompilerServices.SymbolWriter
  * [84a8679] Fix build-deps (Closes: #814164)
  * [6925689] Fix install locations
  * [b4a395f] Fix upstream Linux build bugs
  * [8fcea15] Patch implib.exe to support SNK from files, not Crypto Store
  * [297fbed] Add new assemblies to GAC and pkg-config
  * [49c4e64] Override JSON license lintian check. The quoted license doesn't
    apply to any files in the tree.

 -- Jo Shields <email address hidden>  Fri, 19 Feb 2016 14:40:20 +0000

Upload details

Uploaded by:
Debian CLI Libraries Team
Uploaded to:
Sid
Original maintainer:
Debian CLI Libraries Team
Architectures:
any all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe devel
Xenial release universe devel

Downloads

File Size SHA-256 Checksum
ikvm_8.1.5717.0+ds-1.dsc 1.8 KiB 106c1dba99ae683e4d3a0189c0e8d16d1b4cc732ebafa2a2afc34741d1115e1a
ikvm_8.1.5717.0+ds.orig.tar.gz 42.9 MiB 7050bd31152965f05813f3664ce194df59d29811b6410f8e754d24f258f149bb
ikvm_8.1.5717.0+ds-1.debian.tar.xz 17.5 KiB 8877399a13f528436318bf763183d9e89b15a6b6530bef5ddf9ab0a533a46544

No changes file available.

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: No summary available for libikvm-native in ubuntu zesty.

No description available for libikvm-native in ubuntu zesty.