haskell-nix
rosdistro
haskell-nix | rosdistro | |
---|---|---|
6 | 6 | |
1,137 | 941 | |
- | 1.3% | |
2.7 | 10.0 | |
about 1 year ago | 5 days ago | |
Nix | Python | |
- | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
haskell-nix
- Nix Team Creation
-
How should dependencies be specified for the Haskell C FFI with callCabal2Nix?
Here's a tutorial on using native dependencies.
-
Question about cabal and nix integration
Nevermind. I found a really good tutorial: https://github.com/Gabriel439/haskell-nix
-
What's all the hype with Nix?
Gabriel Gonzalez's haskell-nix is a far more palatable introduction tutorial, then they can make the choice of whether or not to buy into IOHK's haskell.nix ecosystem if it suits their needs.
-
Nix is the ultimate DevOps toolkit
I found useful this series of articles introducing Nix by using it with Haskell: https://github.com/Gabriel439/haskell-nix
I hope it helps.
rosdistro
-
How to install python script dependencies automatically on ROS1 Noetic?
I have added their rosdep names (found here) to my packages.xml (see the end of this post), but even after running catkin-make and trying to run the module, the script throws a ModuleNotFound exception at the UTM package meaning that the package was never installed.
-
Stopping ros buildfarm emails
I second this. Just remove the package by removing whatever you added to the rosdistro repo when submitting/publishing the package.
-
What to do about GPU packages on PyPI?
The business about mapping from PyPI to system dependencies is an important one, and (having not read the entire thread) I do hope that gets some attention— it's particularly curious that it's been this long and it hasn't, given Python's often-role as a glue language.
Another example of an ecosystem maintaining mappings out to system packages is ROS and rosdep:
https://github.com/ros/rosdistro/blob/master/rosdep/base.yam...
Now it's interesting because ROS is primarily concerned with supplying a sane build-from-source story, so much of what's in the rosdep "database" is the xxxx-dev packages, but in the case of wheels, it would be more about binary dependencies, and those are auto-discoverable with ldd, shlibdeps, and the like. In Debian (and I assume other distros), the binary so packages are literally the library soname + abi versions, so if you have ldd output, you have the list of exactly what to install.
-
If I use ros2 built from source, can I use "sudo apt install ros-distro-package" to install packages??
The names you use for the tag (and the other dependency tags in your package.xml) are used by rosdep to figure out what needs to be installed. The name doesn't necessarily correspond to the apt or pip package name, but most of the time it's the same. For example, for matplotlib: https://github.com/ros/rosdistro/blob/24141d9063fddd6eeca7f1db9e721fa8d600c62f/rosdep/python.yaml#L6296
- Nix is the ultimate DevOps toolkit
-
HUGE ROS Noetic Update -- 93 New and 119 Update Packages
Thanks for the feedback. I bumped a couple of the core devs and got the change reverted and it is now merged. It should be in the next Noetic release.
What are some alternatives?
haskell.nix - Alternative Haskell Infrastructure for Nixpkgs
nix-ros-overlay - ROS overlay for the Nix package manager
dh-virtualenv - Python virtualenvs in Debian packages
robotnix - Build Android (AOSP) using Nix [maintainer=@danielfullmer,@Atemu]
nix-home - Nix + HM = <3
nix-templates - Nix Flake templates for various languages
nix-1p - A (more or less) one page introduction to Nix, the language.
static-haskell-nix - easily build most Haskell programs into fully static Linux executables
pndev - CLI tool for es-development
rclcpp - rclcpp (ROS Client Library for C++)