Skip to content

Commit

Permalink
2 packages from owlbarn/owl_ode at 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mseri committed Jun 17, 2019
1 parent fdb9dbe commit 3274b56
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages/owl-ode-sundials/owl-ode-sundials.0.0.9/opam
@@ -0,0 +1,28 @@
opam-version: "2.0"
maintainer: "owlbarn"
authors: [ "Marcello Seri" "Ta-Chu Calvin Kao" ]
license: "MIT"
homepage: "https://github.com/owlbarn/owl_ode"
dev-repo: "git+https://github.com/owlbarn/owl_ode.git"
bug-reports: "https://github.com/owlbarn/owl_ode/issues"
doc: "https://owlbarn.github.io/owl_ode/ode"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "exec" "examples/van_der_pol.exe"] {with-test}
]
depends: [
"ocaml" {>= "4.06.0"}
"owl" {>= "0.5.0"}
"dune" {build & >= "1.1.0"}
"owl-ode" {>="0.0.7"}
"owl-plplot" {with-test}
"sundialsml"
]
synopsis: "Owl's ODE solvers, interface with SundialsML"
url {
src: "https://github.com/owlbarn/owl_ode/archive/V0.0.9.tar.gz"
checksum: [
"md5=778b6567d54fb5dd78be3ed502341aba"
"sha512=f8090e120e878fcc025d26208dfdecf0d40db476e771519c6400bbf97c99018c4337f285a50b91c3b5461310340bc5ef01d21cb4b53e32178ce08f13dae844a8"
]
}
27 changes: 27 additions & 0 deletions packages/owl-ode/owl-ode.0.0.9/opam
@@ -0,0 +1,27 @@
opam-version: "2.0"
maintainer: "owlbarn"
authors: [ "Marcello Seri" "Ta-Chu Calvin Kao" ]
license: "MIT"
homepage: "https://github.com/owlbarn/owl_ode"
dev-repo: "git+https://github.com/owlbarn/owl_ode.git"
bug-reports: "https://github.com/owlbarn/owl_ode/issues"
doc: "https://owlbarn.github.io/owl_ode/owl-ode"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.06.0"}
"dune" {build & >= "1.1.0"}
"owl" {>= "0.5.0"}
"owl-plplot" {with-test}
"alcotest" {with-test}
]
synopsis: "Owl's ODE solvers"
url {
src: "https://github.com/owlbarn/owl_ode/archive/V0.0.9.tar.gz"
checksum: [
"md5=778b6567d54fb5dd78be3ed502341aba"
"sha512=f8090e120e878fcc025d26208dfdecf0d40db476e771519c6400bbf97c99018c4337f285a50b91c3b5461310340bc5ef01d21cb4b53e32178ce08f13dae844a8"
]
}

0 comments on commit 3274b56

Please sign in to comment.