this repo has no description
1opam-version: "2.0" 2maintainer: "Leonid Rozenberg <leonidr@gmail.com>" 3authors: "Leonid Rozenberg <leonidr@gmail.com>" 4homepage: "https://github.com/hammerlab/oml/" 5bug-reports: "https://github.com/hammerlab/oml/issues" 6license: "Apache-2.0" 7dev-repo: "git+https://github.com/hammerlab/oml.git" 8build: [make] 9install: [make "install"] 10remove: ["ocamlfind" "remove" "oml"] 11depends: [ 12 "ocaml" {>= "4.01" & < "4.10"} 13 "ocamlfind" {build} 14 "lacaml" {>= "7.2.5" & <= "7.6.2"} 15 "lbfgs" 16 "ocephes" {>= "0.8"} 17] 18synopsis: "Beginnings of an OCaml Math (statistics, and ML) Library" 19description: """ 20Common algorithms and procedures to perform exploratory data analysis, 21machine learning and mathematical simulations.""" 22flags: light-uninstall 23url { 24 src: "http://github.com/hammerlab/oml/archive/0.0.5.tar.gz" 25 checksum: [ 26 "sha256=18d3d2e33e9ccbfc329ddc429fa7c09fac3c5abc9999abe16cb3362816eaabfe" 27 "md5=50f0718d613fdd611dd7f849ad3840e4" 28 ] 29}