Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 18, 2021 18:58
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/3b86dc4797fc894693939f519a6e41ec to your computer and use it in GitHub Desktop.
Save r-ryantm/3b86dc4797fc894693939f519a6e41ec to your computer and use it in GitHub Desktop.
/nix/store/4nb0k8awhacm1s4vzz1j0adnicm19509-ocaml-findlib-1.9.1
├── bin
│   └── ocamlfind
├── etc
│   └── findlib.conf
├── lib
│   └── ocaml
│   └── 4.10.0
│   └── site-lib
│   ├── bigarray
│   │   └── META
│   ├── bytes
│   │   └── META
│   ├── compiler-libs
│   │   └── META
│   ├── dynlink
│   │   └── META
│   ├── findlib
│   │   ├── findlib.a
│   │   ├── findlib.cma
│   │   ├── findlib.cmi
│   │   ├── findlib.cmxa
│   │   ├── findlib.cmxs
│   │   ├── findlib_dynload.a
│   │   ├── findlib_dynload.cma
│   │   ├── findlib_dynload.cmxa
│   │   ├── findlib_dynload.cmxs
│   │   ├── findlib.mli
│   │   ├── findlib_top.a
│   │   ├── findlib_top.cma
│   │   ├── findlib_top.cmxa
│   │   ├── findlib_top.cmxs
│   │   ├── fl_dynload.cmi
│   │   ├── fl_dynload.mli
│   │   ├── fl_metascanner.cmi
│   │   ├── fl_metascanner.mli
│   │   ├── fl_metatoken.cmi
│   │   ├── fl_package_base.cmi
│   │   ├── fl_package_base.mli
│   │   ├── Makefile.config
│   │   ├── Makefile.packages
│   │   ├── META
│   │   ├── topfind.cmi
│   │   └── topfind.mli
│   ├── ocamldoc
│   │   └── META
│   ├── raw_spacetime
│   │   └── META
│   ├── stdlib
│   │   └── META
│   ├── str
│   │   └── META
│   ├── threads
│   │   └── META
│   ├── topfind
│   └── unix
│   └── META
├── nix-support
│   └── setup-hook
└── share
└── man
├── man1
│   └── ocamlfind.1.gz
├── man3
└── man5
├── findlib.conf.5.gz
├── META.5.gz
└── site-lib.5.gz
23 directories, 44 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment