Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 291 Bytes

DEVELOP.md

File metadata and controls

11 lines (9 loc) · 291 Bytes

Developer documentation

Generating the API

The API is generated automatically from Catalyst_jll.jl using Clang.Generators. Go to the subfolder deps and execute

julia --project=. -e "using Pkg; Pkg.instantiate()"
julia --project=. generator.jl

Releasing a new version