Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 16, 2020 17:51
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/1db89a18e48ccc319de4189f42fa3d3c to your computer and use it in GitHub Desktop.
Save r-ryantm/1db89a18e48ccc319de4189f42fa3d3c to your computer and use it in GitHub Desktop.
/nix/store/78wxvvjpms46kz84h5zncw2mif1cm2ip-ocaml4.10.0-encore-0.4
├── lib
│   └── ocaml
│   └── 4.10.0
│   └── site-lib
│   ├── encore
│   │   ├── bijection.ml
│   │   ├── bijection.mli
│   │   ├── butils
│   │   │   ├── butils.a
│   │   │   ├── butils.cma
│   │   │   ├── butils.cmi
│   │   │   ├── butils.cmt
│   │   │   ├── butils.cmx
│   │   │   ├── butils.cmxa
│   │   │   ├── butils.cmxs
│   │   │   ├── butils.ml
│   │   │   └── libbutils_stubs.a
│   │   ├── dune-package
│   │   ├── either.ml
│   │   ├── encoder.ml
│   │   ├── encoder.mli
│   │   ├── Encore.a
│   │   ├── encore__Bijection.cmi
│   │   ├── encore__Bijection.cmt
│   │   ├── encore__Bijection.cmti
│   │   ├── encore__Bijection.cmx
│   │   ├── Encore.cma
│   │   ├── encore.cmi
│   │   ├── encore__.cmi
│   │   ├── encore.cmt
│   │   ├── encore__.cmt
│   │   ├── encore.cmti
│   │   ├── encore.cmx
│   │   ├── encore__.cmx
│   │   ├── Encore.cmxa
│   │   ├── Encore.cmxs
│   │   ├── encore__Either.cmi
│   │   ├── encore__Either.cmt
│   │   ├── encore__Either.cmx
│   │   ├── encore__Encoder.cmi
│   │   ├── encore__Encoder.cmt
│   │   ├── encore__Encoder.cmti
│   │   ├── encore__Encoder.cmx
│   │   ├── encore__Lole.cmi
│   │   ├── encore__Lole.cmt
│   │   ├── encore__Lole.cmti
│   │   ├── encore__Lole.cmx
│   │   ├── encore__Meta.cmi
│   │   ├── encore__Meta.cmt
│   │   ├── encore__Meta.cmti
│   │   ├── encore__Meta.cmx
│   │   ├── encore.ml
│   │   ├── encore__.ml
│   │   ├── encore.mli
│   │   ├── encore__Proxy_decoder.cmi
│   │   ├── encore__Proxy_decoder.cmt
│   │   ├── encore__Proxy_decoder.cmti
│   │   ├── encore__Proxy_decoder.cmx
│   │   ├── encore__Proxy_encoder.cmi
│   │   ├── encore__Proxy_encoder.cmt
│   │   ├── encore__Proxy_encoder.cmti
│   │   ├── encore__Proxy_encoder.cmx
│   │   ├── lole.ml
│   │   ├── lole.mli
│   │   ├── META
│   │   ├── meta.ml
│   │   ├── meta.mli
│   │   ├── opam
│   │   ├── proxy_decoder.ml
│   │   ├── proxy_decoder.mli
│   │   ├── proxy_encoder.ml
│   │   └── proxy_encoder.mli
│   └── stublibs
│   └── dllbutils_stubs.so
├── nix-support
│   └── propagated-build-inputs
└── share
└── doc
└── encore
├── CHANGES.md
├── LICENSE.md
└── README.md
11 directories, 71 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment