···11+opam-version: "2.0"
22+synopsis: "Microsoft Visual Studio environment settings detection script"
33+description: """
44+This package installs the msvs-detect utility from the msvs-tools package which
55+can be used to find additional values required for the PATH, INCLUDE and LIB
66+environment variables in order to use the Microsoft C compiler (cl).
77+88+This package does not actually run the scripts; see the conf-msvc32 and
99+conf-msvc64 pacakges."""
1010+maintainer: "David Allsopp <david.allsopp@metastack.com>"
1111+authors: "David Allsopp"
1212+license: "BSD-3-clause"
1313+homepage: "https://github.com/metastack/msvs-tools#readme"
1414+bug-reports: "https://github.com/metastack/msvs-tools/issues"
1515+available: os = "win32"
1616+dev-repo: "git+https://github.com/metastack/msvs-tools.git"
1717+url {
1818+ src:
1919+ "https://github.com/metastack/msvs-tools/archive/refs/tags/0.7.0.tar.gz"
2020+ checksum: [
2121+ "sha256=4bb71be91e1735c30f2b290214b75a68d900e4c1e6d9bec16e52213849d0824b"
2222+ "sha512=237d69fad4ed24f32eaf0af0e68039b892df4458cd29c95b033d1bd04053ee3a30a61e1c061be186313fa0543fb9c83b59dc7e9de6a1ce9439de0e07db7531d7"
2323+ ]
2424+}