Skip to content

Commit

Permalink
Make Opir use Futhark'ed libclang
Browse files Browse the repository at this point in the history
  • Loading branch information
PMunch committed Mar 20, 2024
1 parent 4913815 commit c912b4d
Show file tree
Hide file tree
Showing 3 changed files with 5,978 additions and 9 deletions.
3 changes: 1 addition & 2 deletions futhark.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.12.3"
version = "0.12.4"
author = "PMunch"
description = "A package which uses libclang to parse C headers into Nim files for easy interop"
license = "MIT"
Expand All @@ -12,7 +12,6 @@ bin = @["opir"]
# Dependencies

requires "nim >= 1.4.8"
requires "https://github.com/PMunch/libclang-nim#head"
requires "termstyle"
requires "macroutils"
requires "https://github.com/PMunch/nimbleutils >= 0.3.0"

0 comments on commit c912b4d

Please sign in to comment.