generated from AlgebraicJulia/AlgebraicTemplate.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kevin Arlin
committed
Sep 7, 2023
1 parent
720c6ea
commit 4abcfe6
Showing
9 changed files
with
23 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
name = "AlgebraicDataMigrations" | ||
uuid = "0c4ad18d-0c49-4bc2-90d5-5bca8f00d6ae" | ||
license = "MIT" | ||
authors = ["AlgebraicJulia Developer <[email protected]>"] | ||
authors = ["Kevin Arlin <[email protected]", | ||
"Evan Patterson <[email protected]>"] | ||
version = "0.0.1" | ||
|
||
[deps] | ||
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe" | ||
Reexport = "189a3867-3050-52da-a836-e630ba90ab69" | ||
ACSets = "227ef7b5-1206-438b-ac65-934d6da304b8" | ||
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078" | ||
|
||
[compat] | ||
Catlab = "^0.14" | ||
ACSets = "0.2.5" | ||
Catlab = "0.15" | ||
julia = "1.10" | ||
MLStyle = "0.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[deps] | ||
AlgebraicDataMigrations = "0c4ad18d-0c49-4bc2-90d5-5bca8f00d6ae" | ||
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe" | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[deps] | ||
AlgebraicDataMigrations = "0c4ad18d-0c49-4bc2-90d5-5bca8f00d6ae" | ||
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
using Test | ||
@testset "Diagrammatic Programs" begin | ||
include("DiagrammaticPrograms.jl") | ||
end | ||
@testset "Migrations" begin | ||
include("Migrations.jl") | ||
end | ||
|
||
using AlgebraicDataMigrations | ||
|
||
@testset "Core" begin | ||
include("core.jl") | ||
end |