Compare commits
43 commits
db37034a70
...
8e88bbaf67
| Author | SHA1 | Date | |
|---|---|---|---|
| 8e88bbaf67 | |||
| e15c700d4b | |||
| 96b4f963a6 | |||
| a67ff6acab | |||
| 619be59031 | |||
| 1c93d44976 | |||
| 037c094ed5 | |||
| 2b8f3e8e7c | |||
| 05d561dac6 | |||
| 8b7e585168 | |||
| df486e8a65 | |||
| 0ee6adaad5 | |||
| bbd19599cd | |||
| 3d91ee4ae6 | |||
| 92faca6a92 | |||
| b8344b172a | |||
| ccddd550f9 | |||
| 3332d0fb7c | |||
| ce9cdc206d | |||
| 82f0015761 | |||
| 4413b178a1 | |||
| d6852c9099 | |||
| 800d42132c | |||
| d0c4f09b11 | |||
| 96f1839680 | |||
| 9d2aa5b1ff | |||
| 9c54ddab97 | |||
| 8579b9aeed | |||
| 85e6ad34c6 | |||
| 502614b9d4 | |||
| 6aca93ebe9 | |||
| 69024b75da | |||
| e33ad46092 | |||
| d1ddafd945 | |||
| bf66ab75fb | |||
| 0a5f5519da | |||
| 21bf82239b | |||
| d242b1ac6e | |||
| 2965572a4b | |||
| f32c13eae6 | |||
| a0dc553c7d | |||
|
|
fbfb403734 | ||
|
|
f4ab3e17ad |
3 changed files with 6 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
version=0.28.1
|
||||
version=0.27.0
|
||||
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>, pena <pena@kumikode.org>
|
||||
Copyright 2022 pukkamustard <pukkamustard@posteo.net>, swrup <swrup@protonmail.com>, zapashcanon
|
||||
|
||||
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>"
|
||||
"pena <pena@kumikode.org>"
|
||||
"Léo Andrès <contact@ndrs.fr>"
|
||||
]
|
||||
license: "BSD-2-Clause"
|
||||
tags: ["leaflet" "javascript" "bindings" "interactive" "map" "openstreetmap"]
|
||||
homepage: "https://forge.kumikode.org/kumikode/leaflet"
|
||||
bug-reports: "https://forge.kumikode.org/kumikode/leaflet/issues"
|
||||
homepage: "https://git.zapashcanon.fr/swrup/leaflet"
|
||||
bug-reports: "https://git.zapashcanon.fr/swrup/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://forge.kumikode.org/kumikode/leaflet.git"
|
||||
dev-repo: "git+https://git.zapashcanon.fr/swrup/leaflet.git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue