this repo has no description

Merge pull request #20149 from mseri/owl-ode-fixup

owl_ode_sundials: add upper bound on sundialsml

Changed files
+6 -6
packages
owl-ode-sundials
owl-ode-sundials.0.0.7
owl-ode-sundials.0.0.9
owl-ode-sundials.0.1.0
owl-ode-sundials.0.2.0
owl-ode-sundials.0.3.0
owl-ode-sundials.0.4.0
+1 -1
packages/owl-ode-sundials/owl-ode-sundials.0.0.7/opam
···
"dune" {>= "1.1.0"}
"owl-ode" {>="0.0.7" & < "0.0.9"}
"owl-plplot" {with-test}
-
"sundialsml"
+
"sundialsml" {<"4"}
]
synopsis: "Owl's ODE solvers, interface with SundialsML"
url {
+1 -1
packages/owl-ode-sundials/owl-ode-sundials.0.0.9/opam
···
"dune" {>= "1.1.0"}
"owl-ode" {>= "0.0.9" & < "0.0.10"}
"owl-plplot" {with-test}
-
"sundialsml"
+
"sundialsml" {<"4"}
]
synopsis: "Owl's ODE solvers, interface with SundialsML"
url {
+1 -1
packages/owl-ode-sundials/owl-ode-sundials.0.1.0/opam
···
"owl" {>= "0.6.0"}
"dune" {>= "1.5.0"}
"owl-ode" {>="0.1.0" & < "0.3.0"}
-
"sundialsml"
+
"sundialsml" {<"4"}
]
synopsis: "Owl's ODE solvers, interface with SundialsML"
url {
+1 -1
packages/owl-ode-sundials/owl-ode-sundials.0.2.0/opam
···
"owl" {>= "0.6.0"}
"dune" {>= "1.5.0"}
"owl-ode" {>="0.1.0" & < "0.3.0"}
-
"sundialsml"
+
"sundialsml" {<"4"}
]
synopsis: "Owl's ODE solvers, interface with SundialsML"
description: """OwlDE: ODE Integration library
+1 -1
packages/owl-ode-sundials/owl-ode-sundials.0.3.0/opam
···
"dune" {>= "2.0.0"}
"owl-ode" {= version}
"owl-plplot" {with-test}
-
"sundialsml"
+
"sundialsml" {<"4"}
]
synopsis: "Owl's ODE solvers, interface with SundialsML"
description: """OwlDE: ODE Integration library
+1 -1
packages/owl-ode-sundials/owl-ode-sundials.0.4.0/opam
···
"dune" {>= "2.0.0"}
"owl-ode" {= version}
"owl-plplot" {with-test}
-
"sundialsml"
+
"sundialsml" {<"4"}
]
build: [
["dune" "build" "-p" name "-j" jobs]