maloc 0.2-3.1 source package in Ubuntu

Changelog

maloc (0.2-3.1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Logan Rosen ]

  * debian/control: add Homepage field.
  * debian/copyright: Don't point to symlink GPL.

  [ Joao Eriberto Mota Filho ]

  * Bumped DH level to 10. (Closes: #817574)
  * debian/control: bumped Standards-Version to 3.9.8.
  * debian/watch: added.

 -- Joao Eriberto Mota Filho <email address hidden>  Wed, 26 Oct 2016 17:02:55 -0200

Upload details

Uploaded by:
Michael Banck
Uploaded to:
Sid
Original maintainer:
Michael Banck
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
maloc_0.2-3.1.dsc 1.7 KiB 24945898ac27865f5f6eb111d737ecab9f6cb5fef09e1bb1baedd7ee7cb04c27
maloc_0.2.orig.tar.gz 718.1 KiB 20e21ff30c3ea995cbf95ed104fc8cdc8b171a5e634ca28e9498aded165fbd17
maloc_0.2-3.1.diff.gz 111.0 KiB 2413361f39d8d5b4256c0b3a363581d5e4fa94988d9dfd2a9d5227b26e0997c9

Available diffs

No changes file available.

Binary packages built by this source

libmaloc-dev: No summary available for libmaloc-dev in ubuntu zesty.

No description available for libmaloc-dev in ubuntu zesty.

libmaloc1: No summary available for libmaloc1 in ubuntu groovy.

No description available for libmaloc1 in ubuntu groovy.

libmaloc1-dbgsym: debug symbols for package libmaloc1

 MALOC is a small, portable, abstract C environment library for object-
 oriented C programming. MALOC is used as the foundation layer for a
 number of scientific applications, including MC, SG, and APBS. MALOC
 can be used as a small stand-alone abstraction environment for writing
 portable C programs which need access to resources which are typically
 architecture-dependent, such as INET sockets, timing routines, and so
 on. MALOC provides abstract datatypes, memory management routines,
 timing routines, machine epsilon, access to UNIX and INET sockets, MPI,
 etc. All things that can vary from one architecture to another are
 abstracted out of an application code and placed in MALOC.