slpvm 0.1.5-16 source package in Ubuntu

Changelog

slpvm (0.1.5-16) unstable; urgency=medium

  * Adopt package (Closes: #748264)
  * d/control: Add Multi-Arch: same
  * d/u/metadata: New file
  * d/p/update-configure.patch: Also update autoconf/aclocal.m4

 -- Rafael Laboissière <email address hidden>  Thu, 02 Dec 2021 12:28:16 -0300

Upload details

Uploaded by:
Rafael Laboissiere
Uploaded to:
Sid
Original maintainer:
Rafael Laboissiere
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe interpreters

Downloads

File Size SHA-256 Checksum
slpvm_0.1.5-16.dsc 2.0 KiB fb7ae0b018e22eae374fff2e143e87aea14a95cac90636ee9ea2f871946529f7
slpvm_0.1.5.orig.tar.gz 325.1 KiB a07a90a5ab4628e2d4240d62eb3b0cdf68a0221c4728933108c582ffde573f9d
slpvm_0.1.5-16.debian.tar.xz 6.3 KiB 162c06ddcb5ee6719adc1bef3d852267e23da4e0b4150afd04e5b04e4a53cd29

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.

slang-pvm-dbgsym: debug symbols for slang-pvm