oeuftete / docker-protoc-gen-julia

A dockerized protoc-gen-julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerized protoc-gen-julia

Julia's protoc-gen-julia (from ProtoBuf.jl), dockerized.

Use it by making a very simple protoc-gen-julia shell script somewhere and adding it to your PATH. E.g.:

#!/bin/sh
#
docker run -i --rm oeuftete/protoc-gen-julia:latest

About

A dockerized protoc-gen-julia


Languages

Language:Shell 100.0%