package oasis

  1. Overview
  2. Docs
Tooling for building OCaml libraries and applications

Install

Dune Dependency

Authors

Maintainers

Sources

oasis-0.4.11.tar.gz
sha256=18b73deef4ed6e9a83337f24b3bbe2ded65268b3ff7309fcc00d25e57e1dc12e
md5=98492f4657c2c5b30e3b1bc945e58419

doc/oasis/OASISPlugin/Build/index.html

Module OASISPlugin.Build

This module manage plugin that can handle build step.

type data = OASISTypes.package
type act = package_act
type kind = [
  1. | `Build
]
type self_t = kind t
type self_plugin = kind OASISTypes.plugin
val create : self_plugin -> self_t * all_t
val register_act : self_t -> act -> unit

Register the section_act or package_act datastructure.

val act : self_plugin -> act

Get action.

val quickstart_question : unit -> self_plugin OASISTypes.quickstart_question

Quickstart question.

Parse a plugin field.

OCaml

Innovation. Community. Security.