ocamlformat 0.26.2-1 source package in Ubuntu

Changelog

ocamlformat (0.26.2-1) unstable; urgency=medium

  * Initial release (Closes: #1075934)

 -- Stéphane Glondu <email address hidden>  Fri, 12 Jul 2024 09:08:37 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
ocamlformat_0.26.2-1.dsc 2.1 KiB 723ef9630d2da797ec8859b44fe42c04065580348f6e072f850a01a37710c733
ocamlformat_0.26.2.orig.tar.bz2 682.1 KiB 2e4f596bf7aa367a844fe83ba0f6b0bf14b2a65179ddc082363fe9793d0375c5
ocamlformat_0.26.2-1.debian.tar.xz 3.8 KiB c9c1db2f2c4304f0c5c9f2e22b14a60817063b5756f36f0f12b1dcc14522bc93

No changes file available.

Binary packages built by this source

libocamlformat-ocaml: auto-formatter for OCaml code (runtime library)

 ocamlformat is a code formatter for OCaml. It comes with opinionated
 default settings but is also fully customizable to suit your coding
 style.
  - Profiles: ocamlformat offers profiles with predefined formatting
    configurations.
  - Configurable: Users can change the formatting profile and configure
    every option in their .ocamlformat configuration file.
  - Format Comments: ocamlformat can format comments, docstrings, and
    even code blocks in your comments.
  - RPC: ocamlformat provides an RPC server that can be used by other
    tools to easily format OCaml Code.
 .
 This package contains the runtime library for programs using
 the ocamlformat library.

libocamlformat-ocaml-dbgsym: debug symbols for libocamlformat-ocaml
libocamlformat-ocaml-dev: auto-formatter for OCaml code (development library)

 ocamlformat is a code formatter for OCaml. It comes with opinionated
 default settings but is also fully customizable to suit your coding
 style.
  - Profiles: ocamlformat offers profiles with predefined formatting
    configurations.
  - Configurable: Users can change the formatting profile and configure
    every option in their .ocamlformat configuration file.
  - Format Comments: ocamlformat can format comments, docstrings, and
    even code blocks in your comments.
  - RPC: ocamlformat provides an RPC server that can be used by other
    tools to easily format OCaml Code.
 .
 This package contains the development stuff needed to use the
 ocamlformat library in your programs.

ocamlformat: auto-formatter for OCaml code

 ocamlformat is a code formatter for OCaml. It comes with opinionated
 default settings but is also fully customizable to suit your coding
 style.
  - Profiles: ocamlformat offers profiles with predefined formatting
    configurations.
  - Configurable: Users can change the formatting profile and configure
    every option in their .ocamlformat configuration file.
  - Format Comments: ocamlformat can format comments, docstrings, and
    even code blocks in your comments.
  - RPC: ocamlformat provides an RPC server that can be used by other
    tools to easily format OCaml Code.

ocamlformat-dbgsym: debug symbols for ocamlformat