pkger
Automate building RPMs and DEBs as well as other artifacts on multiple Linux distributions, versions and architectures using Docker/Podman (by vv9k)
sbt-native-packager
sbt Native Packager (by sbt)
pkger | sbt-native-packager | |
---|---|---|
8 | 5 | |
178 | 1,600 | |
0.0% | 0.1% | |
0.0 | 8.2 | |
about 1 year ago | 10 days ago | |
Rust | Scala | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pkger
Posts with mentions or reviews of pkger.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-21.
-
pacur: Automated deb, rpm and pkgbuild build system
Looks like similiar pkger
- pkger 0.7.0 released! Build RPM, DEB, and other packages for multiple distros and architectures using one manifest file and Docker
-
pkger 0.5.0 released! Build RPM, DEB, and other packages for multiple distros and architectures using one manifest file and Docker
For a full changelog check out this link: https://github.com/vv9k/pkger/blob/master/CHANGELOG.md
-
pkger 0.4.0 released! RPM, DEB and PKG building tool that utilizes docker now with more features and bugs fixed
That is a good point, I opened an issue https://github.com/wojciechkepka/pkger/issues/69
- pkger 0.2.0 released! RPM, DEB and PKG building tool that utilizes docker now with more features and a lot of rough edges polished.
-
pkger - build RPMs, DEBs and other packages (soon...) using one recipe
Perhaps some of you might find it interesting so here is the link: https://github.com/wojciechkepka/pkger
sbt-native-packager
Posts with mentions or reviews of sbt-native-packager.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-11.
-
I had a great experience with Scala and hopefully it will get more popular
once you outgrow scala-cli, you should know sbt has a lot of plugins ( some might say it's ecosystem is the only thing keeping it relevant....) like sbt-native-packager which again does the heavy lifting for you
-
Asking for help to improve codepreview
So far, we have been working mainly with projects that use https://github.com/sbt/sbt-native-packager, still, projects building fat jars should also work smoothly.
-
I removed sbt-assembly and sbt-buildinfo from my project.
You should use sbt-jib. (You shouldn't use sbt-native-packager either, it doesn't work well in this regard: [1], [2].)
-
Why Scala is way slower than python ... and than Java too in leetcode?
As others have stated, this is mainly due to the nature of the JVM. You can try using GraalVM however, which basically complies JVM bytecode to native-code avoiding startup time issues, sbt-native-packager lets you do this quite easily.
-
SBT error when running package application: java.lang.RuntimeException: No main class detected.
IMO don't take any of this advice and use https://github.com/sbt/sbt-native-packager
What are some alternatives?
When comparing pkger and sbt-native-packager you can also consider the following projects:
nfpm - nFPM is Not FPM - a simple deb, rpm, apk, ipk, and arch linux packager written in Go
sbt-assembly - Deploy über-JARs. Restart processes. (port of codahale/assembly-sbt)
open-build-service - Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs
sbt-pack - A sbt plugin for creating distributable Scala packages.
pacur - Automated deb, rpm and pkgbuild build system
coursier - Pure Scala Artifact Fetching