source: trunk/drmaa_utils/project/project.yaml @ 1

Revision 1, 1.7 KB checked in by mmamonski, 13 years ago (diff)

Torque/PBS DRMAA initial commit

Line 
1full_name: FedStage DRMAA utilities library
2short_name: drmaa_utils
3version: "2.0.1"
4copyright: Copyright (C) 2006-2008  FedStage Systems
5license: GNU General Public License (GPL) v. 3
6license_note: |
7  This program is free software: you can redistribute it and/or modify
8  it under the terms of the GNU General Public License as published by
9  the Free Software Foundation, either version 3 of the License, or
10  (at your option) any later version.
11 
12  This program is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  GNU General Public License for more details.
16 
17  You should have received a copy of the GNU General Public License
18  along with this program.  If not, see <http://www.gnu.org/licenses/>.
19author: Łukasz Cieśnik
20author_email: Łukasz Cieśnik <lukasz.ciesnik@fedstage.com>
21maintainer: FedStage Systems
22# maintainer_email: FedStage DRMAA for PBS Pro users <drmaa-pbspro-users@lists.fedstage.com>
23organization: FedStage Systems
24url: http://www.fedstage.com/wiki/FedStage_DRMAA
25# download_url: http://sourceforge.net/project/showfiles.php?group_id=207998
26contact_address: drmaa-pbspro-users@lists.fedstage.com
27# description: short description
28# long_description: |
29#   multi-line description
30# keywords:
31#   - foo
32#   - bar
33classifiers:
34  - "Development Status :: 2 - Beta"
35  - "Intended Audience :: Developers"
36  - "License :: OSI Approved :: GNU General Public License (GPL)"
37  - "Operating System :: POSIX"
38  - "Programming Language :: C"
39  - "Topic :: System :: Distributed Computing"
40
41ac_config_srcdir: drmaa_utils/xmalloc.c
42darcs: false
Note: See TracBrowser for help on using the repository browser.