opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/indentation_buffer" bug-reports: "https://github.com/janestreet/indentation_buffer/issues" dev-repo: "git+https://github.com/janestreet/indentation_buffer.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/indentation_buffer/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "5.1.0"} "core" {>= "v0.17" & < "v0.18"} "ppx_jane" {>= "v0.17" & < "v0.18"} "dune" {>= "3.11.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "A library for building strings with indentation" description: " A library for building strings with indentation " url { src: "https://github.com/janestreet/indentation_buffer/archive/refs/tags/v0.17.0.tar.gz" checksum: "sha256=e6b90976da50d61a3845f46d08199cc0eaa7f0f1601d0692ee15310067872c4c" }