We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f838b33 + 172a50d commit c6b8f60Copy full SHA for c6b8f60
conanfile.py
@@ -1,11 +1,14 @@
1
+#!/usr/bin/env python3
2
+# -*- coding: utf-8 -*-
3
+
4
from conans import ConanFile
5
6
7
class CtreConan(ConanFile):
8
name = "CTRE"
9
license = "MIT"
10
url = "https://github.com/hanickadot/compile-time-regular-expressions"
- author = "Hana Dusikova ([email protected])"
11
+ author = "Hana Dusíková ([email protected])"
12
description = "Compile Time Regular Expression for C++17/20"
13
homepage = "https://github.com/hanickadot/compile-time-regular-expressions"
14
no_copy_source = True
0 commit comments