opam-version: "2.0"
authors: "Théophile Bastian <contact@tobast.fr> and Noémie Fong"
maintainer: "contact@tobast.fr"
homepage: "https://github.com/tobast/OC4.5"
bug-reports: "https://github.com/tobast/OC4.5/issues"
dev-repo: "git+https://github.com/tobast/OC4.5.git"
license: "LGPL-2.0-or-later"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "ocaml"
  "jbuilder"
]
synopsis: "Pure OCaml implementation of the C4.5 algorithm."
description: """
This algorithm is used to generate a decision tree from a dataset and a
criteria set, and is usually found in machine learning.  The algorithm
description can be found in eg. "Efficient C4.5" by S. Ruggieri in
IEEE transactions on knowledge and data engineering, vol. 14, no. 2,
march/april 2002."""
url {
  src: "https://github.com/tobast/OC4.5/archive/v1.0.0.tar.gz"
  checksum: "md5=3ad2e5cd1c54c2a581cdba3920ac9ca5"
}
