Compare commits
44 commits
8e88bbaf67
...
db37034a70
| Author | SHA1 | Date | |
|---|---|---|---|
| db37034a70 | |||
| e16618f49e | |||
| 25be80020b | |||
| 0756aef64b | |||
| 7ab765a333 | |||
| 107c27db95 | |||
| 00dc9e6851 | |||
| ca369c219e | |||
| 8ade976f6c | |||
| ce61a7a77a | |||
| 7fd1ca44e4 | |||
| f0a168c8e9 | |||
| a44f13085d | |||
| 16e5fe0b2e | |||
| 3d19bc3f40 | |||
| 076e3dd279 | |||
| 71cdf5f97c | |||
| bbe481c064 | |||
| b2c78c1e5d | |||
| a8266ae615 | |||
| 1118889253 | |||
| b9c6864ef1 | |||
| 1e581ef172 | |||
| fd38f85f72 | |||
| 0c36e1336d | |||
| ce8dcba87a | |||
| 7effdcc577 | |||
| 23ea827e40 | |||
| 2affa8b5fa | |||
| ede9b2076d | |||
| a438e54f42 | |||
| fbcb87f0d8 | |||
| c3766414c3 | |||
| 5fecae013c | |||
| 10aaf21209 | |||
| 83527f5cae | |||
| 06c614d2c5 | |||
| 38c0d5ef53 | |||
| 68ee03bead | |||
| 0370fb97a2 | |||
| f0435c549b | |||
| d6195f00e9 | |||
| dbfbaeda60 | |||
| 2a760bc98d |
3 changed files with 6 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
version=0.27.0
|
||||
version=0.28.1
|
||||
assignment-operator=end-line
|
||||
break-cases=fit
|
||||
break-fun-decl=wrap
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Copyright 2022 pukkamustard <pukkamustard@posteo.net>, swrup <swrup@protonmail.com>, zapashcanon
|
||||
Copyright 2022 pukkamustard <pukkamustard@posteo.net>, swrup <swrup@protonmail.com>, pena <pena@kumikode.org>
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||
|
||||
|
|
|
|||
|
|
@ -8,12 +8,12 @@ maintainer: ["swrup <swrup@protonmail.com>"]
|
|||
authors: [
|
||||
"pukkamustard <pukkamustard@posteo.net>"
|
||||
"swrup <swrup@protonmail.com>"
|
||||
"Léo Andrès <contact@ndrs.fr>"
|
||||
"pena <pena@kumikode.org>"
|
||||
]
|
||||
license: "BSD-2-Clause"
|
||||
tags: ["leaflet" "javascript" "bindings" "interactive" "map" "openstreetmap"]
|
||||
homepage: "https://git.zapashcanon.fr/swrup/leaflet"
|
||||
bug-reports: "https://git.zapashcanon.fr/swrup/leaflet/issues"
|
||||
homepage: "https://forge.kumikode.org/kumikode/leaflet"
|
||||
bug-reports: "https://forge.kumikode.org/kumikode/leaflet/issues"
|
||||
depends: [
|
||||
"dune" {>= "2.9"}
|
||||
"ocaml" {>= "4.08"}
|
||||
|
|
@ -39,4 +39,4 @@ build: [
|
|||
]
|
||||
["dune" "install" "-p" name "--create-install-files" name]
|
||||
]
|
||||
dev-repo: "git+https://git.zapashcanon.fr/swrup/leaflet.git"
|
||||
dev-repo: "git+https://forge.kumikode.org/kumikode/leaflet.git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue