slpvm 0.1.5-13 source package in Ubuntu

Changelog

slpvm (0.1.5-13) unstable; urgency=medium

  * QA (group) upload
  * d/control:
    + Remove myself from the Uploaders list (closes: #571881)
    + Set Maintainer to Debian QA Group (orhpaned package)
  * d/rules: Set correct path for the pvm3 library

 -- Rafael Laboissiere <email address hidden>  Mon, 01 Aug 2016 17:08:30 -0300

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe interpreters
Bionic release universe interpreters

Downloads

File Size SHA-256 Checksum
slpvm_0.1.5-13.dsc 1.8 KiB 9df83f99e6c092f6bbe4db143decec718d5f7c786f244d166fe840e2706d780a
slpvm_0.1.5.orig.tar.gz 325.1 KiB a07a90a5ab4628e2d4240d62eb3b0cdf68a0221c4728933108c582ffde573f9d
slpvm_0.1.5-13.diff.gz 3.6 KiB fbf14bed3f047b1c25e90a800e12b7bc22160d6a1c7d571a5e63c52c2e135acf

Available diffs

No changes file available.

Binary packages built by this source

slang-pvm: PVM (Parallel Virtual Machine) interface for S-Lang

 PVM (Parallel Virtual Machine) is a software package which permits a
 heterogeneous collection computers connected by a network to be used
 as a single large parallel computer.
 .
 The S-Lang PVM module provides a S-Lang interface to PVM. By
 organizing distributed computations with S-Lang, one gains the
 advantages of programming in an interpreted language.
 .
 With this approach, one can make efficient use of all available
 computer resources: high level logic is handled in interpreted code,
 CPU intensive work is done in compiled code and PVM simplifies using
 all available CPUs.