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

Provide ocamlformat-rpc through the ocamlformat package #2035

Merged
merged 7 commits into from
Mar 10, 2022

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    b043273 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d6ee44 View commit details
    Browse the repository at this point in the history
  3. Rename RPC .mld page

    gpetiot committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    bc7bf53 View commit details
    Browse the repository at this point in the history
  4. Remove dependency between rpc lib and server (#12)

    * lib-rpc: Split "protocol" and "client"
    
    The Protocol module defines the serializing and deserializing code for
    commands. The main Make functor now only defines the client API.
    
    Command types are no longer exposed, the Client API is more focused.
    
    * Remove dependency between main package and lib-rpc
    
    Define a library from copied modules from the lib-rpc library. These two
    modules are present in both library.
    
    * Remove unecessary template file
    
    * rpc: Fix the doc
    
    Link to the new page and move it to the doc directory.
    Julow authored and gpetiot committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    56f3ee3 View commit details
    Browse the repository at this point in the history
  5. Add missing headers

    gpetiot committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    03090ac View commit details
    Browse the repository at this point in the history
  6. Changelog

    gpetiot committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    dd5055c View commit details
    Browse the repository at this point in the history
  7. Upgrade ocamlformat.opam

    gpetiot committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    e385c50 View commit details
    Browse the repository at this point in the history