File: README.md

package info (click to toggle)
shasta 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,824 kB
  • sloc: cpp: 67,988; python: 2,265; makefile: 218; sh: 137
file content (8 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
# Directory shasta /dynamicLibrary

This directory builds the Shasta dynamic library `shasta.so`.
This library is used in three ways:

* It is linked in by the shasta dynamic executable `shastaDynamic`.
* It can be imported by a python script via `import shasta` to provide Shasta Python bindings.
* It can be statically linked in by other C++ code outside Shasta that uses Shasta as a library.