tangled
alpha
login
or
join now
anil.recoil.org
/
unpac-unpac
0
fork
atom
The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork
atom
overview
issues
pulls
pipelines
Change to ISC license
Vesa Karvonen
2 years ago
a7c633fd
15fafe2e
+4
-3
3 changed files
expand all
collapse all
unified
split
vendor
opam
thread-table
LICENSE.md
dune-project
thread-table.opam
+2
-1
vendor/opam/thread-table/LICENSE.md
···
1
1
Copyright © 2023 Vesa Karvonen
2
2
3
3
Permission to use, copy, modify, and/or distribute this software for any purpose
4
4
-
with or without fee is hereby granted.
4
4
+
with or without fee is hereby granted, provided that the above copyright notice
5
5
+
and this permission notice appear in all copies.
5
6
6
7
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
7
8
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+1
-1
vendor/opam/thread-table/dune-project
···
5
5
(authors "Vesa Karvonen <vesa.a.j.k@gmail.com>")
6
6
(maintainers "Vesa Karvonen <vesa.a.j.k@gmail.com>")
7
7
(homepage "https://github.com/ocaml-multicore/thread-table")
8
8
-
(license "0BSD")
8
8
+
(license "ISC")
9
9
(package (name thread-table)
10
10
(synopsis "A lock-free thread-safe integer keyed hash table")
11
11
(depends
+1
-1
vendor/opam/thread-table/thread-table.opam
···
3
3
synopsis: "A lock-free thread-safe integer keyed hash table"
4
4
maintainer: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"]
5
5
authors: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"]
6
6
-
license: "0BSD"
6
6
+
license: "ISC"
7
7
homepage: "https://github.com/ocaml-multicore/thread-table"
8
8
bug-reports: "https://github.com/ocaml-multicore/thread-table/issues"
9
9
depends: [