1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00
nixpkgs/pkgs/development/compilers/ocaml/4.02.nix

8 lines
198 B
Nix
Raw Normal View History

2019-08-13 22:52:01 +01:00
import ./generic.nix {
2016-07-13 13:52:50 +01:00
major_version = "4";
minor_version = "02";
patch_version = "3";
patches = [ ./ocamlbuild.patch ];
2016-07-13 13:52:50 +01:00
sha256 = "1qwwvy8nzd87hk8rd9sm667nppakiapnx4ypdwcrlnav2dz6kil3";
}