sbt-isabelle-component
MWE for an sbt
setup of an external Isabelle component.
How to use
- Setup Isabelle:
- Checkout:
git submodule init && git submodule update
- Build isabelle:
./isabelle/bin/isabelle components -I
./isabelle/bin/isabelle components -a
./isabelle/bin/isabelle jedit -bf
- Checkout:
- Configure Isabelle to use our component:
- Add component to your Isabelle user settings:
echo "init_component \"$(pwd)/my-component/target/scala-2.12\"" >> ~/.isabelle/etc/settings
- Add component to your Isabelle user settings:
- Run via tool:
./sbt "project my-component" run