An open API service indexing awesome lists of open source software.

https://github.com/cacilhas/juliadream.jl

This is NOT a lib: this is a study example.
https://github.com/cacilhas/juliadream.jl

exercise julia toy

Last synced: over 1 year ago
JSON representation

This is NOT a lib: this is a study example.

Awesome Lists containing this project

README

          

# JuliaDream.jl

I suggest you **do not** `Pkg.add()` this source.

Rather, prefer `git clone` this repo, install the deps, and run the `main.jl`
script.

This is NOT a lib: this is a study example.

## Dependencies

```julia
Pkg.add("AbstractTrees")
Pkg.add("Requests")
Pkg.add("Gumbo")
Pkg.add("Shoco")
```