this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Provide maintainer's email address

+4 -4
+1 -1
packages/testo-diff/testo-diff.0.1.0/opam
··· 6 6 matching ported to OCaml by Gabriel Jaldon from Paul Butler's 7 7 Python implementation. 8 8 See https://github.com/paulgb/simplediff""" 9 - maintainer: ["Martin Jambon" "OCaml community"] 9 + maintainer: ["Martin Jambon <martin@semgrep.com>"] 10 10 authors: ["Martin Jambon" "Gabriel Jaldon"] 11 11 license: "ISC" 12 12 homepage: "https://github.com/semgrep/testo"
+1 -1
packages/testo-lwt/testo-lwt.0.1.0/opam
··· 3 3 description: """ 4 4 Use this if the tests return Lwt promises and you can't make them synchronous 5 5 because 'Lwt_main.run' is not supported by your platform e.g. JavaScript.""" 6 - maintainer: ["Martin Jambon" "OCaml community"] 6 + maintainer: ["Martin Jambon <martin@semgrep.com>"] 7 7 authors: ["Martin Jambon" "Gabriel Jaldon"] 8 8 license: "ISC" 9 9 homepage: "https://github.com/semgrep/testo"
+1 -1
packages/testo-util/testo-util.0.1.0/opam
··· 1 1 opam-version: "2.0" 2 2 synopsis: "Modules shared by testo, testo-lwt, etc" 3 3 description: "Testo is a test framework for OCaml." 4 - maintainer: ["Martin Jambon" "OCaml community"] 4 + maintainer: ["Martin Jambon <martin@semgrep.com>"] 5 5 authors: ["Martin Jambon" "Gabriel Jaldon"] 6 6 license: "ISC" 7 7 homepage: "https://github.com/semgrep/testo"
+1 -1
packages/testo/testo.0.1.0/opam
··· 3 3 description: """ 4 4 Testo is a test framework for OCaml providing new subcommands for capturing, 5 5 checking, and approving the output of tests.""" 6 - maintainer: ["Martin Jambon" "OCaml community"] 6 + maintainer: ["Martin Jambon <martin@semgrep.com>"] 7 7 authors: ["Martin Jambon" "Gabriel Jaldon"] 8 8 license: "ISC" 9 9 homepage: "https://github.com/semgrep/testo"