nzws / asdf-ocaml

OCaml plugin for asdf version manager

Home Page:https://github.com/asdf-vm/asdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-ocaml

OCaml plugin for asdf version manager

GitHub Workflow Status All Contributors PRs Welcome License

Prerequirements

  • Make sure you have the required dependencies installed:

    • A C++ compiler
    • GNU make
    • curl
    • git
    • tar
  • The GNU C Compiler (gcc) is recommended, as the bytecode interpreter takes advantage of GCC-specific features to enhance performance. gcc is the standard compiler under Linux, OS X, and many other systems.

  • If you do not have write access to /tmp, you should set the environment variable TMPDIR to the name of some other temporary directory.

  • Under HP/UX, the GNU C Compiler (gcc), the GNU Assembler (gas), and GNU Make are all required. The vendor-provided compiler, assembler and make tools have major problems.

  • Under Cygwin, the gcc-core and make packages are required. flexdll is necessary for shared library support. libX11-devel is necessary for graph library support and libintl-devel is necessary for the ocamlobjinfo tool to be able to process .cmxs files. diffutils is necessary to run the test suite.

Installation

asdf plugin-add ocaml https://github.com/asdf-community/asdf-ocaml.git

Usage

Check asdf readme for instructions on how to install & manage versions.

Contributors

Thanks goes to these wonderful people (emoji key):

BSKY
BSKY

💻 📖 🚧

This project follows the all-contributors specification. Contributions of any kind welcome!

License

Licensed under the Apache License, Version 2.0.

About

OCaml plugin for asdf version manager

https://github.com/asdf-vm/asdf

License:Apache License 2.0


Languages

Language:Shell 100.0%