ocaml: Add georgyo to maintainers

This commit is contained in:
George Shammas
2026-01-13 12:58:13 -05:00
parent 194a6fcd9c
commit cc3c8d8160

View File

@@ -204,6 +204,8 @@ stdenv.mkDerivation (
];
description = "OCaml is an industrial-strength programming language supporting functional, imperative and object-oriented styles";
maintainers = [ lib.maintainers.georgyo ];
longDescription = ''
OCaml is a general purpose programming language with an emphasis on expressiveness and safety. Developed for more than 20 years at Inria by a group of leading researchers, it has an advanced type system that helps catch your mistakes without getting in your way. It's used in environments where a single mistake can cost millions and speed matters, is supported by an active community, and has a rich set of libraries and development tools. It's widely used in teaching for its power and simplicity.