Skip to content

Commit a6fd8b2

Browse files
authored
Apply suggestions from code review
1 parent a358d08 commit a6fd8b2

File tree

2 files changed

+6
-0
lines changed
  • packages
    • opam-build/opam-build.0.2.5
    • opam-test/opam-test.0.2.5

2 files changed

+6
-0
lines changed

packages/opam-build/opam-build.0.2.5/opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
opam-version: "2.0"
22
synopsis: "An opam plugin to build projects"
33
maintainer: "Kate <[email protected]>"
4+
description: """
5+
opam-build allows to build any project easily with just one command: opam build. This will setup a local switch and install all the required dependencies.
6+
"""
47
authors: "Kate <[email protected]>"
58
license: "MIT"
69
homepage: "https://github.com/kit-ty-kate/opam-build"

packages/opam-test/opam-test.0.2.5/opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
opam-version: "2.0"
22
synopsis: "An opam plugin to test projects"
33
maintainer: "Kate <[email protected]>"
4+
description: """
5+
opam-test: similar to opam-build, this will setup a local switch and install all the required dependencies, but will also run the tests on top of it. It also circumvents issues with cyclic test dependencies in opam (where the tests require a package that needs the library it is trying to test). Such cyclic dependency is present in packages such as odoc or base. See https://github.com/ocaml/opam/issues/4594
6+
"""
47
authors: "Kate <[email protected]>"
58
license: "MIT"
69
homepage: "https://github.com/kit-ty-kate/opam-build"

0 commit comments

Comments
 (0)