gnu: Add julia-mlstyle.
* gnu/packages/julia-xyz.scm (julia-mlstyle): New variable.
This commit is contained in:
		
							parent
							
								
									55e1fa89f1
								
							
						
					
					
						commit
						25bb6f0822
					
				
					 1 changed files with 22 additions and 0 deletions
				
			
		| 
						 | 
					@ -2508,6 +2508,28 @@ resolving them into absolute units.")
 | 
				
			||||||
with @code{missing} values in Julia.")
 | 
					with @code{missing} values in Julia.")
 | 
				
			||||||
    (license license:expat)))
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public julia-mlstyle
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "julia-mlstyle")
 | 
				
			||||||
 | 
					    (version "0.4.10")
 | 
				
			||||||
 | 
					    (source
 | 
				
			||||||
 | 
					      (origin
 | 
				
			||||||
 | 
					        (method git-fetch)
 | 
				
			||||||
 | 
					        (uri (git-reference
 | 
				
			||||||
 | 
					               (url "https://github.com/thautwarm/MLStyle.jl")
 | 
				
			||||||
 | 
					               (commit (string-append "v" version))))
 | 
				
			||||||
 | 
					        (file-name (git-file-name name version))
 | 
				
			||||||
 | 
					        (sha256
 | 
				
			||||||
 | 
					         (base32 "0h1cd7cr4c4cnpqyj3180113gdbvcc047lqphp8a8gq5smp3c059"))))
 | 
				
			||||||
 | 
					    (build-system julia-build-system)
 | 
				
			||||||
 | 
					    (native-inputs
 | 
				
			||||||
 | 
					     `(("julia-datastructures" ,julia-datastructures)))
 | 
				
			||||||
 | 
					    (home-page "https://thautwarm.github.io/MLStyle.jl/latest/")
 | 
				
			||||||
 | 
					    (synopsis "Julia functional programming infrastructures")
 | 
				
			||||||
 | 
					    (description "This package provides consistent and extensible functional
 | 
				
			||||||
 | 
					programming infrastructures, and metaprogramming facilities.")
 | 
				
			||||||
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public julia-mocking
 | 
					(define-public julia-mocking
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "julia-mocking")
 | 
					    (name "julia-mocking")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue