Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 22, 2019 07:56
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/edde28ab1388e741f03046d61ea688b0 to your computer and use it in GitHub Desktop.
Save ryantm/edde28ab1388e741f03046d61ea688b0 to your computer and use it in GitHub Desktop.
/nix/store/iwlxv31hj2j3dz4g4456k8cxj5lkh9m3-ocaml4.06.1-ptime-0.8.5
├── lib
│   └── ocaml
│   └── 4.06.1
│   └── site-lib
│   ├── ptime
│   │   ├── jsoo
│   │   │   ├── ptime_clock.a
│   │   │   ├── ptime_clock.cma
│   │   │   ├── ptime_clock.cmi
│   │   │   ├── ptime_clock.cmti
│   │   │   ├── ptime_clock.cmx
│   │   │   ├── ptime_clock.cmxa
│   │   │   ├── ptime_clock.cmxs
│   │   │   └── ptime_clock.mli
│   │   ├── META
│   │   ├── opam
│   │   ├── os
│   │   │   ├── libptime_clock_stubs.a
│   │   │   ├── ptime_clock.a
│   │   │   ├── ptime_clock.cma
│   │   │   ├── ptime_clock.cmi
│   │   │   ├── ptime_clock.cmti
│   │   │   ├── ptime_clock.cmx
│   │   │   ├── ptime_clock.cmxa
│   │   │   ├── ptime_clock.cmxs
│   │   │   ├── ptime_clock.mli
│   │   │   ├── ptime_clock_top.a
│   │   │   ├── ptime_clock_top.cma
│   │   │   ├── ptime_clock_top.cmx
│   │   │   ├── ptime_clock_top.cmxa
│   │   │   └── ptime_clock_top.cmxs
│   │   ├── ptime.a
│   │   ├── ptime.cma
│   │   ├── ptime.cmi
│   │   ├── ptime.cmti
│   │   ├── ptime.cmx
│   │   ├── ptime.cmxa
│   │   ├── ptime.cmxs
│   │   ├── ptime.mli
│   │   ├── ptime_top.a
│   │   ├── ptime_top.cma
│   │   ├── ptime_top.cmx
│   │   ├── ptime_top.cmxa
│   │   ├── ptime_top.cmxs
│   │   └── ptime_top_init.ml
│   └── stublibs
│   └── dllptime_clock_stubs.so
├── nix-support
│   └── propagated-build-inputs
└── share
└── doc
└── ptime
├── CHANGES.md
├── LICENSE.md
├── min_clock_jsoo.html
├── min_clock_jsoo.ml
├── min_clock_os.ml
└── README.md
12 directories, 46 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment