Skip to content

nmote/atom-ocaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

atom-ocaml

This package simplifies the creation of an Atom editor package written in OCaml. It sets up a simple Hello World example that you can use as a jumping-off point.

Usage

$ npm install -g atom-ocaml
$ atom-ocaml-init new-package-name
$ cd new-package-name
$ make
$ apm link

Then open Atom!

From there, simply write your OCaml code, run make, and restart Atom.

See also

atom-ocaml-bindings, a package which provides easy access to Atom's APIs from OCaml.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published