1.0.1 • Published 1 year ago

grunt-ocamlbuild v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
1 year ago

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.