Skip to content

Instantly share code, notes, and snippets.

@kquick
Created January 9, 2018 22:06
Show Gist options
  • Save kquick/0d5f8a0d01824d4bcd3532b42aa69101 to your computer and use it in GitHub Desktop.
Save kquick/0d5f8a0d01824d4bcd3532b42aa69101 to your computer and use it in GitHub Desktop.
crucible package_spec
[
Project("crucible"),
RepoPackage('crucible', team='GaloisInc', reponame='crucible', subpath='crucible',
#version='6e5330e'
),
RepoPackage('crucible-abc', team='GaloisInc', reponame='crucible', subpath='crucible-abc',
#version='6e5330e'
extraLibraries = [ 'abc' ], dontHaddock=True,
),
RepoPackage('crucible-blt', team='GaloisInc', reponame='crucible', subpath='crucible-blt',
#version='6e5330e'
),
RepoPackage('crucible-llvm', team='GaloisInc', reponame='crucible', subpath='crucible-llvm',
#version='6e5330e'
),
RepoPackage('galois-matlab', subpath='galois-matlab', reponame='crucible', team='GaloisInc'),
RepoPackage('parameterized-utils', team='GaloisInc', reponame='parameterized-utils'),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment