{
  "name": "@esy-ocaml/libffi",
  "version": "3.2.10",
  "esy": {
    "build": [
      "./configure --enable-shared --prefix $cur__install",
      "make"
    ],
    "install": [
      "make install"
    ],
    "exportedEnv": {
      "LIBFFI_BUILD_DIR": {
        "scope": "global",
        "val": "#{@esy-ocaml/libffi.install}"
      },
      "LIBFFI_CFLAGS": {
        "scope": "global",
        "val": "-I#{@esy-ocaml/libffi.lib / 'libffi-3.2.1' / 'include'}"
      },
      "LIBFFI_LIBS": {
        "scope": "global",
        "val": "-L#{@esy-ocaml/libffi.lib} -lffi"
      },
      "LIBRARY_PATH": {
        "scope": "global",
        "val": "#{@esy-ocaml/libffi.lib : $LIBRARY_PATH}"
      }
    },
    "buildsInSource": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/libffi/libffi.git"
  },
  "keywords": [],
  "author": "",
  "license": "zlib",
  "bugs": {
    "url": "https://github.com/libffi/libffi/issues"
  },
  "homepage": "https://github.com/libffi/libffi#readme"
}
