megafarad / esl4s   0.1.0

MIT License GitHub

A Scala 3 library for communicating with FreeSWITCH via the Event Socket Layer (ESL) protocol. Built on Apache Pekko Streams for reactive, backpressure-aware communication.

Scala versions: 3.x

esl4s 0.1.0


Group ID:
com.megafarad
Artifact ID:
esl4s_3
Version:
0.1.0
Version Scheme:
Release Date:
Apr 12, 2026
Licenses:
MIT
Files:
Full Scala Version:
3.8.3
Developers:

libraryDependencies += "com.megafarad" %% "esl4s" % "0.1.0"

Mill build tool

ivy"com.megafarad::esl4s:0.1.0"

Scala CLI

//> using dep "com.megafarad::esl4s:0.1.0"

Ammonite REPL

import $ivy.`com.megafarad::esl4s:0.1.0`

<dependency>
  <groupId>com.megafarad</groupId>
  <artifactId>esl4s_3</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'com.megafarad', name: 'esl4s_3', version: '0.1.0'