this repo has no description
1opam-version: "2.0"
2maintainer: "Markus Mottl <markus.mottl@gmail.com>"
3authors: [ "Markus Mottl <markus.mottl@gmail.com>" ]
4license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
5homepage: "https://mmottl.github.io/aifad"
6dev-repo: "git+https://github.com/mmottl/aifad.git"
7bug-reports: "https://github.com/mmottl/aifad/issues"
8
9build: [
10 ["jbuilder" "subst" "-p" name] {dev}
11 ["jbuilder" "build" "-p" name "-j" jobs]
12]
13
14depends: [
15 "ocaml" {>= "4.04"}
16 "res"
17 "pcre"
18 "cfg" {>= "2.1.0"}
19 "jbuilder" {>= "1.0+beta10"}
20]
21synopsis: "AIFAD - Automated Induction of Functions over Algebraic Datatypes"
22description: """
23AIFAD is a machine learning tool that generalizes decision tree learning to
24algebraic datatypes."""
25url {
26 src:
27 "https://github.com/mmottl/aifad/releases/download/2.1.0/aifad-2.1.0.tbz"
28 checksum: [
29 "sha256=f253e6288a0b3a4eaaaf531a252facc8f1c15750a658a9218ebebd3ad08a444b"
30 "md5=74557c6b156e1670a01923f8b1cd29ae"
31 ]
32}