Skip to content

JuliaReach/JuliaReachTemplatePkg.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JuliaReachTemplatePkg.jl

Documentation Status Community License
docs-dev CI codecov aqua zulip license

JuliaReachTemplatePkg is a Julia template package for the JuliaReach ecosystem.

Installing

This package requires Julia v1.0 or later. We refer to the official documentation on how to install and run Julia on your system.

Depending on your needs, choose an appropriate command from the following list and enter it in Julia's REPL. To activate the pkg mode, type ] (and to leave it, type <backspace>).

pkg> add JuliaReachTemplatePkg

Install the latest development version

pkg> add JuliaReachTemplatePkg#master
pkg> dev JuliaReachTemplatePkg