File: pkg-config.sh

package info (click to toggle)
pmdk 1.13.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 28,944 kB
  • sloc: ansic: 126,815; sh: 21,543; cpp: 9,413; python: 5,893; makefile: 3,119; perl: 2,294; pascal: 1,442
file content (17 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2014-2020, Intel Corporation

# Name of package
PACKAGE_NAME="pmdk"

# Name and email of package maintainer
PACKAGE_MAINTAINER="Piotr Balcer <piotr.balcer@intel.com>"

# Brief description of the package
PACKAGE_SUMMARY="Persistent Memory Development Kit"

# Full description of the package
PACKAGE_DESCRIPTION="The collection of libraries and utilities for Persistent Memory Programming"

# Website
PACKAGE_URL="https://pmem.io/pmdk"