blob: 5f35a440cb0c4a54bb4f379944e651e6249ee870 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "libxcrypt",
"version": "4.5.2",
"description": "libxcrypt is a modern library for one-way hashing of passwords. On Linux-based systems, by default libxcrypt will be binary backward compatible with the libcrypt.so.1 shipped as part of the GNU C Library.",
"homepage": "https://github.com/besser82/libxcrypt",
"license": null,
"supports": "linux | osx",
"dependencies": [
{
"name": "vcpkg-make",
"host": true
}
]
}
|