this repo has no description
1opam-version: "2.0"
2maintainer: "owlbarn"
3authors: [ "Ta-Chu Kao" ]
4license: "MIT"
5homepage: "https://github.com/owlbarn/owl_opt"
6dev-repo: "git+https://github.com/owlbarn/owl_opt.git"
7bug-reports: "https://github.com/owlbarn/owl_opt/issues"
8build: [
9 ["dune" "build" "-p" name "-j" jobs]
10 ["dune" "runtest" "examples/opt" "-p" name "-j" jobs] {with-test}
11]
12depends: [
13 "ocaml" {>= "4.06.0"}
14 "dune" {>= "1.5.0"}
15 "owl" {>= "0.6.0"}
16 "ppx-owl-opt"
17]
18url {
19 src: "https://github.com/owlbarn/owl_opt/archive/v0.0.1.tar.gz"
20 checksum: [
21 "sha256=2e35805a3479cb008133ebb768a8508cf9f46bc962a4c92a71dfdb11889b137e"
22 "md5=2c8d6a63757fc7f43217aa94d54909e8"
23 ]
24}
25synopsis: "Owl's Optimisation Module"