blob: 29c84e0faef227ac6916511c068d4cddeafcb7c3 [file] [log] [blame]
#!/bin/bash
#
# Package configuration file of the PARSEC benchmark suite
#
# Copyright (C) 2011 Princeton University
# Written by Christian Bienia
# This file contains all information about a specific package
# The program domain to which this package belongs (no more than 2-3 words)
pkg_domain="program development"
# Brief description of what the package does (no more than one line)
pkg_desc="Modular assembler for x86 and amd64 insruction set architectures"
# The contributor of the package
pkg_contrib="Peter Johnson and Michael Urman"
# The group to which this package belongs
pkg_group="tools"
# A list of aliases to which this package belongs, separated by blanks
pkg_aliases="all tools"
# Citations for this package (requires matching citation file)
pkg_cite="bienia11parsec"