github.com/anchore/syft@v1.38.2/syft/pkg/cataloger/ocaml/test-fixtures/alcotest.opam (about)

     1  version: "1.5.0"
     2  # This file is generated by dune, edit dune-project instead
     3  opam-version: "2.0"
     4  synopsis: "Alcotest is a lightweight and colourful test framework"
     5  description: """
     6  Alcotest exposes simple interface to perform unit tests. It exposes
     7  a simple TESTABLE module type, a check function to assert test
     8  predicates and a run function to perform a list of unit -> unit
     9  test callbacks.
    10  
    11  Alcotest provides a quiet and colorful output where only faulty runs
    12  are fully displayed at the end of the run (with the full logs ready to
    13  inspect), with a simple (yet expressive) query language to select the
    14  tests to run.
    15  """
    16  maintainer: ["thomas@gazagnaire.org"]
    17  authors: ["Thomas Gazagnaire"]
    18  license: "ISC"
    19  homepage: "https://github.com/mirage/alcotest"
    20  doc: "https://mirage.github.io/alcotest"
    21  bug-reports: "https://github.com/mirage/alcotest/issues"
    22  depends: [
    23    "dune" {>= "2.8"}
    24    "ocaml" {>= "4.03.0"}
    25    "fmt" {>= "0.8.7"}
    26    "astring"
    27    "cmdliner" {>= "1.0.0"}
    28    "re"
    29    "stdlib-shims"
    30    "uutf"
    31    "ocaml-syntax-shims"
    32    "odoc" {with-doc}
    33  ]
    34  conflicts: [
    35    "result" {< "1.5"}
    36  ]
    37  build: [
    38    ["dune" "subst"] {dev}
    39    [
    40      "dune"
    41      "build"
    42      "-p"
    43      name
    44      "-j"
    45      jobs
    46      "@install"
    47      "@runtest" {with-test}
    48      "@doc" {with-doc}
    49    ]
    50  ]
    51  dev-repo: "git+https://github.com/mirage/alcotest.git"