Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. ➜ reason git:(master) opam list
  2. # Installed packages for 4.02.3:
  3. base-bigarray base Bigarray library distributed with the OCaml compiler
  4. base-bytes base Bytes library distributed with the OCaml compiler
  5. base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml com
  6. base-threads base Threads library distributed with the OCaml compiler
  7. base-unix base Unix library distributed with the OCaml compiler
  8. biniou 1.2.0 Binary data format designed for speed, safety, ease of use and
  9. camomile 0.8.7 A comprehensive Unicode library
  10. conf-m4 1 Virtual package relying on m4
  11. conf-which 1 Virtual package relying on which
  12. cppo 1.6.1 Equivalent of the C preprocessor for OCaml programs
  13. easy-format 1.3.1 High-level and functional interface to the Format module of th
  14. jbuilder 1.0+beta17 Fast, portable and opinionated build system
  15. lambda-term 1.12.0 Terminal manipulation library for OCaml
  16. lwt 3.2.1 Promises, concurrency, and parallelized I/O
  17. lwt_react 1.1.0 Helpers for using React with Lwt
  18. menhir 20171013 LR(1) parser generator
  19. merlin 2.5.4 Editor helper, provides completion, typing and source browsing
  20. merlin-extend 0.3 A protocol to provide custom frontend to Merlin
  21. ocaml-migrate-parsetree 1.0.7 Convert OCaml parsetrees between different versions
  22. ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3
  23. ocamlfind 1.7.3-1 A library manager for OCaml
  24. ppx_tools_versioned 5.1 A variant of ppx_tools based on ocaml-migrate-parsetree
  25. react 1.2.1 Declarative events and signals for OCaml
  26. result 1.2 Compatibility Result module
  27. topkg 0.9.1 The transitory OCaml software packager
  28. utop 2.0.2 Universal toplevel for OCaml
  29. yojson 1.4.0 Yojson is an optimized parsing and printing library for the JS
  30. zed 1.6 Abstract engine for text edition in OCaml
  31. ➜ reason git:(master) opam pin add -y reason .
  32. [NOTE] Package reason is already path-pinned to /home/andrea/Documents/reasonML/reason.
  33. This will erase any previous custom definition.
  34. Proceed ? [Y/n] y
  35.  
  36. [reason] /home/andrea/Documents/reasonML/reason/ synchronized
  37. [reason] Installing new package description from /home/andrea/Documents/reasonML/reason
  38.  
  39. reason needs to be installed.
  40. The following actions will be performed:
  41. ∗ install reason 3.0.4*
  42.  
  43. =-=- Gathering sources =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  44. [reason.3.0.4] /home/andrea/Documents/reasonML/reason/ already up-to-date
  45.  
  46. =-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  47. ∗ installed reason.3.0.4
  48. Done.
  49. ➜ reason git:(master) refmt --version
  50. Reason 3.0.0 @ bee43b0
  51. ➜ reason git:(master) ./_build/install/default/bin/refmt --version
  52. Reason 3.0.0 @ bee43b0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement