this repo has no description

Apply suggestions from code review

Kate b5699ec9 efe849fe

Changed files
+3 -3
packages
owl
owl.1.1
owl-base
owl-base.1.1
owl-top
owl-top.1.1
+1 -1
packages/owl-base/owl-base.1.1/opam
···
synopsis: "OCaml Scientific and Engineering Computing - Base"
description: "Owl is an OCaml scientific library."
build: [
-
[ "dune" "subst" ] {pinned}
[ "dune" "build" "-p" name "-j" jobs ]
]
···
synopsis: "OCaml Scientific and Engineering Computing - Base"
description: "Owl is an OCaml scientific library."
build: [
+
[ "dune" "subst" ] {dev}
[ "dune" "build" "-p" name "-j" jobs ]
]
+1 -1
packages/owl-top/owl-top.1.1/opam
···
description: "Owl is an OCaml scientific library."
build: [
-
[ "dune" "subst" ] {pinned}
[ "dune" "build" "-p" name "-j" jobs ]
]
···
description: "Owl is an OCaml scientific library."
build: [
+
[ "dune" "subst" ] {dev}
[ "dune" "build" "-p" name "-j" jobs ]
]
+1 -1
packages/owl/owl.1.1/opam
···
"""
build: [
-
[ "dune" "subst" ] {pinned}
[ "dune" "build" "-p" name "-j" jobs ]
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
]
···
"""
build: [
+
[ "dune" "subst" ] {dev}
[ "dune" "build" "-p" name "-j" jobs ]
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
]