Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 17, 2019 22:07
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 ryantm/c86dca6731c476f3769d7255a37abd11 to your computer and use it in GitHub Desktop.
Save ryantm/c86dca6731c476f3769d7255a37abd11 to your computer and use it in GitHub Desktop.
/nix/store/z8pjdrb1jdfgh6hw0fyhkqnilpjripcm-cppo-1.6.6
├── bin
│   └── cppo
├── lib
│   └── ocaml
│   └── 4.06.1
│   └── site-lib
│   ├── cppo
│   │   ├── dune-package
│   │   ├── META
│   │   └── opam
│   └── cppo_ocamlbuild
│   ├── cppo_ocamlbuild.a
│   ├── cppo_ocamlbuild.cma
│   ├── cppo_ocamlbuild.cmxa
│   ├── cppo_ocamlbuild.cmxs
│   ├── dune-package
│   ├── META
│   ├── ocamlbuild_cppo.cmi
│   ├── ocamlbuild_cppo.cmt
│   ├── ocamlbuild_cppo.cmti
│   ├── ocamlbuild_cppo.cmx
│   ├── ocamlbuild_cppo.ml
│   ├── ocamlbuild_cppo.mli
│   └── opam
└── share
└── doc
├── cppo
│   ├── LICENSE.md
│   └── README.md
└── cppo_ocamlbuild
├── LICENSE.md
└── README.md
11 directories, 21 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment