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 ["dune" "subst"] {dev} 11 ["dune" "build" "-p" name "-j" jobs] 12] 13 14depends: [ 15 "ocaml" {>= "4.04"} 16 "res" 17 "pcre" 18 "cfg" {>= "2.1.0"} 19 "dune" {>= "1.1.0"} 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.2.1/aifad-2.2.1.tbz" 28 checksum: [ 29 "sha256=2b3e4811123dacbd7fea6da53e6a39d1b199758d0df789d6aff9d2a364623363" 30 "md5=162a9b02818fabfe36a229b5e7f062fe" 31 ] 32}