7
0
mirror of https://github.com/Minres/conan-recipes.git synced 2025-07-01 15:33:27 +02:00

update conanfiles and add RocksDB

This commit is contained in:
2020-04-05 15:36:06 +02:00
parent 3117dadcfe
commit 7d28cd736d
9 changed files with 26 additions and 17 deletions

View File

@ -3,7 +3,7 @@ from conans import ConanFile, CMake, tools
class ElfioConan(ConanFile):
name = "elfio"
version = "1.3.2"
version = "3.4"
license = "MIT License"
url = "http://git.code.sf.net/p/elfio/code"
description = "ELFIO is a header-only C++ library intended for reading and generating files in the ELF binary format"