Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
(formatting disabled)
(generate_opam_files true)
(source (github ocurrent/obuilder))
(license Apache-2.0)
(authors "talex5@gmail.com")
(maintainers "talex5@gmail.com")
(documentation "https://ocurrent.github.io/obuilder/")
(package
(name obuilder)
(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.")
"OBuilder takes a build script (similar to a Dockerfile) and performs the steps in it in a sandboxed environment.")
(conflicts (result (< 1.5)))
(depends
(lwt (>= 5.5.0))
astring
Expand Down
1 change: 1 addition & 0 deletions obuilder-spec.opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description:
"A library for constructing, reading and writing OBuilder build specification files."
maintainer: ["talex5@gmail.com"]
authors: ["talex5@gmail.com"]
license: "Apache-2.0"
homepage: "https://github.com/ocurrent/obuilder"
doc: "https://ocurrent.github.io/obuilder/"
bug-reports: "https://github.com/ocurrent/obuilder/issues"
Expand Down
4 changes: 4 additions & 0 deletions obuilder.opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description:
"OBuilder takes a build script (similar to a Dockerfile) and performs the steps in it in a sandboxed environment."
maintainer: ["talex5@gmail.com"]
authors: ["talex5@gmail.com"]
license: "Apache-2.0"
homepage: "https://github.com/ocurrent/obuilder"
doc: "https://ocurrent.github.io/obuilder/"
bug-reports: "https://github.com/ocurrent/obuilder/issues"
Expand All @@ -27,6 +28,9 @@ depends: [
"alcotest-lwt" {with-test}
"odoc" {with-doc}
]
conflicts: [
"result" {< "1.5"}
]
build: [
["dune" "subst"] {dev}
[
Expand Down