Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 15, 2020 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/c2ef3ab87345b006627006119ce5abce to your computer and use it in GitHub Desktop.
Save r-ryantm/c2ef3ab87345b006627006119ce5abce to your computer and use it in GitHub Desktop.
/nix/store/40ym8jrjqlx30ipkv0zmvvgg7r6k2yzw-ocaml4.10.0-ocp-indent-1.8.2
├── bin
│   └── ocp-indent
├── lib
│   └── ocaml
│   └── 4.10.0
│   └── site-lib
│   └── ocp-indent
│   ├── dune-package
│   ├── dynlink
│   │   ├── indentLoader.cmi
│   │   ├── indentLoader.cmt
│   │   ├── indentLoader.cmti
│   │   ├── indentLoader.cmx
│   │   ├── indentLoader.ml
│   │   ├── indentLoader.mli
│   │   ├── ocp_indent_dynlink.a
│   │   ├── ocp_indent_dynlink.cma
│   │   ├── ocp_indent_dynlink.cmxa
│   │   └── ocp_indent_dynlink.cmxs
│   ├── lexer
│   │   ├── approx_lexer.cmi
│   │   ├── approx_lexer.cmt
│   │   ├── approx_lexer.cmx
│   │   ├── approx_lexer.ml
│   │   ├── approx_tokens.cmi
│   │   ├── approx_tokens.cmt
│   │   ├── approx_tokens.cmx
│   │   ├── approx_tokens.ml
│   │   ├── indentExtend.cmi
│   │   ├── indentExtend.cmt
│   │   ├── indentExtend.cmti
│   │   ├── indentExtend.cmx
│   │   ├── indentExtend.ml
│   │   ├── indentExtend.mli
│   │   ├── ocp_indent_lexer.a
│   │   ├── ocp_indent_lexer.cma
│   │   ├── ocp_indent_lexer.cmxa
│   │   └── ocp_indent_lexer.cmxs
│   ├── lib
│   │   ├── indentBlock.cmi
│   │   ├── indentBlock.cmt
│   │   ├── indentBlock.cmti
│   │   ├── indentBlock.cmx
│   │   ├── indentBlock.ml
│   │   ├── indentBlock.mli
│   │   ├── indentConfig.cmi
│   │   ├── indentConfig.cmt
│   │   ├── indentConfig.cmti
│   │   ├── indentConfig.cmx
│   │   ├── indentConfig.ml
│   │   ├── indentConfig.mli
│   │   ├── indentPrinter.cmi
│   │   ├── indentPrinter.cmt
│   │   ├── indentPrinter.cmti
│   │   ├── indentPrinter.cmx
│   │   ├── indentPrinter.ml
│   │   ├── indentPrinter.mli
│   │   ├── ocp_indent_lib.a
│   │   ├── ocp_indent_lib.cma
│   │   ├── ocp_indent_lib.cmxa
│   │   └── ocp_indent_lib.cmxs
│   ├── META
│   ├── opam
│   └── utils
│   ├── compat.cmi
│   ├── compat.cmt
│   ├── compat.cmx
│   ├── compat.ml
│   ├── nstream.cmi
│   ├── nstream.cmt
│   ├── nstream.cmti
│   ├── nstream.cmx
│   ├── nstream.ml
│   ├── nstream.mli
│   ├── ocp_indent_utils.a
│   ├── ocp_indent_utils.cma
│   ├── ocp_indent_utils.cmxa
│   ├── ocp_indent_utils.cmxs
│   ├── pos.cmi
│   ├── pos.cmt
│   ├── pos.cmti
│   ├── pos.cmx
│   ├── pos.ml
│   ├── pos.mli
│   ├── util.cmi
│   ├── util.cmt
│   ├── util.cmx
│   └── util.ml
└── share
├── doc
│   └── ocp-indent
│   ├── CHANGELOG
│   ├── LICENSE
│   └── README.md
├── emacs
│   └── site-lisp
│   └── ocp-indent.el
├── man
│   └── man1
│   └── ocp-indent.1.gz
└── ocp-indent
└── vim
└── indent
└── ocaml.vim
20 directories, 84 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment