Skip to content

JuliaInterop/JuliaLibWrapping.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JuliaLibWrapping.jl

Stable Dev Build Status

This repository is a monorepo holding two packages, in sibling subdirectories:

  • JuliaLibWrapping/ — generates C headers and Python ctypes packages from the JSON ABI-info file emitted by juliac. This is the build-time tool; see its README and the documentation.

  • JLWInterop/ — a small, dependency-free package defining the types (CArray, CString, JLWStatus, …) that compiled libraries and the generated Python wrappers both know about. It is a runtime dependency of compiled libraries, kept separate so it stays juliac --trim-friendly.

About

Generate language-bindings for Julia-generated shared libraries

Resources

License

Stars

13 stars

Watchers

2 watching

Forks

Packages

 
 
 

Contributors