GitXplorerGitXplorer
h

bloop-packager

public
2 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
e2cbd8391edbc9d1afa997120ad2e818fbfe4be9

Separate Main and App more

hhamnis committed 3 years ago
Unverified
88541e489e0c9589b010809affdfd675deda912e

remove println

hhamnis committed 3 years ago
Unverified
2011a7daf2d783e8ac2fb38dad3e46ec9ff96efd

Make it possible to use owning path as source for classes

hhamnis committed 3 years ago
Unverified
f7fbba6f17814038d6b5f0e9c2111908b25a580e

use Either instead of custom ADT

hhamnis committed 3 years ago
Unverified
b1b0ed50940757ff35e855d734917e4e703e4645

Split into separate files

hhamnis committed 3 years ago
Unverified
8dc87485f5f4f8f135bc80225cd9006cb7bd1da2

Generate shellscript and programs

hhamnis committed 3 years ago

README

The README file for this repository.

bloop-packager

Builds jar files and distribution from bloop config and compiled artifacts

Builds a native-image

##How to build bloop-packager

You should have following on your $PATH:

  • Java JDK 11
  • sbt
  • native-image (will be fetched by sbt-nativeimage if not present)

then

builds image, very slow

sbt> nativeImage

For run we also need bloop

runs image, very fast

sbt> nativeImageRun