slpvm 0.1.5-12.1 source package in Ubuntu

Changelog

slpvm (0.1.5-12.1) unstable; urgency=low


  * Non-maintainer upload.
  * Fix FTBFS: use --with-slanglib multiarch path (Closes: #640687)

 -- Simon Paillard <email address hidden>  Sat, 17 Dec 2011 10:56:54 +0100

Upload details

Uploaded by:
Debian JED Group
Uploaded to:
Sid
Original maintainer:
Debian JED Group
Architectures:
any
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe interpreters
Trusty release universe interpreters
Precise release universe interpreters

Downloads

File Size SHA-256 Checksum
slpvm_0.1.5-12.1.dsc 1.9 KiB fe05238ef1b07a92e3ac8feacf8ed0c607fa6456a4fab60815e7c193e1832275
slpvm_0.1.5.orig.tar.gz 325.1 KiB a07a90a5ab4628e2d4240d62eb3b0cdf68a0221c4728933108c582ffde573f9d
slpvm_0.1.5-12.1.diff.gz 3.5 KiB 964f73065ce005a226fca239613dbc609012636945ce3a45edc27f8efeb59b03

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.