this repo has no description
1opam-version: "2.0"
2synopsis: "Microsoft Visual Studio environment settings detection script"
3description: """
4This package installs the msvs-detect utility from the msvs-tools package which
5can be used to find additional values required for the PATH, INCLUDE and LIB
6environment variables in order to use the Microsoft C compiler (cl).
7
8This package does not actually run the scripts; see the conf-msvc32 and
9conf-msvc64 pacakges."""
10maintainer: "David Allsopp <david.allsopp@metastack.com>"
11authors: "David Allsopp"
12license: "BSD-3-clause"
13homepage: "https://github.com/metastack/msvs-tools#readme"
14bug-reports: "https://github.com/metastack/msvs-tools/issues"
15available: os = "win32"
16dev-repo: "git+https://github.com/metastack/msvs-tools.git"
17url {
18 src:
19 "https://github.com/metastack/msvs-tools/archive/refs/tags/0.7.0.tar.gz"
20 checksum: [
21 "sha256=4bb71be91e1735c30f2b290214b75a68d900e4c1e6d9bec16e52213849d0824b"
22 "sha512=237d69fad4ed24f32eaf0af0e68039b892df4458cd29c95b033d1bd04053ee3a30a61e1c061be186313fa0543fb9c83b59dc7e9de6a1ce9439de0e07db7531d7"
23 ]
24}