# BinaryBuilder.jl prebuilding Syphon for a wrapper

**URL:** https://discourse.julialang.org/t/binarybuilder-jl-prebuilding-syphon-for-a-wrapper/132238
**Category:** General Usage
**Tags:** question, binarybuilder
**Created:** [September 9, 2025, 6:36pm UTC](https://discourse.julialang.org/t/binarybuilder-jl-prebuilding-syphon-for-a-wrapper/132238 "2025-09-09T18:36:11Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![skolari93](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/skolari93/32/30359_2.png) [@skolari93](https://discourse.julialang.org/u/skolari93)
#### Post date: [September 9, 2025, 6:36pm UTC](https://discourse.julialang.org/t/binarybuilder-jl-prebuilding-syphon-for-a-wrapper/132238/1 "2025-09-09T18:36:11Z")

</div>

I want to create a wrapper around the MacOS only [Syphon-Framework](https://github.com/Syphon/Syphon-Framework). Now I am not sure if I actually should use the BinaryBuilder for such a Mac only library. How would one ideally provide/build the framework code in a julia package? This is my first wrapper. Hence I am a bit lost.

PS: this is the setup file of the python wrapper: [syphon-python/setup.py at main · cansik/syphon-python · GitHub](https://github.com/cansik/syphon-python/blob/main/setup.py)
