-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDescription.props
47 lines (31 loc) · 877 Bytes
/
Description.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Template Description file for a Weka package
#
#
# Package name (required)
PackageName= WekaEnsembleSystems
# Version (required)
Version=1.13.1
#Date
Date=2024-07-21
# Title (required)
Title= Ensemble Systems
Category=Classification
# Author (required)
Author=Pawel Trajdos
# Maintainer (required)
Maintainer= Pawel Trajdos pawel.trajdos{at}gmail.com
# License (required)
License=GPL 3.0
# Description (required)
Description= The package contains the system for building ensmeble classifiers
Changes=---
# Package URL for obtaining the package archive (required)
PackageURL=https://github.com/ptrajdos/wekaEnsembleSystems
# URL for further information
URL=https://github.com/ptrajdos/wekaEnsembleSystems
# Enhances various other packages ?
# Enhances=packageName1,packageName2,...
# Related to other packages?
#Related=
# Dependencies
Depends=weka (>=3.9.6)