File: README.md

package info (click to toggle)
ben 1.15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 676 kB
  • sloc: ml: 4,125; sh: 345; javascript: 78; ansic: 39; makefile: 29; python: 18
file content (13 lines) | stat: -rw-r--r-- 472 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# Building and using a custom out-of-tree template

This directory contains a skeleton for a custom out-of-tree
template. To use it:

 - install `libben-ocaml-dev`
 - adjust `debiancustom.ml` and `dune` to your needs
 - run `dune build`
 - install (at least) `_build/default/*.{cma,cmxs}` into
   `$(ocamlc -where)/ben/templates/debiancustom`

You can also install the template anywhere, as long as you tell it to
`ben` using the `BEN_TEMPLATES_DIR` environment variable.