Skip to content

Commit

Permalink
Slight restructuring and setting things up for getting the finos/morp…
Browse files Browse the repository at this point in the history
…hir Elm package working
  • Loading branch information
DamianReeves committed May 23, 2024
1 parent 9ed690e commit 511c4fc
Show file tree
Hide file tree
Showing 274 changed files with 119 additions and 414 deletions.
1 change: 1 addition & 0 deletions .prototools
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bun = "1.1.8"
3 changes: 3 additions & 0 deletions apps/js-cli/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "@finos/morphir-cli"
}
Binary file added bun.lockb
Binary file not shown.
7 changes: 7 additions & 0 deletions elm-tooling.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"tools": {
"elm": "0.19.1",
"elm-format": "0.8.5",
"elm-json": "0.2.13"
}
}
92 changes: 92 additions & 0 deletions elm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
{
"type": "package",
"name": "finos/morphir",
"summary": "Morphir Elm bindings",
"license": "Apache-2.0",
"version": "1.0.0",
"exposed-modules": [
"Morphir.SDK.Decimal",
"Morphir.SDK.Int",
"Morphir.SDK.String",
"Morphir.SDK.List",
"Morphir.SDK.LocalDate",
"Morphir.SDK.Number",
"Morphir.SDK.Rule",
"Morphir.SDK.Key",
"Morphir.SDK.StatefulApp",
"Morphir.SDK.Aggregate",
"Morphir.SDK.Dict",
"Morphir.SDK.ResultList",
"Morphir.SDK.LocalTime",
"Morphir.SDK.UUID",
"Morphir.IR.Name",
"Morphir.IR.NodeId",
"Morphir.IR.Decoration",
"Morphir.IR.Decoration.Codec",
"Morphir.IR.Path",
"Morphir.IR.QName",
"Morphir.IR.FQName",
"Morphir.IR.AccessControlled",
"Morphir.IR.Documented",
"Morphir.IR.Type",
"Morphir.IR.Value",
"Morphir.IR.Literal",
"Morphir.IR.Module",
"Morphir.IR.Package",
"Morphir.IR.Package.Codec",
"Morphir.IR.Distribution",
"Morphir.IR.Distribution.Codec",
"Morphir.IR.FormatVersion",
"Morphir.IR.FormatVersion.Codec",
"Morphir.Elm.Frontend",
"Morphir.Elm.Frontend.Codec",
"Morphir.Elm.IncrementalResolve",
"Morphir.Scala.Backend",
"Morphir.Scala.Backend.Codec",
"Morphir.File.FileMap",
"Morphir.File.FileMap.Codec",
"Morphir.File.SourceCode",
"Morphir.Scala.AST",
"Morphir.Scala.PrettyPrinter",
"Morphir.Value.Interpreter",
"Morphir.Value.Native",
"Morphir.Metadata",
"Morphir.Graph.Grapher",
"Morphir.Type.Cardinality"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"TSFoster/elm-uuid": "4.2.0 <= v < 5.0.0",
"chain-partners/elm-bignum": "1.0.1 <= v < 2.0.0",
"cmditch/elm-bigint": "1.0.1 <= v < 2.0.0",
"cuducos/elm-format-number": "8.1.4 <= v < 9.0.0",
"dillonkearns/elm-markdown": "7.0.0 <= v < 8.0.0",
"dosarf/elm-tree-view": "3.0.0 <= v < 4.0.0",
"elm/browser": "1.0.2 <= v < 2.0.0",
"elm/core": "1.0.4 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
"elm/json": "1.1.3 <= v < 2.0.0",
"elm/parser": "1.1.0 <= v < 2.0.0",
"elm/random": "1.0.0 <= v < 2.0.0",
"elm/regex": "1.0.0 <= v < 2.0.0",
"elm/svg": "1.0.1 <= v < 2.0.0",
"elm/time": "1.0.0 <= v < 2.0.0",
"elm-community/graph": "6.0.0 <= v < 7.0.0",
"elm-community/list-extra": "8.2.4 <= v < 9.0.0",
"elm-community/maybe-extra": "5.0.0 <= v < 6.0.0",
"elm-community/random-extra": "3.2.0 <= v < 4.0.0",
"elm-explorations/markdown": "1.0.0 <= v < 2.0.0",
"elm-explorations/test": "2.0.1 <= v < 3.0.0",
"erlandsona/assoc-set": "1.1.0 <= v < 2.0.0",
"fabhof/elm-ui-datepicker": "5.0.0 <= v < 6.0.0",
"justinmimbs/date": "3.2.1 <= v < 4.0.0",
"lattyware/elm-fontawesome": "6.0.0 <= v < 7.0.0",
"matthewsj/elm-ordering": "2.0.0 <= v < 3.0.0",
"mdgriffith/elm-ui": "1.1.8 <= v < 2.0.0",
"pzp1997/assoc-list": "1.0.0 <= v < 2.0.0",
"rtfeldman/elm-iso8601-date-strings": "1.1.4 <= v < 2.0.0",
"rundis/elm-bootstrap": "5.2.0 <= v < 6.0.0",
"stil4m/elm-syntax": "7.2.1 <= v < 8.0.0"
},
"test-dependencies": {}
}
202 changes: 0 additions & 202 deletions morphir-elm/LICENSE

This file was deleted.

Loading

0 comments on commit 511c4fc

Please sign in to comment.