clojure-clr - ClojureClrEx 0.1.4
My library of extensions for ClojureCLR
PM> Install-Package ClojureClrEx -Version 0.1.4 -Source https://www.myget.org/F/clojure-clr/api/v3/index.json
> nuget.exe install ClojureClrEx -Version 0.1.4 -Source https://www.myget.org/F/clojure-clr/api/v3/index.json
> dotnet add package ClojureClrEx --version 0.1.4 --source https://www.myget.org/F/clojure-clr/api/v3/index.json
source https://www.myget.org/F/clojure-clr/api/v3/index.json
nuget ClojureClrEx ~> 0.1.4
Copy to clipboard
> choco install ClojureClrEx --version 0.1.4 --source https://www.myget.org/F/clojure-clr/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "clojure-clr" -SourceLocation "https://www.myget.org/F/clojure-clr/api/v2"
Install-Module -Name "ClojureClrEx" -RequiredVersion "0.1.4" -Repository "clojure-clr"
Copy to clipboard
ClojureClrEx
A small set of libraries for ClojureCLR that I haven't taken the time to put into a separate repositories yet. Included is a port of clojure.tools.logging. Also, there is:
- clojure.clr.emit - Wrappers around System.Reflection.Emit for dynamically generating .NET byte code.
- clojure.clr.pinvoke - Provides dllimport and dllimports macros for dynamic P/Invoke. Ex:
(dllimports "kernel32.dll"
(LoadLibrary IntPtr [String])
(GetProcAddress IntPtr [IntPtr String])
(FreeLibrary nil [IntPtr]))
- clojure.clr.socketrepl - A simple TCP socket repl with very basic functionality.
- .NETFramework 4.0: 4.0.0.0
OwnersAaron Craelius |
AuthorsAaron Craelius |
Project URLhttps://github.com/aaronc/ClojureClrEx |
LicenseEPL-1.0 |
Tagsclojure clojureclr |
Info158 total downloads |
| 84 downloads for version 0.1.4 |
| Download (49.04 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
0.1.4 | 49.04 KB | Mon, 25 Mar 2013 21:42:14 GMT | 84 |
|
||
|
|
0.1.3 | 50.83 KB | Fri, 15 Mar 2013 21:21:34 GMT | 74 |
|