|
1 | 1 | { |
2 | | - "generatedAt": "2026-05-15T21:24:08.622Z", |
3 | | - "total": 78, |
4 | | - "extensions": 230, |
| 2 | + "generatedAt": "2026-05-15T21:31:45.506Z", |
| 3 | + "total": 79, |
| 4 | + "extensions": 237, |
5 | 5 | "locales": ["en", "es"], |
6 | 6 | "languages": [ |
7 | 7 | { |
|
1054 | 1054 | "version": "2.0", |
1055 | 1055 | "logo": "https://upload.wikimedia.org/wikipedia/commons/1/1b/Apple_logo_grey.svg" |
1056 | 1056 | }, |
| 1057 | + { |
| 1058 | + "slug": "ocaml", |
| 1059 | + "name": "OCaml", |
| 1060 | + "description": "A statically typed ML-family language with modules, inference, and native compilation.", |
| 1061 | + "longDescription": "OCaml combines functional, imperative, and object-oriented programming with Hindley-Milner type inference, algebraic data types, pattern matching, functors, and a powerful module system.\n\nIt is used for compilers, theorem provers, static analysis, developer tools, financial systems, systems software, and production services where strong types, performance, and maintainability matter.", |
| 1062 | + "esName": "OCaml", |
| 1063 | + "esDescription": "Un lenguaje de la familia ML con tipado estatico, modulos, inferencia y compilacion nativa.", |
| 1064 | + "esLongDescription": "OCaml combina programacion funcional, imperativa y orientada a objetos con inferencia de tipos Hindley-Milner, tipos algebraicos, pattern matching, functors y un sistema de modulos potente.\n\nSe usa en compiladores, demostradores de teoremas, analisis estatico, herramientas de desarrollo, sistemas financieros, software de sistemas y servicios de produccion donde importan los tipos fuertes, el rendimiento y la mantenibilidad.", |
| 1065 | + "publishedDate": "1996-01-01", |
| 1066 | + "extensions": [".ml", ".mli", ".mll", ".mly", ".mlt", ".eliom", ".eliomi"], |
| 1067 | + "author": "Xavier Leroy, Jerome Vouillon, Damien Doligez, Didier Remy, Ascander Suarez", |
| 1068 | + "website": "https://ocaml.org", |
| 1069 | + "paradigms": ["functional", "imperative", "object-oriented", "modular"], |
| 1070 | + "tooling": { |
| 1071 | + "runtimes": ["OCaml Runtime", "Native Code Compiler", "Bytecode Interpreter"], |
| 1072 | + "packageManagers": ["opam", "Dune"], |
| 1073 | + "ecosystems": ["Compilers", "Formal Methods", "Systems Programming", "Web"] |
| 1074 | + }, |
| 1075 | + "version": "5.6.0", |
| 1076 | + "logo": "https://cdn.simpleicons.org/ocaml/EC6813" |
| 1077 | + }, |
1057 | 1078 | { |
1058 | 1079 | "slug": "pascal", |
1059 | 1080 | "name": "Pascal", |
|
0 commit comments