Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename CLI tool to mustache-ocaml, separate it into it's own package #71

Merged
merged 4 commits into from
Nov 27, 2023

Commits on Nov 24, 2023

  1. cli: update to cmdliner 1.1.0+

    This changes the output of the cli tool
    psafont committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    31cc51b View commit details
    Browse the repository at this point in the history
  2. [breaking]: Split the CLI binary from the mustache package

    This allows it to acquire extra dependencies
    
    obsoletes rgrinberg#66
    
    Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
    Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
    psafont committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    a278ab1 View commit details
    Browse the repository at this point in the history
  3. [breaking] cli: change binary name to mustache-ocaml

    resolves rgrinberg#61
    
    Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
    psafont committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    bcb9ea4 View commit details
    Browse the repository at this point in the history
  4. Change doc-comments so odoc can parse them

    The delimiters used for a piece of ocaml code were not recognised
    
    fixes rgrinberg#72
    
    Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
    psafont committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    f87b835 View commit details
    Browse the repository at this point in the history