You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Gal Schlezinger 45800d0841 initial 6 years ago
.ci initial 6 years ago
esy.lock initial 6 years ago
executable initial 6 years ago
library initial 6 years ago
test initial 6 years ago
.gitignore initial 6 years ago
README.md initial 6 years ago
azure-pipelines.yml initial 6 years ago
dune initial 6 years ago
dune-project initial 6 years ago
nsw.opam initial 6 years ago
package.json initial 6 years ago

README.md

nsw

CircleCI

Contains the following libraries and executables:

nsw@0.0.0
│
├─test/
│   name:    TestNsw.exe
│   main:    TestNsw
│   require: nsw.lib
│
├─library/
│   library name: nsw.lib
│   namespace:    Nsw
│   require:
│
└─executable/
    name:    NswApp.exe
    main:    NswApp
    require: nsw.lib

Developing:

npm install -g esy
git clone <this-repo>
esy install
esy build

Running Binary:

After building the project, you can run the main binary that is produced.

esy x NswApp.exe 

Running Tests:

# Runs the "test" command in `package.json`.
esy test