this repo has no description

Apply suggestions from code review

Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>

Kate 90538f09 7fe26856

Changed files
+4 -1
packages
obuilder
obuilder.0.4
obuilder-spec
obuilder-spec.0.4
+1
packages/obuilder-spec/obuilder-spec.0.4/opam
···
opam-version: "2.0"
+
license: "Apache-2.0"
synopsis: "Build specification format"
description:
"A library for constructing, reading and writing OBuilder build specification files."
+3 -1
packages/obuilder/obuilder.0.4/opam
···
opam-version: "2.0"
+
license: "Apache-2.0"
synopsis: "Run build scripts for CI"
description:
"OBuilder takes a build script (similar to a Dockerfile) and performs the steps in it in a sandboxed environment."
···
"logs"
"cmdliner" {>= "1.1.0"}
"tar-unix" {>= "2.0.0"}
-
"yojson"
+
"yojson" {>= "1.6.0"}
"sexplib"
"ppx_deriving"
"ppx_sexp_conv"
···
"alcotest-lwt" {with-test}
"odoc" {with-doc}
]
+
conflicts: [ "result" {< "1.5"} ]
build: [
["dune" "subst"] {dev}
[