diff options
Diffstat (limited to 'vcpkg/ports/dirent/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/dirent/vcpkg.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/ports/dirent/vcpkg.json b/vcpkg/ports/dirent/vcpkg.json new file mode 100644 index 0000000..7d80acb --- /dev/null +++ b/vcpkg/ports/dirent/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "dirent", + "version": "1.26", + "description": "Dirent is a C/C++ programming interface that allows programmers to retrieve information about files and directories under Linux/UNIX. This project provides Linux compatible Dirent interface for Microsoft Windows.", + "homepage": "https://github.com/tronkko/dirent", + "license": "MIT" +} |