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

Conan package #9

Closed
wants to merge 1 commit into from
Closed

Conversation

mropert
Copy link
Contributor

@mropert mropert commented Feb 8, 2018

Add conan package.

If you prefer out of source packaging, use the commented source part and put the file in another repo...

@OvermindDL1
Copy link

Python? In a C++ project? Why not just use pure CMake dependency management so projects that want to use NamedType just have to add a line or two to their cmake file since this project already uses cmake?

@conradjones
Copy link

There is no CMake in this project ? Maybe it was removed since your comment.

Conan has established it's self a reasonable package manager for C++, many people are using it and including a conanfile.py in a project is a sensible move these days, if you're not using conan the conanfile.py has no impact on you except the 1-2kb of diskspace that it uses.

@travnick
Copy link
Contributor

see #37. In https://github.com/AMS21/NamedType/network there is a CMake

@peter-moran
Copy link

I am also interested in consuming this library via conan.

@jputcu
Copy link

jputcu commented Jul 22, 2023

This pull request can be closed, it is available in conan: https://github.com/conan-io/conan-center-index/tree/master/recipes/namedtype

@joboccara joboccara closed this Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants