Skip to content

Commit 34d7110

Browse files
authored
Merge pull request #558 from adamnok/feature/linden-library
Add Linden library into `Web libraries/frameworks`
2 parents d537f98 + a64100d commit 34d7110

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_data/library/scalalibs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@
112112
url: https://laminar.dev
113113
desc: 'Simple, expressive, and safe UI library for Scala.js'
114114
dep: '"com.raquo" %%% "laminar" % "0.11.0"'
115+
- name: Linden
116+
url: https://linden.dongoteam.hu
117+
desc: 'Functional reactive frontend framework'
118+
dep: |
119+
resolvers += "DongoTeam repository" at "https://public.repository.dongoteam.hu"
120+
libraryDependencies += "org.dongoteam.linden" %%% "linden-package-flowers" % "<version>"
115121
- topic: Serialization/pickling libraries
116122
libraries:
117123
- name: uPickle

0 commit comments

Comments
 (0)