2 "name": "OnnxMacCUnofficial",
4 "summary": "Experimental wrapper around the C API of the Onnx Runtime.",
5 "description": "Experimental wrapper around the C API of the Onnx Runtime.\nUniversal macOS binary sourced from dylib and headers at https://github.com/microsoft/onnxruntime/releases.\nLink obtained from ONNX homepage by choosing Mac -> Arm64 -> C++.\nC++ headers then manually removed.",
6 "homepage": "https://github.com/jpohhhh/OnnxMacCUnofficial",
9 "James O'Leary": "jpohhhh@gmail.com"
12 "git": "https://github.com/jpohhhh/OnnxMacCUnofficial.git",
15 "vendored_libraries": "libs/ort/lib/libonnxruntime.1.15.1.dylib",
16 "module_map": "libs/ort/include/module.modulemap",
20 "source_files": "libs/ort/include/**/*.h",
21 "public_header_files": "libs/ort/include/**/*.h"