this repo has no description
0
fork

Configure Feed

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

Package msvs-detect.0.7.0

msvs-detect is taken from the msvs-tools project. This package simply
installs two scripts to the share directory to be used by other
packages.

+24
+24
packages/msvs-detect/msvs-detect.0.7.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Microsoft Visual Studio environment settings detection script" 3 + description: """ 4 + This package installs the msvs-detect utility from the msvs-tools package which 5 + can be used to find additional values required for the PATH, INCLUDE and LIB 6 + environment variables in order to use the Microsoft C compiler (cl). 7 + 8 + This package does not actually run the scripts; see the conf-msvc32 and 9 + conf-msvc64 pacakges.""" 10 + maintainer: "David Allsopp <david.allsopp@metastack.com>" 11 + authors: "David Allsopp" 12 + license: "BSD-3-clause" 13 + homepage: "https://github.com/metastack/msvs-tools#readme" 14 + bug-reports: "https://github.com/metastack/msvs-tools/issues" 15 + available: os = "win32" 16 + dev-repo: "git+https://github.com/metastack/msvs-tools.git" 17 + url { 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 + }