Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parallel functional compiler, Manticore #3667

Merged
merged 2 commits into from
Aug 19, 2014
Merged

Conversation

rrnewton
Copy link
Contributor

The Manticore project is described here. The compiler packaged here implements a strict, pure, parallel functional programming language.

This is my first NixPkg patch, so if there are extra testing criteria, please let me know.

inherit stdenv coreutils autoconf automake smlnj;

meta = {
description = "Manticore: a parallel, pure variant of Standard ML";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description should not contain the package name.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed it.

peti added a commit that referenced this pull request Aug 19, 2014
Add parallel functional compiler, Manticore
@peti peti merged commit a72e2d6 into NixOS:master Aug 19, 2014
@Janik-Haag Janik-Haag added the 12. first-time contribution This PR is the author's first one; please be gentle! label Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
12. first-time contribution This PR is the author's first one; please be gentle!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants