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

https://github.com/juliacomputing/examplecomponents

An Example JSML Component Library
https://github.com/juliacomputing/examplecomponents

Last synced: 4 months ago
JSON representation

An Example JSML Component Library

Awesome Lists containing this project

README

          

# ExampleComponents

## Introduction

This is a basic component library for JSML. It can be used as a template for starting
JSML projects.

## Build

To translate the JSML code into Julia, simply run the `juliasim` compiler,
_e.g.,_:

```
$ juliasim compile .
```

Once built, you can commit the generated code to the `git` repository and/or
publish this code in a registry as a normal Julia package.