Skip to content

Commit 46c289b

Browse files
authored
Remove script to generate opam url section (#15)
This is now done by the scripts that generate entire opam files so no need for a dedicated script to just generate the url section. Signed-off-by: Stephen Sherratt <[email protected]>
1 parent 3613277 commit 46c289b

File tree

5 files changed

+2
-27
lines changed

5 files changed

+2
-27
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
result
1+
**/out
2+
**/*.tar.gz

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Binary distributions of some OCaml packages.
55
This project contains:
66
- `build-scripts` - shell scripts and dockerfiles for building packages
77
- `packages` - opam package manifests for the packages in this repo
8-
- `tools` - tools to help maintain this repo
98

109
## How to use
1110

build-scripts/ocaml-lsp-server/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

build-scripts/ocamlformat/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

tools/generate-opam-url-section.sh

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)