package ninja_utils

  1. Overview
  2. Docs
Small library used to generate Ninja build files

Install

dune-project
 Dependency

Authors

Maintainers

Sources

2.0.0.tar.gz
md5=2e72b0f32b610cdeb94979af1b12da58
sha512=597761a4f34b4c63ca37da1fdc9585217d1f5ab70c83d35ff0a916c05e0bb84cbfd67a6e85c85581de341e4cd7c68b53f38255b5cf1e9ef2825820db27b63f34

Description

This library contains the implementations of utility functions used to generate Ninja build files -- see https://ninja-build.org. It's currently used by the Catala build system (see https://github.com/CatalaLang/catala/tree/master/build_system)

Added to opam-repository:

README

Ninja utils

This is a small OCaml Library used to generate Ninja build files.

It's currently used by the Catala build system (see https://github.com/CatalaLang/catala/tree/master/build_system)

Install releases through opam:

opam install ninja_utils

Or for the latest unreleased version:

opam pin https://github.com/CatalaLang/ninja_utils.git

Dependencies (3)

  1. re >= "1.10.3"
  2. ocaml >= "4.12.0"
  3. dune >= "2.8"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None