Skip to content

Maribib/Drepel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DREPEL

Stands for Distributed REactive Programming with ELixir.

Installation

The package can be installed by adding drepel to your list of dependencies and applications in mix.exs :

def application do
    [
      extra_applications: [:drepel]
    ]
  end

  defp deps do
    [
      {:drepel, git: "https://github.com/Maribib/Drepel.git"},
    ]
  end

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages