Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 810 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 810 Bytes

Scala CLI fork of sbt/ipcsocket (discontinued)

This repository is a fork of sbt/ipcsocket. Compared to it, it mainly:

  • generates binaries on its CI rather than committing them upfront
  • generates static libraries along with dynamic ones (static libraries can be statically linked in a GraalVM native image for example)
  • pushed static and dynamic library files to Maven Central (see the .so / .dylib / .dll and .a / .lib files here for example)
  • fixes / tweaks minor things (tries to shutdown input / output upon close)

This fork used to be used by Scala CLI, up to its 0.0.9 version (it switched to native domain socket support of Java 17 from 0.1.0).