aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/jemalloc/vcpkg.json
blob: 5a9fdc43009577fec99eb9ae830a664c0ca4d61a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "jemalloc",
  "version": "5.3.0",
  "port-version": 3,
  "description": "jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support",
  "homepage": "https://jemalloc.net/",
  "license": "BSD-2-Clause",
  "dependencies": [
    {
      "name": "vcpkg-make",
      "host": true
    }
  ]
}