All Projects → asdf-community → asdf-ocaml

asdf-community / asdf-ocaml

Licence: Apache-2.0 License
OCaml plugin for the asdf version manager

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to asdf-ocaml

asdf-gleam
Gleam plugin for the asdf version manager
Stars: ✭ 22 (+10%)
Mutual labels:  asdf, asdf-plugin
asdf-gcloud
☁️ GCloud CLI (Google Cloud SDK) plugin for asdf version manager. Pin gcloud versions for each project!
Stars: ✭ 24 (+20%)
Mutual labels:  asdf, asdf-plugin
asdf-poetry
Poetry plugin for the asdf version manager
Stars: ✭ 23 (+15%)
Mutual labels:  asdf, asdf-plugin
asdf-crystal
Crystal plugin for the asdf version manager
Stars: ✭ 60 (+200%)
Mutual labels:  asdf, asdf-plugin
asdf-elm
Elm plugin for the asdf version manager
Stars: ✭ 18 (-10%)
Mutual labels:  asdf, asdf-plugin
asdf-haxe
Haxe plugin for the asdf version manager
Stars: ✭ 13 (-35%)
Mutual labels:  asdf, asdf-plugin
asdf-yarn
asdf plugin for Yarn.
Stars: ✭ 111 (+455%)
Mutual labels:  asdf, asdf-plugin
asdf-flutter
Flutter plugin for the asdf version manager
Stars: ✭ 68 (+240%)
Mutual labels:  asdf, asdf-plugin
asdf-php
PHP plugin for the asdf version manager
Stars: ✭ 159 (+695%)
Mutual labels:  asdf, asdf-plugin
asdf-elm
elm version manager plugin for asdf.
Stars: ✭ 26 (+30%)
Mutual labels:  asdf, asdf-plugin
asdf-deno
Deno plugin for the asdf version manager
Stars: ✭ 71 (+255%)
Mutual labels:  asdf, asdf-plugin
dotfiles
This is what I use to get things done!
Stars: ✭ 59 (+195%)
Mutual labels:  asdf
dotfiles
🗿 dotfilery, configuration, environment settings, automation, etc. 🛖
Stars: ✭ 67 (+235%)
Mutual labels:  asdf
dotfiles
Dotfiles. Mac and *nix. Handy scripts, configurations for bash, zsh, git, asdf, Sublime Text, Karabiner-Elements, BetterTouchTool and more.
Stars: ✭ 15 (-25%)
Mutual labels:  asdf
workbench
A hierarchical environment manager for bash, written in bash.
Stars: ✭ 17 (-15%)
Mutual labels:  asdf
ansible-role-asdf
No description or website provided.
Stars: ✭ 45 (+125%)
Mutual labels:  asdf
dotfiles
My dotfiles
Stars: ✭ 22 (+10%)
Mutual labels:  asdf

asdf-ocaml

OCaml plugin for asdf version manager

Note: To be honest, the use of this plugin is NOT recommended. It's definitely better to use opam to manage your environment. We recommend using opam unless you use it for a specific reason or for a specific purpose.

Build History

Build history

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.

License

Licensed under the Apache License, Version 2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].