Skip to content

Commit

Permalink
Update opam files
Browse files Browse the repository at this point in the history
  • Loading branch information
mjambon committed Nov 11, 2024
1 parent c2d9491 commit 4907723
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ clean:
# See complete release instructions in CONTRIBUTING.md.
#
.PHONY: opam-release
opam-release: delete-symlinks
opam-release: delete-symlinks opam-files
dune-release tag
dune-release bistro

Expand Down
1 change: 1 addition & 0 deletions testo-diff.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Python implementation.
See https://github.com/paulgb/simplediff"""
maintainer: ["Martin Jambon" "OCaml community"]
authors: ["Martin Jambon" "Gabriel Jaldon"]
license: "ISC"
homepage: "https://github.com/semgrep/testo"
bug-reports: "https://github.com/semgrep/testo/issues"
depends: [
Expand Down
1 change: 1 addition & 0 deletions testo-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Use this if the tests return Lwt promises and you can't make them synchronous
because 'Lwt_main.run' is not supported by your platform e.g. JavaScript."""
maintainer: ["Martin Jambon" "OCaml community"]
authors: ["Martin Jambon" "Gabriel Jaldon"]
license: "ISC"
homepage: "https://github.com/semgrep/testo"
bug-reports: "https://github.com/semgrep/testo/issues"
depends: [
Expand Down
1 change: 1 addition & 0 deletions testo-util.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ synopsis: "Modules shared by testo, testo-lwt, etc"
description: "Testo is a test framework for OCaml."
maintainer: ["Martin Jambon" "OCaml community"]
authors: ["Martin Jambon" "Gabriel Jaldon"]
license: "ISC"
homepage: "https://github.com/semgrep/testo"
bug-reports: "https://github.com/semgrep/testo/issues"
depends: [
Expand Down
1 change: 1 addition & 0 deletions testo.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Testo is a test framework for OCaml providing new subcommands for capturing,
checking, and approving the output of tests."""
maintainer: ["Martin Jambon" "OCaml community"]
authors: ["Martin Jambon" "Gabriel Jaldon"]
license: "ISC"
homepage: "https://github.com/semgrep/testo"
bug-reports: "https://github.com/semgrep/testo/issues"
depends: [
Expand Down

0 comments on commit 4907723

Please sign in to comment.