8000 GitHub - allyourcodebase/taglib: taglib ported to the zig build system
[go: up one dir, main page]

Skip to content

taglib ported to the zig build system

License

LGPL-2.1, Unknown licenses found

Licenses found

LGPL-2.1
COPYING.LGPL
Unknown
COPYING.MPL
Notifications You must be signed in to change notification settings

allyourcodebase/taglib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

TagLib

This is TagLib, packaged for Zig.

Installation

First, update your build.zig.zon:

# Initialize a `zig build` project if you haven't already
zig init
zig fetch --save git+https://github.com/allyourcodebase/taglib.git

You can then import taglib in your build.zig with:

const taglib_dependency = b.dependency("taglib", .{
    .target = target,
    .optimize = optimize,
});
your_exe.linkLibrary(taglib_dependency.artifact("tag_c"));

About

taglib ported to the zig build system

Resources

License

LGPL-2.1, Unknown licenses found

Licenses found

LGPL-2.1
COPYING.LGPL
Unknown
COPYING.MPL

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0