Skip to content

Commit

Permalink
minor formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
christinerose authored Oct 5, 2023
1 parent 8619ea1 commit e4412b6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dune.opam
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# This file is generated by dune, edit dune-project instead
# This file is generated by Dune, edit `dune-project` instead
opam-version: "2.0"
synopsis: "Fast, portable, and composable build system"
description: """

Dune is a build system that was designed to simplify the release of
Jane Street packages. It reads metadata from "dune" files following a
very simple s-expression syntax.
Jane Street packages. It reads metadata from `dune` files following a
very simple S-expression syntax.

Dune is fast, has very low-overhead, and supports parallel builds on
all platforms. It has no system dependencies; all you need to build
dune or packages using dune is OCaml. You don't need make or bash
as long as the packages themselves don't use bash explicitly.
Dune or packages using Dune is OCaml. You don't need make or `bash`
as long as the packages themselves don't use `bash` explicitly.

Dune is composable; supporting multi-package development by simply
Dune is composable, supporting multipackage development by simply
dropping multiple repositories into the same directory.

Dune also supports multi-context builds, such as building against
Dune also supports multicontext builds, such as building against
several opam roots/switches simultaneously. This helps maintaining
packages across several versions of OCaml and gives cross-compilation
packages across several versions of OCaml and gives crosscompilation
for free.
"""
maintainer: ["Jane Street Group, LLC <[email protected]>"]
Expand Down

0 comments on commit e4412b6

Please sign in to comment.