# This file is generated by dune, edit dune-project instead opam-version: "2.0" version: "efe45fe-dirty" synopsis: "A Note Composer" description: "A minimal CLI tool that allows you to compose notes together. Useful as part of a bigger system for building a PKM." maintainer: ["Marc Coquand"] authors: ["Marc Coquand"] license: "BSD-3-Clause" tags: ["productivity" "minimal"] doc: "https://url/to/documentation" depends: [ "ocaml" "dune" {>= "3.11"} "cmdliner" "notty" "lambda-term" "shexp" "odoc" {with-doc} ] build: [ ["dune" "subst"] {release} [ "dune" "build" "-p" name "-j" jobs "@install" "--profile" "release" ] ]