Skip to content

lemoineat/grunt-ocamlbuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-of-ocamlbuild

Use ocamlbuild to compile some OCaml code

Getting Started

Requirements

  • Grunt

  • ocamlbuild

  • Findlib (ocamlfind)

Installation

Install this plugin:

$ npm install grunt-ocamlbuild --save-dev

Include the task in your Gruntfile:

grunt.loadNpmTasks('grunt-ocamlbuild');

ocamlbuild task

Run this task with the grunt ocamlbuild command.

target

Type: String

Name of the ocamlbuild target

Options

args

Type: String array

Additional options to be passed to ocamlbuild.

Usage Examples

ocamlbuild: {
  main: {
    target: 'main.byte',
    options:
      args: []
  },
},

##License

Copyright (c) 2017 Lemoine Automation Technologies

Licensed under the MIT license.