Skip to content
This repository was archived by the owner on Apr 27, 2022. It is now read-only.
/ ipcsocket Public archive
forked from sbt/ipcsocket

(Scala CLI fork, discontinued) IPC: Unix Domain Socket and Windows Named Pipes for Java

License

Notifications You must be signed in to change notification settings

scala-cli/ipcsocket

 
 

Repository files navigation

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).

About

(Scala CLI fork, discontinued) IPC: Unix Domain Socket and Windows Named Pipes for Java

Resources

License

Stars

Watchers

Forks

Languages

  • Java 56.8%
  • Scala 22.9%
  • C 14.9%
  • Shell 2.9%
  • Batchfile 2.5%