Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated AIFAD #5346

Merged
merged 2 commits into from Dec 29, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/aifad/aifad.2.0.7/descr
@@ -0,0 +1,4 @@
AIFAD - Automated Induction of Functions over Algebraic Datatypes
AIFAD is a machine learning tool that generalizes decision tree
learning to algebraic datatypes.

7 changes: 7 additions & 0 deletions packages/aifad/aifad.2.0.7/files/_oasis_remove_.ml
@@ -0,0 +1,7 @@
open Printf

let () =
let dir = Sys.argv.(1) in
(try Sys.chdir dir
with _ -> eprintf "Cannot change directory to %s\n%!" dir);
exit (Sys.command "ocaml setup.ml -uninstall")
6 changes: 6 additions & 0 deletions packages/aifad/aifad.2.0.7/files/aifad.install
@@ -0,0 +1,6 @@
etc: [
"setup.ml"
"setup.data"
"setup.log"
"_oasis_remove_.ml"
]
28 changes: 28 additions & 0 deletions packages/aifad/aifad.2.0.7/opam
@@ -0,0 +1,28 @@
opam-version: "1.2"
maintainer: "Markus Mottl <markus.mottl@gmail.com>"
authors: [ "Markus Mottl <markus.mottl@gmail.com>" ]
license: "LGPL-2.1+ with OCaml linking exception"
homepage: "http://mmottl.github.io/aifad"
dev-repo: "https://github.com/mmottl/aifad.git"
bug-reports: "https://github.com/mmottl/aifad/issues"
build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
["ocaml" "setup.ml" "-build"]
]
install: ["ocaml" "setup.ml" "-install"]
remove: [
["ocaml" "%{etc}%/aifad/_oasis_remove_.ml" "%{etc}%/aifad"]
]
build-test: [
["ocaml" "setup.ml" "-configure" "--enable-tests"]
["ocaml" "setup.ml" "-build"]
["ocaml" "setup.ml" "-test"]
]
depends: [
"base-threads" {build}
"cfg" {build}
"ocamlfind" {build & >= "1.3.1"}
"pcre" {build}
"res" {build}
]
available: [ ocaml-version >= "4.00" ]
2 changes: 2 additions & 0 deletions packages/aifad/aifad.2.0.7/url
@@ -0,0 +1,2 @@
archive: "https://github.com/mmottl/aifad/releases/download/v2.0.7/aifad-2.0.7.tar.gz"
checksum: "3864ff2d5ea82bf133f73dd2a78bb0cb"
4 changes: 4 additions & 0 deletions packages/aifad/aifad.2.0.8/descr
@@ -0,0 +1,4 @@
AIFAD - Automated Induction of Functions over Algebraic Datatypes
AIFAD is a machine learning tool that generalizes decision tree
learning to algebraic datatypes.

7 changes: 7 additions & 0 deletions packages/aifad/aifad.2.0.8/files/_oasis_remove_.ml
@@ -0,0 +1,7 @@
open Printf

let () =
let dir = Sys.argv.(1) in
(try Sys.chdir dir
with _ -> eprintf "Cannot change directory to %s\n%!" dir);
exit (Sys.command "ocaml setup.ml -uninstall")
6 changes: 6 additions & 0 deletions packages/aifad/aifad.2.0.8/files/aifad.install
@@ -0,0 +1,6 @@
etc: [
"setup.ml"
"setup.data"
"setup.log"
"_oasis_remove_.ml"
]
28 changes: 28 additions & 0 deletions packages/aifad/aifad.2.0.8/opam
@@ -0,0 +1,28 @@
opam-version: "1.2"
maintainer: "Markus Mottl <markus.mottl@gmail.com>"
authors: [ "Markus Mottl <markus.mottl@gmail.com>" ]
license: "LGPL-2.1+ with OCaml linking exception"
homepage: "http://mmottl.github.io/aifad"
dev-repo: "https://github.com/mmottl/aifad.git"
bug-reports: "https://github.com/mmottl/aifad/issues"
build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
["ocaml" "setup.ml" "-build"]
]
install: ["ocaml" "setup.ml" "-install"]
remove: [
["ocaml" "%{etc}%/aifad/_oasis_remove_.ml" "%{etc}%/aifad"]
]
build-test: [
["ocaml" "setup.ml" "-configure" "--enable-tests"]
["ocaml" "setup.ml" "-build"]
["ocaml" "setup.ml" "-test"]
]
depends: [
"base-threads" {build}
"cfg" {build}
"ocamlfind" {build & >= "1.3.1"}
"pcre" {build}
"res" {build}
]
available: [ ocaml-version >= "4.00" ]
2 changes: 2 additions & 0 deletions packages/aifad/aifad.2.0.8/url
@@ -0,0 +1,2 @@
archive: "https://github.com/mmottl/aifad/releases/download/v2.0.8/aifad-2.0.8.tar.gz"
checksum: "d4d4d11f08b3f0d719580b643510de75"