package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.5.0.tbz
sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610
sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 20 Oct 2022

README

Dune - A Composable Build System

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Main workflow AppVeyor status Release

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very low overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Take n repositories that use Dune and arrange them in any way on the file system. The result is still a single repository that Dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via Opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Building Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation.

This feature requires Opam.

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the Opam package manager:

$ opam install dune

If you are new to Opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

Dune was formerly known as Jbuilder. Migration from Jbuilder to Dune is described in the manual.

Status

Dune is fairly stable and used by the majority of packages on Opam. Note that Dune retains backward compatibility with Jbuilder, and in particular, existing Jbuilder projects will continue to be buildable with Dune.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.3"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. absolute
  7. abstract_algebra < "v0.17.0"
  8. accessor < "v0.17.0"
  9. accessor_async < "v0.17.0"
  10. accessor_base < "v0.17.0"
  11. accessor_core < "v0.17.0"
  12. acgtk
  13. aches
  14. aches-lwt
  15. acp4
  16. acpc >= "2.0.0"
  17. adelfa
  18. advi
  19. afl-persistent >= "1.4"
  20. agrid
  21. ahrocksdb
  22. aifad >= "2.2.1"
  23. alba >= "0.4.1"
  24. albatross
  25. alcotest
  26. alcotest-async
  27. alcotest-js
  28. alcotest-lwt
  29. alcotest-mirage
  30. alg_structs
  31. alg_structs_qcheck
  32. algaeff
  33. allegro5
  34. alonzo
  35. alsa >= "0.3.0"
  36. alt-ergo >= "2.3.0" & < "2.6.0"
  37. alt-ergo-lib >= "2.4.2" & < "2.6.0"
  38. alt-ergo-parsers < "2.6.0"
  39. alt-ergo-plugin-ab-why3 < "2.6.0"
  40. altgr-ergo >= "2.3.0"
  41. amqp-client >= "2.0.3"
  42. amqp-client-async
  43. amqp-client-lwt
  44. ancient >= "0.10.0"
  45. anders
  46. angstrom >= "0.11.1"
  47. angstrom-async >= "0.11.1"
  48. angstrom-lwt-unix >= "0.11.1"
  49. angstrom-unix >= "0.11.1"
  50. ansi < "0.6.0"
  51. ansi-parse
  52. anthill
  53. antic < "0.3.2"
  54. ao >= "0.2.2"
  55. api-watch
  56. apronext
  57. arb < "0.3.2"
  58. archetype
  59. archi
  60. archi-async
  61. archi-lwt
  62. arg-complete
  63. argon2
  64. arp
  65. art
  66. asai
  67. asak
  68. ask
  69. ask-integrator
  70. asli >= "0.2.0"
  71. asn1-combinators >= "0.2.5"
  72. ast_generic
  73. async < "v0.17.0"
  74. async-uri < "0.4.0"
  75. async_durable < "v0.17.0"
  76. async_extra < "v0.17.0"
  77. async_find < "v0.17.0"
  78. async_graphics
  79. async_inotify < "v0.17.0"
  80. async_interactive < "v0.17.0"
  81. async_js < "v0.17.0"
  82. async_kernel < "v0.17.0"
  83. async_rpc_kernel < "v0.17.0"
  84. async_rpc_websocket < "v0.17.0"
  85. async_sendfile < "v0.17.0"
  86. async_shell < "v0.17.0"
  87. async_smtp < "v0.17.0"
  88. async_ssl < "v0.17.0"
  89. async_udp < "v0.17.0"
  90. async_unix < "v0.17.0"
  91. async_websocket < "v0.17.0"
  92. atable
  93. atd >= "2.2.1"
  94. atdcpp
  95. atdd
  96. atdgen >= "2.2.1"
  97. atdgen-codec-runtime
  98. atdgen-runtime >= "2.2.1"
  99. atdj >= "2.2.1"
  100. atdpy
  101. atds
  102. atdts
  103. atomic < "base"
  104. autofonce
  105. autofonce_config
  106. autofonce_core
  107. autofonce_lib
  108. autofonce_m4
  109. autofonce_misc
  110. autofonce_patch
  111. autofonce_share
  112. avro
  113. avro-compiler
  114. awa
  115. awa-mirage
  116. aws >= "1.2"
  117. aws-async
  118. aws-autoscaling >= "1.2"
  119. aws-cloudformation >= "1.2"
  120. aws-cloudtrail >= "1.2"
  121. aws-cloudwatch
  122. aws-config
  123. aws-ec2 >= "1.2"
  124. aws-elasticache
  125. aws-elasticloadbalancing >= "1.2"
  126. aws-lwt
  127. aws-rds
  128. aws-route53
  129. aws-s3
  130. aws-s3-async
  131. aws-s3-lwt
  132. aws-sdb >= "1.2"
  133. aws-sqs
  134. aws-ssm >= "1.2"
  135. aws-sts >= "1.2"
  136. azblob
  137. azblob-async
  138. azure-cosmos-db
  139. babel < "v0.17.0"
  140. backoff
  141. bag
  142. baguette_sharp
  143. bare_encoding
  144. bark
  145. base < "v0.17.0"
  146. base32
  147. base64 >= "2.3.0"
  148. base_bigstring < "v0.17.0"
  149. base_quickcheck >= "v0.12.1" & < "v0.17.0"
  150. base_trie < "v0.17.0"
  151. bastet
  152. bastet_async
  153. bastet_lwt
  154. batch_jaro_winkler
  155. batsat
  156. batteries >= "3.7.1"
  157. bdd >= "0.5"
  158. bddrand
  159. bech32
  160. bechamel
  161. bechamel-js
  162. bechamel-notty
  163. bechamel-perf
  164. beluga = "1.0"
  165. benchmark >= "1.6"
  166. benchpress
  167. benchpress-server
  168. bencode >= "2.0"
  169. bentov
  170. bestline
  171. bheap >= "2.0.0"
  172. bibfmt
  173. bidirectional_map < "v0.17.0"
  174. bigarray-compat
  175. bigarray-overlap
  176. bigdecimal < "v0.17.0"
  177. bignum < "v0.17.0"
  178. bigstring >= "0.3"
  179. bigstring-unix
  180. bigstringaf >= "0.5.0"
  181. bimage
  182. bimage-display
  183. bimage-gtk
  184. bimage-io
  185. bimage-lwt
  186. bimage-sdl
  187. bimage-unix
  188. bimap
  189. bin
  190. bin_prot < "v0.17.0"
  191. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  192. binaryen_dsl
  193. bindlib >= "6.0.0"
  194. biniou >= "1.2.1"
  195. binning
  196. binsec
  197. bio_io
  198. biocaml
  199. biotk < "0.3"
  200. bisect_ppx >= "1.4.0"
  201. bistro
  202. bistro-bio
  203. bitcoin >= "3.0"
  204. bitcoin-cohttp-async
  205. bitcoin-cohttp-lwt
  206. bitcoin-ocurl
  207. bitcoinml
  208. bitlib
  209. bitmasks
  210. bitpack_serializer
  211. bitstring >= "3.1.1" & < "5.0.2"
  212. bitv >= "1.4"
  213. bitwuzla
  214. bitwuzla-bin < "1.0.0"
  215. bitwuzla-c
  216. bjack >= "0.1.6"
  217. blake3
  218. bloomf
  219. bls12-381 < "19.0"
  220. bls12-381-gen
  221. bls12-381-hash
  222. bls12-381-js
  223. bls12-381-js-gen
  224. bls12-381-legacy
  225. bls12-381-signature
  226. bls12-381-unix
  227. blurhash
  228. bnfgen
  229. bogue
  230. bogue-tutorials
  231. boltzgen < "0.9.5"
  232. bonsai < "v0.17.0"
  233. boulangerie
  234. box
  235. brr-lwd
  236. bson2
  237. bst >= "7.0.1"
  238. bstr
  239. buffer-pool
  240. build_path_prefix_map >= "0.3"
  241. builder
  242. builder-web
  243. bun >= "0.3.4"
  244. bwd
  245. bwrap
  246. bytearray >= "1.0.1"
  247. bytebuffer
  248. bytepdf
  249. bz2
  250. ca-certs
  251. ca-certs-nss
  252. cachet
  253. cachet-lwt
  254. cachet-solo5
  255. cactus
  256. cairn
  257. cairo2 >= "0.6"
  258. cairo2-gtk
  259. cairo2-pango
  260. caisar < "0.2.1"
  261. caisar-ir
  262. caisar-nnet
  263. caisar-onnx
  264. caisar-ovo
  265. caisar-xgboost
  266. calcium < "0.3.2"
  267. calculon >= "0.4"
  268. calculon-redis
  269. calculon-redis-lib
  270. calculon-web
  271. calendar >= "3.0.0"
  272. calendars
  273. calipso
  274. calli
  275. callipyge >= "0.2"
  276. camelot
  277. camels
  278. camelsnakekebab
  279. camlimages >= "5.0.2"
  280. camlix
  281. camlon >= "3.1.0"
  282. camlp-streams
  283. camlrack
  284. camltc >= "0.9.8"
  285. camomile >= "1.0.2"
  286. camyll
  287. canary
  288. capnp >= "3.5.0"
  289. capnp-rpc < "2.1"
  290. capnp-rpc-lwt < "2.0"
  291. capnp-rpc-net < "2.1"
  292. capnp-rpc-unix < "2.1"
  293. caqti >= "1.0.0" & < "2.1.1"
  294. caqti-async >= "1.0.0" & < "2.1.1"
  295. caqti-driver-mariadb < "2.1.1"
  296. caqti-driver-pgx < "2.1.1"
  297. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  298. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  299. caqti-dynload >= "1.0.0"
  300. caqti-eio < "2.1.1"
  301. caqti-lwt >= "1.0.0" & < "2.1.1"
  302. caqti-mirage < "2.1.1"
  303. caqti-type-calendar >= "1.0.0"
  304. carbon < "0.2.0"
  305. carray
  306. carton < "1.0.0"
  307. carton-git
  308. carton-lwt < "1.0.0"
  309. catala < "0.9.0"
  310. catala-format >= "0.2.0"
  311. catala-lsp
  312. catapult
  313. catapult-client
  314. catapult-daemon
  315. catapult-file
  316. catapult-sqlite
  317. cbor >= "0.3"
  318. cborl
  319. ccbg
  320. cconv >= "0.5"
  321. cconv-ppx
  322. cdb
  323. cdrom >= "0.9.4"
  324. ceph
  325. certify >= "0.3.0"
  326. cf
  327. cf-lwt
  328. cfg >= "2.2.0"
  329. cfml
  330. cfstream >= "1.3.1"
  331. chacha
  332. chamelon
  333. chamelon-unix
  334. charInfo_width
  335. charrua
  336. charrua-client
  337. charrua-server
  338. charrua-unix
  339. charset
  340. chartjs
  341. chartjs-annotation
  342. chartjs-colorschemes
  343. chartjs-datalabels
  344. chartjs-streaming
  345. chase
  346. checkseum = "0.0.3" | >= "0.2.1"
  347. choice >= "0.4"
  348. cid
  349. cinaps >= "v0.12.0"
  350. clangml >= "4.0.0"
  351. clangml-transforms
  352. clap >= "0.2.0"
  353. clarity-lang
  354. class_group_vdf
  355. clim
  356. clim-ppx
  357. climate
  358. clp_operations
  359. clz
  360. cmarker
  361. cmdliner-stdlib
  362. cmon
  363. codept
  364. codept-lib
  365. cohttp >= "1.1.1" & < "6.0.0"
  366. cohttp-async < "6.0.0"
  367. cohttp-curl < "6.1.0"
  368. cohttp-curl-async < "6.1.0"
  369. cohttp-eio < "6.0.0"
  370. cohttp-lwt < "6.0.0"
  371. cohttp-lwt-jsoo < "6.1.0"
  372. cohttp-lwt-unix < "6.0.0"
  373. cohttp_async_websocket < "v0.17.0"
  374. cohttp_static_handler < "v0.17.0"
  375. coin >= "0.1.1"
  376. colibri2
  377. colibrics
  378. colibrilib
  379. colombe
  380. color >= "0.2.0"
  381. color-brewery
  382. combinat
  383. comby
  384. comby-kernel
  385. comby-semantic
  386. command_rpc < "v0.17.0"
  387. commons
  388. conan
  389. conan-cli
  390. conan-database
  391. conan-lwt
  392. conan-unix
  393. conduit
  394. conduit-async
  395. conduit-lwt
  396. conduit-lwt-unix
  397. conduit-mirage
  398. conex >= "0.10.0"
  399. conex-mirage-crypto
  400. confero
  401. config-file = "1.2.1"
  402. conformist
  403. containers
  404. containers-data
  405. containers-thread
  406. content_security_policy < "v0.17.0"
  407. cookie
  408. cookies
  409. coq >= "8.14.0" & < "8.20.0"
  410. coq-core < "8.20.0"
  411. coq-lsp != "0.2.3+9.0" & < "0.2.4+9.0"
  412. coq-of-ocaml >= "2.4.1"
  413. coq-serapi >= "8.9.0+0.6.0"
  414. coq-stdlib < "8.20.0"
  415. coqide >= "8.14.0" & < "8.20.0"
  416. coqide-server < "8.20.0"
  417. core < "v0.17.0"
  418. core-and-more
  419. core_bench < "v0.17.0"
  420. core_compat
  421. core_extended < "v0.17.0"
  422. core_kernel >= "v0.12.3" & < "v0.17.0"
  423. core_profiler < "v0.17.0"
  424. core_unix < "v0.17.0"
  425. cosovo
  426. cow >= "2.4.0"
  427. cowabloga >= "0.5.0"
  428. cpm >= "12.1.2"
  429. cppo >= "1.6.6"
  430. cppo_ocamlbuild >= "1.6.6"
  431. cps_toolbox
  432. cpu
  433. cpuid >= "0.1.2"
  434. crc >= "2.1.0"
  435. crlibm >= "0.3"
  436. crontab
  437. crowbar >= "0.2"
  438. crunch
  439. cry >= "0.6.5"
  440. cryptokit >= "1.16.1"
  441. csexp
  442. css
  443. css-parser
  444. cstruct
  445. cstruct-async
  446. cstruct-lwt
  447. cstruct-sexp
  448. cstruct-unix
  449. csv >= "2.2"
  450. csv-lwt >= "2.1"
  451. csvfields < "v0.17.0"
  452. csvtool
  453. ctoxml
  454. ctypes >= "0.21.1" & < "0.24.0"
  455. ctypes-foreign >= "0.21.1" & < "0.24.0"
  456. ctypes-zarith
  457. ctypes_stubs_js
  458. cucumber
  459. cudf >= "0.10"
  460. cue_sheet_maker
  461. cuid >= "0.2"
  462. cumulus
  463. curl
  464. curl_lwt
  465. curly >= "0.2.0"
  466. current
  467. current-albatross-deployer
  468. current-web-pipelines
  469. current_ansi
  470. current_docker
  471. current_examples
  472. current_git
  473. current_github
  474. current_gitlab
  475. current_incr
  476. current_ocluster < "0.3.0"
  477. current_rpc
  478. current_slack
  479. current_ssh
  480. current_web
  481. curses >= "1.0.9"
  482. curve-sampling
  483. cviode
  484. daft >= "0.0.4"
  485. dap
  486. data-encoding
  487. dataframe
  488. datakit-server >= "0.12.2"
  489. datakit-server-9p >= "0.12.2"
  490. datalog >= "0.6"
  491. dates_calc < "0.0.7"
  492. daypack-lib
  493. dbf < "0.1.1"
  494. dblp
  495. dblp-api
  496. debian-formats >= "0.1.2"
  497. decimal
  498. decoders >= "0.1.2"
  499. decoders-bencode
  500. decoders-cbor
  501. decoders-ezjsonm >= "0.1.2"
  502. decoders-ezxmlm
  503. decoders-jsonaf
  504. decoders-jsonm
  505. decoders-msgpck
  506. decoders-sexplib
  507. decoders-yojson >= "0.1.2"
  508. decompress >= "0.8.1"
  509. dedent < "v0.17.0"
  510. dedukti >= "2.7"
  511. delimited_parsing < "v0.17.0"
  512. depyt
  513. devkit >= "1.0"
  514. diet >= "0.2"
  515. diffable
  516. digestif >= "0.9.0"
  517. directories
  518. dirsift
  519. dirsp-exchange
  520. dirsp-exchange-kbb2017
  521. dirsp-proscript
  522. dirsp-proscript-mirage
  523. dirsp-ps2ocaml
  524. diskuvbox
  525. disml
  526. dispatch >= "0.4.1"
  527. dispatch-js
  528. distributed >= "0.6.0"
  529. distributed-lwt >= "0.2.0"
  530. distributed-uwt >= "0.2.0"
  531. dkim
  532. dkim-bin
  533. dkim-lwt-unix
  534. dkim-mirage
  535. dkml-c-probe
  536. dkml-component-offline-ocamlrun
  537. dkml-component-offline-opam
  538. dkml-component-staging-ocamlrun
  539. dkml-component-staging-opam32
  540. dkml-component-staging-opam64
  541. dkml-dune-dsl
  542. dkml-dune-dsl-show
  543. dkml-install
  544. dkml-install-installer
  545. dkml-install-runner
  546. dkml-option-vcpkg
  547. dkml-package-console
  548. dkml-runtime-common >= "2.0.3"
  549. dkml-runtime-distribution
  550. dkml-workflows
  551. dlm >= "0.3.1"
  552. dmap
  553. dns
  554. dns-certify
  555. dns-cli
  556. dns-client
  557. dns-client-lwt
  558. dns-client-miou-unix
  559. dns-client-mirage
  560. dns-lwt
  561. dns-mirage
  562. dns-resolver
  563. dns-server
  564. dns-stub
  565. dns-tsig
  566. dnssec
  567. docfd
  568. docker-api >= "0.2"
  569. docker_hub
  570. dockerfile
  571. dockerfile-cmd
  572. dockerfile-opam >= "8.2.7"
  573. docteur
  574. docteur-solo5
  575. docteur-unix
  576. doculib
  577. doi2bib
  578. dokeysto >= "3.0.2"
  579. dokeysto_camltc >= "3.0.2"
  580. dokeysto_lz4 >= "3.0.2"
  581. dolmen >= "0.4.1"
  582. dolmen_bin
  583. dolmen_loop
  584. dolmen_lsp
  585. dolmen_model
  586. dolmen_type
  587. dolog >= "4.0.0"
  588. domain-local-await < "1.0.1"
  589. domain-local-timeout
  590. domain-name
  591. domain_shims
  592. domainslib
  593. dose3 >= "6.1"
  594. dose3-extra
  595. dot-merlin-reader
  596. dotenv
  597. dream
  598. dream-accept
  599. dream-cli
  600. dream-encoding
  601. dream-html
  602. dream-htmx
  603. dream-httpaf
  604. dream-livereload
  605. dream-pure
  606. dream-serve
  607. dream_middleware_ext
  608. drom >= "0.3.0"
  609. drom_lib >= "0.3.0"
  610. drom_toml
  611. dropbox
  612. dropbox_lwt_unix
  613. dscheck < "0.4.0"
  614. dssi >= "0.1.3"
  615. dtc-pb
  616. dtoa >= "0.3.2"
  617. dtools >= "0.4.2"
  618. dual
  619. duff >= "0.2"
  620. dum >= "1.0.3"
  621. dump_ocamlformat
  622. dune-build-info < "3.15.3"
  623. dune-cargo-build
  624. dune-compiledb
  625. dune-configurator >= "2.5.1" & < "3.15.3"
  626. dune-deps
  627. dune-expand
  628. dune-private-libs < "3.15.3"
  629. dune-release >= "1.0.0" & < "2.0.0"
  630. duppy >= "0.9.0"
  631. duration
  632. dyn < "3.15.3"
  633. dypgen
  634. earley >= "3.0.0"
  635. earlybird < "1.3.4"
  636. easy-format >= "1.3.2"
  637. easy_logging
  638. easy_logging_yojson
  639. ecaml < "v0.17.0"
  640. edn
  641. ego
  642. eigen >= "0.1.0"
  643. eio < "0.9"
  644. eio-ssl
  645. eio_linux < "0.9"
  646. either
  647. elasticsearch-cli >= "0.5"
  648. electrod
  649. elm_core
  650. elm_playground
  651. elm_playground_native
  652. elm_playground_web
  653. elm_system
  654. elpi
  655. email_message < "v0.17.0"
  656. embedded_ocaml_templates < "0.8"
  657. emile >= "0.4"
  658. emoji >= "2.0.0"
  659. encore >= "0.4"
  660. env_config < "v0.17.0"
  661. epictetus
  662. eqaf >= "0.2"
  663. eqaf-cstruct
  664. equinoxe
  665. equinoxe-cohttp
  666. equinoxe-hlc
  667. erlang
  668. errpy
  669. erssical
  670. esa
  671. esgg
  672. esperanto-cosmopolitan >= "0.0.5"
  673. ethernet
  674. euler
  675. exenum >= "0.86"
  676. exit
  677. expect >= "0.1.0"
  678. expect_test_helpers
  679. expect_test_helpers_async < "v0.17.0"
  680. expect_test_helpers_core < "v0.17.0"
  681. expect_test_helpers_kernel
  682. extism
  683. extism-manifest
  684. extlib >= "1.7.9"
  685. extunix >= "0.3.1"
  686. ez_api
  687. ez_cmdliner >= "0.2.0"
  688. ez_config >= "0.2.0"
  689. ez_file >= "0.3.0"
  690. ez_hash
  691. ez_pgocaml
  692. ez_search
  693. ez_subst
  694. ezcurl
  695. ezcurl-lwt
  696. ezdl
  697. ezgzip >= "0.2.3"
  698. ezjs_ace
  699. ezjs_blockies
  700. ezjs_cleave
  701. ezjs_crypto
  702. ezjs_cytoscape
  703. ezjs_d3pie
  704. ezjs_extension
  705. ezjs_fetch
  706. ezjs_idb
  707. ezjs_jquery
  708. ezjs_min
  709. ezjs_odometer
  710. ezjs_push
  711. ezjs_qrcode
  712. ezjs_recaptcha
  713. ezjs_timeline
  714. ezjsonm >= "1.0.0"
  715. ezjsonm-encoding
  716. ezjsonm-lwt
  717. ezresto
  718. ezresto-directory
  719. ezsqlite >= "0.4.2"
  720. ezxmlm >= "1.1.0"
  721. FPauth
  722. FPauth-core
  723. FPauth-responses
  724. FPauth-strategies
  725. FrontC >= "4.0.0"
  726. faad >= "0.5.0"
  727. facteur
  728. fadbadml >= "0.1.2"
  729. faraday >= "0.7.1"
  730. faraday-async >= "0.7.1"
  731. faraday-lwt >= "0.7.1"
  732. faraday-lwt-unix >= "0.7.1"
  733. farith
  734. farmhash >= "0.4"
  735. fasmifra
  736. fat-filesystem >= "0.13.0"
  737. fd-send-recv >= "2.0.1"
  738. fdkaac >= "0.3.2"
  739. feat
  740. feat-core
  741. feat-num
  742. feather
  743. feather_async
  744. ff
  745. ff-bench
  746. ff-pbt
  747. ff-sig
  748. ffmpeg >= "1.0.0~beta1" & < "1.1.7"
  749. ffmpeg-av < "1.1.7"
  750. ffmpeg-avcodec < "1.1.7"
  751. ffmpeg-avdevice < "1.1.7"
  752. ffmpeg-avfilter < "1.1.7"
  753. ffmpeg-avutil < "1.1.7"
  754. ffmpeg-swresample < "1.1.7"
  755. ffmpeg-swscale < "1.1.7"
  756. fftw3 >= "0.8.2"
  757. fiat-p256
  758. fiber < "3.7.0"
  759. fieldslib >= "v0.12.0" & < "v0.17.0"
  760. file_path < "v0.17.0"
  761. fileutils >= "0.6.1"
  762. finch
  763. fit < "1.3.2"
  764. fix >= "20181206"
  765. flac
  766. flatunionfind
  767. flex-array
  768. flint < "0.3.2"
  769. flow_parser >= "0.229.1"
  770. fluxt
  771. fmlib
  772. fmlib_browser
  773. fmlib_js
  774. fmlib_parse
  775. fmlib_pretty
  776. fmlib_std
  777. fontforge-of-ocaml
  778. frama-c >= "26.0~beta" & < "28.0~beta"
  779. frama-c-metacsl >= "0.4" & < "0.7"
  780. frama-clang < "0.0.16"
  781. fred
  782. freetds >= "0.7"
  783. frei0r >= "0.1.2"
  784. frenetic
  785. fromager
  786. fsevents
  787. fsevents-lwt
  788. fsml
  789. fswatch
  790. fswatch_async
  791. fswatch_lwt
  792. fun-postgresql
  793. fun-sql
  794. fun-sqlite
  795. functoria
  796. functoria-runtime
  797. fuseau
  798. fuseau-lwt
  799. fuzzy_compare
  800. fuzzy_match < "v0.17.0"
  801. fzf < "v0.17.0"
  802. General
  803. GT < "0.5.4"
  804. gapi-ocaml
  805. gbddml
  806. gd >= "1.1"
  807. gdbprofiler >= "0.4"
  808. gemini >= "0.3.0"
  809. gen >= "0.5.2"
  810. gen_js_api
  811. gendarme
  812. gendarme-json
  813. gendarme-toml
  814. gendarme-yaml
  815. genprint
  816. genspio >= "0.0.3"
  817. genspir >= "1.0.1"
  818. geojson
  819. geojsone
  820. geoml
  821. get_line >= "7.0.0"
  822. gettext >= "0.4.1" & < "0.5.0"
  823. gettext-camomile < "0.5.0"
  824. gettext-stub < "0.5.0"
  825. git
  826. git-cohttp
  827. git-cohttp-unix
  828. git-http
  829. git-kv
  830. git-mirage
  831. git-net
  832. git-paf
  833. git-unix
  834. github >= "4.0.0"
  835. github-data
  836. github-hooks
  837. github-hooks-unix >= "0.5.0"
  838. github-jsoo >= "4.1.0"
  839. github-unix >= "4.0.0"
  840. gitlab
  841. gitlab-jsoo
  842. gitlab-unix
  843. gitlab_pipeline_notifier
  844. glfw-ocaml
  845. globlon
  846. gluten
  847. gluten-async
  848. gluten-eio
  849. gluten-lwt
  850. gluten-lwt-unix
  851. gluten-mirage
  852. gmap
  853. gmp
  854. gnuplot >= "0.6"
  855. gobba
  856. gobject-introspection
  857. goblint < "2.2.1"
  858. goblint-cil >= "1.8.0"
  859. google-drive-ocamlfuse
  860. gopcaml-mode >= "0.0.2"
  861. gopcaml-mode-merlin
  862. gospel
  863. gotd
  864. gperftools >= "0.4"
  865. gpiod
  866. gpr >= "1.4.0"
  867. gr
  868. grace
  869. grain_dypgen >= "0.2.1"
  870. graphics >= "5.0.0"
  871. graphql >= "0.8.0"
  872. graphql-async >= "0.8.0"
  873. graphql-cohttp >= "0.9.0"
  874. graphql-lwt >= "0.8.0"
  875. graphql_parser >= "0.9.0"
  876. graphql_ppx
  877. graphv
  878. graphv_core
  879. graphv_core_lib
  880. graphv_font
  881. graphv_font_js
  882. graphv_font_stb_truetype
  883. graphv_gles2
  884. graphv_gles2_native
  885. graphv_gles2_native_impl
  886. graphv_webgl
  887. graphv_webgl_impl
  888. gremlin
  889. grenier >= "0.8"
  890. grid
  891. grpc < "0.2.0"
  892. grpc-async < "0.2.0"
  893. grpc-lwt < "0.2.0"
  894. gsl >= "1.24.0"
  895. gstreamer >= "0.3.1"
  896. guardian
  897. guile
  898. h1
  899. h1-lwt-unix
  900. h1_parser
  901. h2
  902. h2-async
  903. h2-eio
  904. h2-lwt
  905. h2-lwt-unix
  906. h2-mirage
  907. hack_parallel >= "1.0.0"
  908. hacl-star
  909. hacl-star-raw >= "0.5.0"
  910. hacl_x25519
  911. happy-eyeballs
  912. happy-eyeballs-lwt
  913. happy-eyeballs-miou-unix
  914. happy-eyeballs-mirage
  915. hardcaml < "v0.17.0"
  916. hardcaml_axi < "v0.17.0"
  917. hardcaml_c < "v0.17.0"
  918. hardcaml_circuits < "v0.17.0"
  919. hardcaml_fixed_point < "v0.17.0"
  920. hardcaml_handshake < "v0.17.0"
  921. hardcaml_of_verilog < "v0.17.0"
  922. hardcaml_step_testbench < "v0.17.0"
  923. hardcaml_verify < "v0.17.0"
  924. hardcaml_verilator < "v0.17.0"
  925. hardcaml_waveterm < "v0.17.0"
  926. hardcaml_xilinx < "v0.17.0"
  927. hardcaml_xilinx_components < "v0.17.0"
  928. hardcaml_xilinx_reports < "v0.17.0"
  929. hashcons >= "1.4.0"
  930. hashids >= "1.0.1"
  931. hashset >= "1.0.1"
  932. haxe >= "4.1.1"
  933. hc
  934. hdf5 >= "0.1.5"
  935. hdr_histogram < "0.0.3"
  936. headache
  937. header-check
  938. herdtools7 >= "7.55"
  939. hex >= "1.3.0"
  940. hex_encode < "v0.17.0"
  941. hexstring
  942. hg_lib < "v0.17.0"
  943. hidapi >= "1.1"
  944. hidapi-lwt
  945. higher_kinded < "v0.17.0"
  946. higlo >= "0.8"
  947. hilite < "0.5.0"
  948. hkdf
  949. hl_yaml
  950. hockmd
  951. horned_worm
  952. hpack
  953. htmlfromtexbooks
  954. hts_shrink >= "2.1.2"
  955. http < "6.0.0"
  956. http-cookie < "4.3.0"
  957. http-lwt-client
  958. http-mirage-client
  959. http-multipart-formdata
  960. http_async
  961. httpaf >= "0.6.0"
  962. httpaf-async >= "0.6.0"
  963. httpaf-lwt-unix
  964. httpaf_caged
  965. httpcats
  966. httph
  967. httpun
  968. httpun-async
  969. httpun-eio
  970. httpun-lwt
  971. httpun-lwt-unix
  972. httpun-mirage
  973. httpun-types
  974. httpun-ws
  975. httpun-ws-async
  976. httpun-ws-eio
  977. httpun-ws-lwt
  978. httpun-ws-lwt-unix
  979. httpun-ws-mirage
  980. huffman
  981. hurl
  982. hvsock >= "2.0.0"
  983. hxd
  984. hyper
  985. ISO3166
  986. ISO8601 >= "0.2.6"
  987. i3ipc
  988. icalendar
  989. idd
  990. idds
  991. imagelib
  992. incr_dom < "v0.17.0"
  993. incr_dom_interactive < "v0.17.0"
  994. incr_dom_keyboard
  995. incr_dom_partial_render < "v0.17.0"
  996. incr_dom_sexp_form < "v0.17.0"
  997. incr_dom_widgets
  998. incr_map < "v0.17.0"
  999. incr_select < "v0.17.0"
  1000. incremental < "v0.17.0"
  1001. incremental_cycles
  1002. indentation_buffer < "v0.17.0"
  1003. index
  1004. index-bench
  1005. inferno >= "20190924"
  1006. influxdb
  1007. influxdb-async
  1008. influxdb-lwt
  1009. inotify >= "2.4" & < "2.6"
  1010. inquire
  1011. int_repr < "v0.17.0"
  1012. integers >= "0.3.0"
  1013. integers_stubs_js
  1014. integration1d >= "0.5.1"
  1015. interface-prime
  1016. interface-prime-lwt
  1017. interval >= "1.5" & < "1.6"
  1018. interval-map
  1019. interval_base
  1020. interval_crlibm
  1021. interval_intel
  1022. io-page
  1023. io-page-unix
  1024. iostream
  1025. iostream-camlzip
  1026. ip2location
  1027. ip2locationio
  1028. ip2proxy
  1029. ip2whois
  1030. ipaddr >= "2.9.0"
  1031. ipaddr-cstruct
  1032. ipaddr-sexp
  1033. irc-client >= "0.6.2"
  1034. irc-client-lwt >= "0.6.2"
  1035. irc-client-lwt-ssl
  1036. irc-client-tls >= "0.6.2"
  1037. irc-client-unix >= "0.6.2"
  1038. iri >= "0.6.0" & < "1.1.0"
  1039. irmin
  1040. irmin-bench
  1041. irmin-chunk
  1042. irmin-cli
  1043. irmin-client
  1044. irmin-containers
  1045. irmin-fs
  1046. irmin-git
  1047. irmin-graphql
  1048. irmin-http
  1049. irmin-indexeddb
  1050. irmin-layers
  1051. irmin-mirage
  1052. irmin-mirage-git
  1053. irmin-mirage-graphql
  1054. irmin-pack
  1055. irmin-pack-tools
  1056. irmin-server
  1057. irmin-test
  1058. irmin-tezos
  1059. irmin-unix
  1060. irmin-watcher
  1061. iso639
  1062. iter >= "1.4"
  1063. itv-tree >= "2.2"
  1064. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  1065. jane_rope < "v0.17.0"
  1066. janestreet_cpuid < "v0.17.0"
  1067. janestreet_csv < "v0.17.0"
  1068. janestreet_lru_cache < "v0.17.0"
  1069. jasmin >= "2023.06.0" & < "2025.06.0"
  1070. jekyll-format >= "0.2.0"
  1071. jemalloc >= "0.2"
  1072. jhupllib >= "0.2.1"
  1073. jingoo >= "1.3.0"
  1074. jose
  1075. js_of_ocaml < "5.1.0"
  1076. js_of_ocaml-compiler < "5.1.0"
  1077. js_of_ocaml-lwt < "5.1.0"
  1078. js_of_ocaml-ocamlbuild >= "3.5.0"
  1079. js_of_ocaml-ppx < "5.1.0"
  1080. js_of_ocaml-ppx_deriving_json < "5.1.0"
  1081. js_of_ocaml-toplevel < "5.1.0"
  1082. js_of_ocaml-tyxml < "5.1.0"
  1083. js_of_ocaml-webgpu
  1084. js_of_ocaml-webidl
  1085. js_of_ocaml_patches < "v0.17.0"
  1086. json-data-encoding
  1087. json-data-encoding-browser
  1088. json-data-encoding-bson
  1089. json_decoder
  1090. jsonaf < "v0.17.0"
  1091. jsonoo
  1092. jsonrpc
  1093. jsonschema2atd
  1094. jsonxt
  1095. jsoo-react
  1096. jsoo_broadcastchannel
  1097. jsoo_storage
  1098. jst-config < "v0.17.0"
  1099. junit >= "2.0.1"
  1100. junit_alcotest >= "2.0.1"
  1101. junit_ounit >= "2.0.1"
  1102. jupyter
  1103. jupyter-archimedes
  1104. jupyter-kernel
  1105. jwto
  1106. kafka >= "0.5"
  1107. kafka_async
  1108. kafka_lwt
  1109. kappa-agents
  1110. kappa-binaries
  1111. kappa-library
  1112. kappa-server
  1113. kcas < "0.7.0"
  1114. kcas_data < "0.7.0"
  1115. kdf
  1116. kdl
  1117. ke
  1118. key-parsers >= "0.10.1"
  1119. kicadsch >= "0.4.0"
  1120. kind2
  1121. kinetic-client >= "0.0.11"
  1122. kittyimg
  1123. kmt
  1124. knights_tour
  1125. kqueue
  1126. krb
  1127. lab
  1128. lablgtk3 >= "3.0.beta4"
  1129. lablgtk3-extras >= "3.0.1"
  1130. lablgtk3-goocanvas2
  1131. lablgtk3-gtkspell3
  1132. lablgtk3-rsvg2
  1133. lablgtk3-sourceview3
  1134. lablqml
  1135. labrys
  1136. lacaml >= "11.0.2"
  1137. ladspa >= "0.2.0"
  1138. lambda
  1139. lambda-runtime
  1140. lambda-term >= "2.0"
  1141. lambda_streams
  1142. lambda_streams_async
  1143. lambda_streams_lwt
  1144. lambdapi < "2.3.1"
  1145. lambdasoup >= "0.6.4"
  1146. lame >= "0.3.4"
  1147. landmarks = "1.4"
  1148. landmarks-ppx < "1.5"
  1149. lascar >= "0.6-alpha"
  1150. lastfm = "0.3.3"
  1151. launchd >= "1.3"
  1152. lazy-trie
  1153. lbfgs >= "0.9.1"
  1154. lbvs_consent >= "2.1.0"
  1155. ldap >= "2.4.1"
  1156. ldp < "0.5.0"
  1157. ldp_curl < "0.5.0"
  1158. ldp_js < "0.5.0"
  1159. ldp_tls < "0.5.0"
  1160. leaflet
  1161. learn-ocaml
  1162. learn-ocaml-client
  1163. ledgerwallet
  1164. ledgerwallet-tezos
  1165. lens >= "1.2.3"
  1166. letsencrypt
  1167. letsencrypt-app
  1168. letsencrypt-dns
  1169. letsencrypt-mirage
  1170. letters
  1171. leveldb >= "1.3.0"
  1172. lib_parsing
  1173. libabsolute
  1174. libbinaryen < "105.1.0" | >= "107.0.1"
  1175. libirmin
  1176. libsail < "0.20"
  1177. libsvm >= "0.10.0"
  1178. libzipperposition
  1179. lilac
  1180. lilv
  1181. line-up-words < "v0.17.0"
  1182. line_oriented
  1183. linenoise >= "1.2.0"
  1184. links
  1185. links-mysql
  1186. links-postgresql
  1187. links-sqlite3
  1188. linol
  1189. linol-eio
  1190. linol-lwt
  1191. lintcstubs
  1192. lintcstubs-arity
  1193. lintcstubs-gen
  1194. linwrap
  1195. liquid_interpreter
  1196. liquid_ml
  1197. liquid_parser
  1198. liquid_std
  1199. liquid_syntax
  1200. little_logger
  1201. llama
  1202. llama-cpp-ocaml
  1203. llama_core
  1204. llama_interactive
  1205. llama_midi
  1206. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1207. lmdb >= "1.0"
  1208. lo >= "0.2.0"
  1209. lockfree
  1210. loga
  1211. logical
  1212. logs-async < "1.3"
  1213. logs-async-reporter < "1.3"
  1214. logs-ppx
  1215. logs-syslog
  1216. logtk
  1217. lp
  1218. lp-glpk
  1219. lp-glpk-js
  1220. lp-gurobi
  1221. lp-highs
  1222. lpd
  1223. lreplay < "0.1.1"
  1224. lru >= "0.3.0"
  1225. lru_cache
  1226. lsp
  1227. lt-code
  1228. lua-ml >= "0.9.3"
  1229. lua_parser
  1230. lucid
  1231. lun
  1232. lustre-v6 >= "6.103.3"
  1233. lutils >= "1.51.2"
  1234. lutin >= "2.71.10"
  1235. luv
  1236. luv_unix
  1237. lwd
  1238. lwt != "5.9.2"
  1239. lwt-canceler >= "0.2"
  1240. lwt-dllist
  1241. lwt-exit
  1242. lwt-parallel
  1243. lwt-watcher >= "0.2"
  1244. lwt_direct
  1245. lwt_domain
  1246. lwt_eio < "0.4"
  1247. lwt_glib >= "1.1.1"
  1248. lwt_log >= "1.1.1"
  1249. lwt_ppx >= "1.2.2" & < "5.9.2"
  1250. lwt_react >= "1.1.2"
  1251. lwt_retry
  1252. lwt_ssl >= "1.1.3"
  1253. lz4 >= "1.2.0"
  1254. lz4_chans >= "3.0.1"
  1255. lzo >= "0.0.3"
  1256. m_tree
  1257. macaddr
  1258. macaddr-cstruct
  1259. macaddr-sexp
  1260. mad >= "0.5.0"
  1261. magic-mime >= "1.1.2"
  1262. magic-trace
  1263. make-random
  1264. malfunction
  1265. man_in_the_middle_debugger < "v0.17.0"
  1266. markdown
  1267. markup >= "0.8.0"
  1268. markup-lwt
  1269. mastodon-archive-viewer >= "0.2"
  1270. matplotlib
  1271. mbr-format
  1272. mc2
  1273. mccs >= "1.1+10"
  1274. mdx != "1.7.0"
  1275. mec
  1276. mechaml
  1277. mehari
  1278. mehari-eio
  1279. mehari-eio-unix
  1280. mehari-lwt-unix
  1281. mehari-mirage
  1282. mel
  1283. melange < "1.0.0"
  1284. melange-compiler-libs
  1285. meldep
  1286. mem_usage
  1287. memcad
  1288. memfd
  1289. memgraph
  1290. memgraph_kitty
  1291. memo
  1292. memprof-limits
  1293. memtrace
  1294. memtrace-mirage
  1295. memtrace_viewer
  1296. menhir >= "20200123"
  1297. menhirCST
  1298. menhirLib
  1299. menhirSdk
  1300. merge-fmt
  1301. merlin
  1302. merlin-extend
  1303. merlin-lib
  1304. mesh >= "0.9.5"
  1305. mesh-easymesh >= "0.9.5"
  1306. mesh-graphics >= "0.9.5"
  1307. mesh-triangle >= "0.9.5"
  1308. metadb
  1309. metapp
  1310. metaquot
  1311. metrics
  1312. metrics-influx
  1313. metrics-lwt
  1314. metrics-rusage
  1315. metrics-unix
  1316. mew
  1317. mew_vi
  1318. middleware
  1319. mimic
  1320. mimic-happy-eyeballs
  1321. mindstorm >= "0.8"
  1322. mindstorm-lwt
  1323. minicaml
  1324. minicli >= "5.0.2"
  1325. minisat >= "0.3"
  1326. miou
  1327. mirage >= "4.0.0"
  1328. mirage-block
  1329. mirage-block-ccm
  1330. mirage-block-combinators
  1331. mirage-block-lwt
  1332. mirage-block-partition
  1333. mirage-block-ramdisk
  1334. mirage-block-solo5
  1335. mirage-block-unikraft
  1336. mirage-block-unix
  1337. mirage-block-xen
  1338. mirage-bootvar
  1339. mirage-channel >= "3.2.0"
  1340. mirage-channel-lwt
  1341. mirage-clock
  1342. mirage-clock-lwt
  1343. mirage-clock-unix
  1344. mirage-conduit
  1345. mirage-console
  1346. mirage-console-lwt
  1347. mirage-crypto
  1348. mirage-crypto-ec
  1349. mirage-crypto-pk
  1350. mirage-crypto-rng
  1351. mirage-crypto-rng-async
  1352. mirage-crypto-rng-eio
  1353. mirage-crypto-rng-lwt
  1354. mirage-crypto-rng-miou-unix
  1355. mirage-crypto-rng-mirage
  1356. mirage-device
  1357. mirage-dns
  1358. mirage-flow
  1359. mirage-flow-combinators
  1360. mirage-flow-lwt
  1361. mirage-flow-unix
  1362. mirage-fs
  1363. mirage-fs-lwt
  1364. mirage-kv >= "2.0.0"
  1365. mirage-kv-lwt >= "2.0.0"
  1366. mirage-kv-mem
  1367. mirage-kv-unix < "3.0.0"
  1368. mirage-logs
  1369. mirage-monitoring
  1370. mirage-mtime
  1371. mirage-nat
  1372. mirage-net
  1373. mirage-net-lwt
  1374. mirage-net-macosx >= "1.5.0"
  1375. mirage-net-solo5
  1376. mirage-net-unikraft
  1377. mirage-net-unix
  1378. mirage-net-xen
  1379. mirage-profile
  1380. mirage-protocols
  1381. mirage-protocols-lwt
  1382. mirage-ptime
  1383. mirage-qubes
  1384. mirage-qubes-ipv4
  1385. mirage-random
  1386. mirage-runtime
  1387. mirage-sleep
  1388. mirage-solo5
  1389. mirage-stack
  1390. mirage-stack-lwt
  1391. mirage-time
  1392. mirage-time-lwt
  1393. mirage-time-unix
  1394. mirage-types >= "3.6.0"
  1395. mirage-types-lwt >= "3.6.0"
  1396. mirage-unix
  1397. mirage-vnetif
  1398. mirage-xen
  1399. mkaudio >= "1.1.0"
  1400. mkocaml
  1401. mlbdd >= "0.7.2"
  1402. mlfenv
  1403. mlmpfr >= "4.0.2+dune"
  1404. mlpost
  1405. mlpost-lablgtk
  1406. mlt_parser < "v0.17.0"
  1407. mm >= "0.7.0" & < "0.8.2"
  1408. mmap
  1409. mmdb
  1410. mmo
  1411. mnd
  1412. mock >= "0.1.1"
  1413. mock-ounit >= "0.1.1"
  1414. module-graph
  1415. molenc >= "5.0.0"
  1416. monaco_jsoo
  1417. monolith < "20241126"
  1418. monomorphic >= "2.0"
  1419. monorobot
  1420. moonpool
  1421. moonpool-io
  1422. moonpool-lwt
  1423. morbig >= "0.10.3"
  1424. morsmall
  1425. moss >= "0.1.1"
  1426. mparser >= "1.3"
  1427. mparser-pcre
  1428. mparser-re
  1429. mperf
  1430. mpg123
  1431. mpp >= "0.3.4"
  1432. mpris
  1433. mpris-clients
  1434. mrmime
  1435. msat >= "0.8"
  1436. msat-bin
  1437. msgpck >= "1.5"
  1438. msgpck-repr
  1439. mssql
  1440. mugen
  1441. mula
  1442. multibase
  1443. multicodec
  1444. multihash
  1445. multihash-digestif
  1446. multipart-form-data >= "0.3.0"
  1447. multipart_form
  1448. multipart_form-cohttp-lwt
  1449. multipart_form-eio
  1450. multipart_form-lwt
  1451. multipart_form-miou
  1452. murmur3 >= "0.3"
  1453. mustache >= "3.1.0"
  1454. mustache-cli
  1455. mutaml
  1456. mutf8
  1457. mwt
  1458. mybuild >= "7"
  1459. mysql8
  1460. mysql_protocol
  1461. n_ary < "v0.17.0"
  1462. naboris
  1463. nacc
  1464. nanoev
  1465. nanoev-picos
  1466. nanoev-posix
  1467. nanoev_tiny_httpd
  1468. nanoid
  1469. nanosvg
  1470. nanosvg_text
  1471. nbd >= "4.0.3"
  1472. nbd-tool
  1473. nbd-unix
  1474. netkat
  1475. netlink >= "0.3.4"
  1476. netsnmp < "v0.17.0"
  1477. nice_parser
  1478. ninja_utils
  1479. niru
  1480. nlopt
  1481. nmea
  1482. noCanren >= "0.3.0~alpha1"
  1483. nocoiner
  1484. node_of_ocaml
  1485. noise
  1486. non_empty_list
  1487. nottui
  1488. nottui-lwt
  1489. nottui-pretty
  1490. nottui-unix
  1491. notty >= "0.2.3"
  1492. notty-community
  1493. notty_async >= "v0.12.0" & < "v0.17.0"
  1494. np
  1495. npy >= "0.0.9"
  1496. nsq
  1497. numeric_string < "v0.17.0"
  1498. nuscr
  1499. OCADml < "0.6.0"
  1500. OCanren
  1501. OCanren-ppx
  1502. OSCADml < "0.2.1"
  1503. obeam
  1504. obelisk >= "0.5.0"
  1505. obuilder < "0.6.0"
  1506. obuilder-spec < "0.6.0"
  1507. obus >= "1.2.0"
  1508. ocal >= "0.2.2"
  1509. ocaml-canvas
  1510. ocaml-compiler-libs >= "v0.12.0"
  1511. ocaml-embed-file < "v0.17.0"
  1512. ocaml-in-python
  1513. ocaml-index
  1514. ocaml-lsp-server
  1515. ocaml-lua
  1516. ocaml-migrate-parsetree
  1517. ocaml-migrate-parsetree-ocamlbuild
  1518. ocaml-monadic >= "0.4.1"
  1519. ocaml-print-intf
  1520. ocaml-probes < "v0.17.0"
  1521. ocaml-protoc >= "2.0.1"
  1522. ocaml-protoc-plugin < "6.1.0"
  1523. ocaml-r >= "0.1.1"
  1524. ocaml-syntax-shims
  1525. ocaml-systemd >= "1.3"
  1526. ocaml-top >= "1.2.0"
  1527. ocaml-vdom < "transition"
  1528. ocaml-version = "3.5.0"
  1529. ocaml_db_model
  1530. ocaml_intrinsics < "v0.17.0"
  1531. ocaml_pgsql_model
  1532. ocaml_plugin
  1533. ocamlapi
  1534. ocamlapi_async
  1535. ocamlapi_lwt_unix
  1536. ocamlapi_ppx
  1537. ocamlcodoc
  1538. ocamldiff >= "1.2"
  1539. ocamlformat >= "0.24.1"
  1540. ocamlformat-lib
  1541. ocamlformat-mlx
  1542. ocamlformat-mlx-lib
  1543. ocamlformat-rpc < "removed"
  1544. ocamlformat-rpc-lib
  1545. ocamlgraph >= "2.0.0"
  1546. ocamlgraph_gtk
  1547. ocamline
  1548. ocamlog
  1549. ocamlregextkit
  1550. ocb
  1551. ocf >= "0.8.0" & < "1.0.0"
  1552. ocf_ppx < "1.0.0"
  1553. ockt
  1554. ocluster < "0.3.0"
  1555. ocluster-api < "0.3.0"
  1556. ocluster-worker < "0.3.0"
  1557. ocolor
  1558. ocp-browser >= "1.1.9"
  1559. ocp-indent >= "1.7.0" & < "1.9.0"
  1560. ocp-indent-nlfork
  1561. ocp-index >= "1.1.9"
  1562. ocp-search
  1563. ocp_reveal
  1564. ocplib-endian >= "1.1"
  1565. ocplib-json-typed-browser
  1566. ocplib-json-typed-bson
  1567. ocplib-simplex >= "0.5"
  1568. ocplib_stuff >= "0.4.0"
  1569. ocsigen-i18n >= "4.0.0"
  1570. ocsigen-ppx-rpc
  1571. ocsigenserver >= "4.0.1"
  1572. ocsipersist
  1573. ocsipersist-dbm
  1574. ocsipersist-dbm-config
  1575. ocsipersist-lib
  1576. ocsipersist-pgsql
  1577. ocsipersist-pgsql-config
  1578. ocsipersist-sqlite
  1579. ocsipersist-sqlite-config
  1580. octavius >= "1.2.2"
  1581. octez-accuser-Proxford < "19.0"
  1582. octez-accuser-PtLimaPt
  1583. octez-accuser-PtMumbai
  1584. octez-accuser-PtNairob < "19.0"
  1585. octez-alcotezt < "19.0"
  1586. octez-baker-Proxford < "19.0"
  1587. octez-baker-PtLimaPt
  1588. octez-baker-PtMumbai
  1589. octez-baker-PtNairob < "19.0"
  1590. octez-bls12-381-hash
  1591. octez-bls12-381-polynomial
  1592. octez-bls12-381-signature
  1593. octez-client < "19.0"
  1594. octez-codec < "19.0"
  1595. octez-crawler < "19.0"
  1596. octez-dac-client < "19.0"
  1597. octez-dac-node < "19.0"
  1598. octez-distributed-internal < "19.0"
  1599. octez-distributed-lwt-internal < "19.0"
  1600. octez-injector < "19.0"
  1601. octez-l2-libs < "19.0"
  1602. octez-libs < "19.0"
  1603. octez-mec
  1604. octez-node < "19.0"
  1605. octez-node-config < "19.0"
  1606. octez-plompiler
  1607. octez-plonk
  1608. octez-polynomial
  1609. octez-proto-libs < "19.0"
  1610. octez-protocol-000-Ps9mPmXa-libs < "19.0"
  1611. octez-protocol-001-PtCJ7pwo-libs < "19.0"
  1612. octez-protocol-002-PsYLVpVv-libs < "19.0"
  1613. octez-protocol-003-PsddFKi3-libs < "19.0"
  1614. octez-protocol-004-Pt24m4xi-libs < "19.0"
  1615. octez-protocol-005-PsBabyM1-libs < "19.0"
  1616. octez-protocol-006-PsCARTHA-libs < "19.0"
  1617. octez-protocol-007-PsDELPH1-libs < "19.0"
  1618. octez-protocol-008-PtEdo2Zk-libs < "19.0"
  1619. octez-protocol-009-PsFLoren-libs < "19.0"
  1620. octez-protocol-010-PtGRANAD-libs < "19.0"
  1621. octez-protocol-011-PtHangz2-libs < "19.0"
  1622. octez-protocol-012-Psithaca-libs < "19.0"
  1623. octez-protocol-013-PtJakart-libs < "19.0"
  1624. octez-protocol-014-PtKathma-libs < "19.0"
  1625. octez-protocol-015-PtLimaPt-libs < "19.0"
  1626. octez-protocol-016-PtMumbai-libs < "19.0"
  1627. octez-protocol-017-PtNairob-libs < "19.0"
  1628. octez-protocol-018-Proxford-libs < "19.0"
  1629. octez-protocol-alpha-libs < "19.0"
  1630. octez-protocol-compiler < "19.0"
  1631. octez-proxy-server < "19.0"
  1632. octez-shell-libs < "19.0"
  1633. octez-signer < "19.0"
  1634. octez-smart-rollup-client-Proxford
  1635. octez-smart-rollup-client-PtMumbai
  1636. octez-smart-rollup-client-PtNairob
  1637. octez-smart-rollup-node < "19.0"
  1638. octez-smart-rollup-node-alpha < "19.0"
  1639. octez-smart-rollup-node-lib < "19.0"
  1640. octez-smart-rollup-node-Proxford < "19.0"
  1641. octez-smart-rollup-node-PtMumbai
  1642. octez-smart-rollup-node-PtNairob < "19.0"
  1643. octez-smart-rollup-wasm-benchmark-lib
  1644. octez-smart-rollup-wasm-debugger < "19.0"
  1645. octez-tx-rollup-client-PtLimaPt
  1646. octez-tx-rollup-node-PtLimaPt
  1647. octez-version < "19.0"
  1648. ocue
  1649. odash
  1650. odate
  1651. odds >= "1.1"
  1652. odep
  1653. odepack >= "0.6.9"
  1654. odnnr
  1655. odoc < "3.0.0"
  1656. odoc-parser < "3.0.0"
  1657. oepub
  1658. of_json < "v0.17.0"
  1659. offheap
  1660. ogg >= "1.0.0"
  1661. ohex
  1662. oidc
  1663. ojs
  1664. ojs_base
  1665. ojs_base_all
  1666. ojs_base_ppx
  1667. ojs_ed
  1668. ojs_filetree
  1669. ojs_list
  1670. olinq >= "0.3"
  1671. omd >= "1.3.2"
  1672. ometrics
  1673. omg
  1674. omigrate
  1675. omlr >= "1.0.3"
  1676. omtl
  1677. oneffs
  1678. oniguruma
  1679. opam-0install
  1680. opam-0install-cudf
  1681. opam-bin >= "1.0.0"
  1682. opam-build
  1683. opam-client >= "2.0.2"
  1684. opam-compiler
  1685. opam-core >= "2.0.2"
  1686. opam-custom-install
  1687. opam-devel >= "2.0.2"
  1688. opam-ed >= "0.4"
  1689. opam-file-format >= "2.1.0" & < "2.1.5"
  1690. opam-format >= "2.0.2"
  1691. opam-graph
  1692. opam-grep >= "0.2.0"
  1693. opam-installer >= "2.0.2"
  1694. opam-monorepo < "0.3.6"
  1695. opam-package-upgrade >= "0.2"
  1696. opam-publish >= "2.0.2"
  1697. opam-repository >= "2.0.2"
  1698. opam-solver >= "2.0.2"
  1699. opam-spin
  1700. opam-state >= "2.0.2"
  1701. opam-test
  1702. opam_bin_lib != "0.9.5"
  1703. opasswd
  1704. opatch
  1705. opazl
  1706. openai-gym
  1707. openapi
  1708. openapi-opium
  1709. openapi_router
  1710. opencc0
  1711. opencc1
  1712. opencc1_1
  1713. openQASM
  1714. openstellina
  1715. opentelemetry
  1716. opentelemetry-client-cohttp-eio
  1717. opentelemetry-client-cohttp-lwt
  1718. opentelemetry-client-ocurl
  1719. opentelemetry-cohttp-lwt
  1720. opentelemetry-logs
  1721. opentelemetry-lwt
  1722. opium
  1723. opium-graphql
  1724. opium-testing
  1725. opium_kernel >= "0.17.0"
  1726. oplot < "0.85"
  1727. oplsr
  1728. opomodoro
  1729. opsian
  1730. optal
  1731. opti
  1732. optimization1d >= "0.6.1"
  1733. optiml-transport
  1734. optint
  1735. opus
  1736. oraft < "0.3.0"
  1737. oranger >= "2.0.1"
  1738. orb
  1739. order-i3-xfce
  1740. ordering < "3.15.3"
  1741. ordinal
  1742. ordinal_abbreviation < "v0.17.0"
  1743. ordma >= "0.0.5"
  1744. orec >= "1.0.1"
  1745. orewa
  1746. orf
  1747. orgeat
  1748. orpie
  1749. orrandomForest
  1750. orsvm_e1071 >= "4.0.0"
  1751. orxgboost >= "1.1.0"
  1752. osc >= "0.2.0"
  1753. osc-lwt
  1754. osc-unix
  1755. oseq >= "0.2"
  1756. osh
  1757. oskel
  1758. osnap
  1759. osx-secure-transport
  1760. otaglibc
  1761. otf
  1762. otoggl
  1763. otoml
  1764. otr
  1765. ounit = "2.1.2"
  1766. ounit-lwt < "2.2.0"
  1767. ounit2
  1768. ounit2-lwt
  1769. override
  1770. owee
  1771. owi
  1772. owl >= "0.4.0" & < "1.2"
  1773. owl-base >= "0.4.0" & < "1.2"
  1774. owl-jupyter
  1775. owl-ode
  1776. owl-ode-base
  1777. owl-ode-odepack
  1778. owl-ode-sundials
  1779. owl-opt
  1780. owl-opt-lbfgs
  1781. owl-plplot < "1.1"
  1782. owl-symbolic
  1783. owl-top >= "0.4.0" & < "1.2"
  1784. owl-zoo >= "0.4.0"
  1785. owork
  1786. ozulip
  1787. p4pp
  1788. p5scm
  1789. packstream
  1790. pacomb
  1791. paf
  1792. paf-cohttp
  1793. pam < "v0.17.0"
  1794. pandoc
  1795. pandoc-abbreviations
  1796. pandoc-comment
  1797. pandoc-crossref
  1798. pandoc-include
  1799. pandoc-inspect
  1800. pandoc-pdf2png
  1801. pandoc-replace
  1802. papi >= "0.1.1"
  1803. parany >= "9.0.0"
  1804. pardi >= "2.0.2"
  1805. parmap >= "1.1.1"
  1806. parsexp >= "v0.12.0" & < "v0.17.0"
  1807. parsexp_io < "v0.17.0"
  1808. parsley
  1809. patch
  1810. patdiff >= "v0.12.1" & < "v0.17.0"
  1811. path_glob
  1812. patience_diff < "v0.17.0"
  1813. patricia-tree
  1814. pattern
  1815. pb
  1816. pb-plugin
  1817. pbkdf
  1818. pbrt
  1819. pbrt_services
  1820. pbrt_yojson
  1821. pcap-format >= "0.5.2"
  1822. pcre >= "7.3.5"
  1823. pcre2
  1824. pds-reachability >= "0.2.2"
  1825. pecu >= "0.2"
  1826. petr4
  1827. petrol
  1828. pf-qubes
  1829. pg_query
  1830. pgocaml >= "4.0"
  1831. pgocaml_ppx
  1832. pgx >= "1.0"
  1833. pgx_async >= "1.0"
  1834. pgx_lwt >= "1.0"
  1835. pgx_lwt_mirage
  1836. pgx_lwt_unix
  1837. pgx_unix >= "1.0"
  1838. pgx_value_core
  1839. pgx_value_ptime
  1840. phantom-algebra >= "1.0.1"
  1841. phonetic
  1842. phylogenetics < "0.2.0"
  1843. piaf
  1844. picasso
  1845. piqi >= "0.7.8"
  1846. piqilib >= "0.6.16"
  1847. pixel_pusher
  1848. pkcs11 >= "0.18.0"
  1849. pkcs11-cli
  1850. pkcs11-driver
  1851. pkcs11-rev
  1852. pla >= "1.3"
  1853. plateau
  1854. plato
  1855. plebeia
  1856. plist-xml
  1857. plist-xml-lwt
  1858. plotkicadsch
  1859. plplot >= "5.11.0-1"
  1860. polka
  1861. poll
  1862. polling_state_rpc < "v0.17.0"
  1863. polly
  1864. polynomial
  1865. pomap
  1866. popper
  1867. portaudio >= "0.2.2"
  1868. portaudio_c_bindings
  1869. portmidi
  1870. posix-base
  1871. posix-bindings
  1872. posix-getopt >= "2.0.0"
  1873. posix-math2
  1874. posix-signal
  1875. posix-socket
  1876. posix-socket-unix
  1877. posix-time2
  1878. posix-types >= "2.0.0"
  1879. posix-uname
  1880. posixat < "v0.17.0"
  1881. postgres_async < "v0.17.0"
  1882. postgresql >= "4.4.1"
  1883. pp
  1884. pp-binary-ints
  1885. pp_loc
  1886. pprint >= "20200226"
  1887. ppx-owl-opt
  1888. ppx_accessor < "v0.17.0"
  1889. ppx_assert < "v0.17.0"
  1890. ppx_bap
  1891. ppx_base < "v0.17.0"
  1892. ppx_bench < "v0.17.0"
  1893. ppx_bin_prot < "v0.17.0"
  1894. ppx_bitstring < "5.0.2"
  1895. ppx_blob >= "0.6.0"
  1896. ppx_camlrack
  1897. ppx_catch
  1898. ppx_cold < "v0.17.0"
  1899. ppx_compare < "v0.17.0"
  1900. ppx_compose >= "0.1.0"
  1901. ppx_const >= "2.0"
  1902. ppx_conv_func < "v0.17.0"
  1903. ppx_counters
  1904. ppx_css < "v0.17.0"
  1905. ppx_cstruct
  1906. ppx_cstubs
  1907. ppx_csv_conv < "v0.17.0"
  1908. ppx_custom_printf < "v0.17.0"
  1909. ppx_decimal
  1910. ppx_defer >= "0.4.0"
  1911. ppx_demo < "v0.17.0"
  1912. ppx_derive_at_runtime < "v0.17.0"
  1913. ppx_derivers >= "1.2.1"
  1914. ppx_deriving >= "4.5-1"
  1915. ppx_deriving_cad
  1916. ppx_deriving_cmdliner >= "0.5.1"
  1917. ppx_deriving_encoding
  1918. ppx_deriving_hardcaml
  1919. ppx_deriving_hash
  1920. ppx_deriving_json_schema
  1921. ppx_deriving_jsoo
  1922. ppx_deriving_madcast >= "0.2"
  1923. ppx_deriving_popper
  1924. ppx_deriving_protobuf
  1925. ppx_deriving_qcheck
  1926. ppx_deriving_rpc
  1927. ppx_deriving_scad
  1928. ppx_deriving_yaml < "0.4.0"
  1929. ppx_deriving_yojson
  1930. ppx_disable_unused_warnings < "v0.17.0"
  1931. ppx_distr_guards >= "0.2"
  1932. ppx_enumerate < "v0.17.0"
  1933. ppx_expect < "v0.17.0"
  1934. ppx_factory
  1935. ppx_fail
  1936. ppx_fields_conv < "v0.17.0"
  1937. ppx_fixed_literal < "v0.17.0"
  1938. ppx_gen_rec >= "1.1.0"
  1939. ppx_getenv >= "2.0"
  1940. ppx_globalize < "v0.17.0"
  1941. ppx_hash < "v0.17.0"
  1942. ppx_here < "v0.17.0"
  1943. ppx_ignore_instrumentation < "v0.17.0"
  1944. ppx_import
  1945. ppx_inline_alcotest
  1946. ppx_inline_test < "v0.16.1"
  1947. ppx_irmin
  1948. ppx_jane < "v0.17.0"
  1949. ppx_js_style < "v0.17.0"
  1950. ppx_jsobject_conv
  1951. ppx_jsonaf_conv < "v0.17.0"
  1952. ppx_let < "v0.17.0"
  1953. ppx_log < "v0.17.0"
  1954. ppx_lun
  1955. ppx_make
  1956. ppx_map
  1957. ppx_marshal
  1958. ppx_marshal_ext
  1959. ppx_matches < "0.1.0"
  1960. ppx_meta_conv
  1961. ppx_module_timer < "v0.17.0"
  1962. ppx_monad
  1963. ppx_monoid >= "0.3.2"
  1964. ppx_mysql
  1965. ppx_mysql_identity
  1966. ppx_open
  1967. ppx_optcomp < "v0.17.0"
  1968. ppx_optint
  1969. ppx_optional < "v0.17.0"
  1970. ppx_parser
  1971. ppx_pattern_bind < "v0.17.0"
  1972. ppx_pbt
  1973. ppx_pipebang >= "v0.12.0" & < "v0.17.0"
  1974. ppx_protocol_conv
  1975. ppx_protocol_conv_json
  1976. ppx_protocol_conv_jsonm
  1977. ppx_protocol_conv_msgpack
  1978. ppx_protocol_conv_xml_light
  1979. ppx_protocol_conv_xmlm
  1980. ppx_protocol_conv_yaml
  1981. ppx_pyformat
  1982. ppx_python < "v0.17.0"
  1983. ppx_rapper
  1984. ppx_rapper_async
  1985. ppx_rapper_lwt
  1986. ppx_regexp >= "0.4.0"
  1987. ppx_repr
  1988. ppx_seq
  1989. ppx_sexp_conv < "v0.17.0"
  1990. ppx_sexp_message < "v0.17.0"
  1991. ppx_sexp_value < "v0.17.0"
  1992. ppx_show
  1993. ppx_stable < "v0.17.0"
  1994. ppx_stable_witness < "v0.17.0"
  1995. ppx_string < "v0.17.0"
  1996. ppx_string_interpolation
  1997. ppx_subliner
  1998. ppx_system
  1999. ppx_test
  2000. ppx_there
  2001. ppx_tools >= "6.0+4.08.0"
  2002. ppx_tools_versioned
  2003. ppx_trace
  2004. ppx_ts
  2005. ppx_tydi < "v0.17.0"
  2006. ppx_type_directed_value
  2007. ppx_typed_fields < "v0.17.0"
  2008. ppx_typerep_conv < "v0.17.0"
  2009. ppx_tyre
  2010. ppx_units
  2011. ppx_variants_conv < "v0.17.0"
  2012. ppx_viewpattern
  2013. ppx_wideopen
  2014. ppx_xml_conv < "v0.17.0"
  2015. ppx_yojson
  2016. ppx_yojson_conv < "v0.17.0"
  2017. ppx_yojson_conv_lib < "v0.17.0"
  2018. ppxfind >= "1.3"
  2019. ppxlib < "0.34.0"
  2020. ppxx
  2021. pratter
  2022. prbnmcn-basic-structures
  2023. prbnmcn-cgrph
  2024. prbnmcn-clustering
  2025. prbnmcn-dagger
  2026. prbnmcn-dagger-gsl
  2027. prbnmcn-dagger-stats
  2028. prbnmcn-dagger-test
  2029. prbnmcn-gnuplot
  2030. prbnmcn-linalg
  2031. prbnmcn-mcts
  2032. prbnmcn-proptest
  2033. prbnmcn-stats
  2034. prbnmcn-ucb1
  2035. prc
  2036. preface
  2037. prelude
  2038. prettym
  2039. printbox >= "0.3"
  2040. printbox-ext-plot
  2041. printbox-html
  2042. printbox-md
  2043. printbox-text >= "0.6.1"
  2044. proc-smaps
  2045. process_limits
  2046. processor
  2047. prof_spacetime
  2048. profiling
  2049. profunctor < "v0.17.0"
  2050. progress < "0.5.0"
  2051. prom
  2052. prometheus >= "0.6"
  2053. prometheus-app >= "0.6"
  2054. promise
  2055. promise_jsoo
  2056. promise_jsoo_lwt
  2057. protocell
  2058. protocol-9p >= "1.0.0"
  2059. protocol-9p-tool >= "1.0.0"
  2060. protocol-9p-unix >= "1.0.0"
  2061. protocol_version_header < "v0.17.0"
  2062. prr
  2063. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2064. psq >= "0.1.1"
  2065. ptmap >= "2.0.5"
  2066. ptset
  2067. pulseaudio >= "0.1.4"
  2068. pure-html
  2069. pure-splitmix >= "0.3"
  2070. pvec
  2071. py >= "1.1"
  2072. pyast
  2073. pyml >= "20210924"
  2074. pyml_bindgen >= "0.3.0"
  2075. pyre-ast
  2076. pythonlib
  2077. qbf >= "0.3"
  2078. qcheck >= "0.13"
  2079. qcheck-alcotest
  2080. qcheck-core
  2081. qcheck-lin < "0.10"
  2082. qcheck-multicoretests-util < "0.10"
  2083. qcheck-ounit
  2084. qcheck-stm < "0.10"
  2085. qinap
  2086. qiskit < "0.44.0"
  2087. qmp >= "0.19.0"
  2088. qrencode
  2089. qtest >= "2.10.1"
  2090. queenshead
  2091. quests
  2092. radamsa
  2093. radare2 >= "0.0.3"
  2094. randii
  2095. randomconv
  2096. randoml
  2097. range >= "0.8"
  2098. rangeSet
  2099. rankers
  2100. rawlink
  2101. rawlink-eio
  2102. rawlink-lwt
  2103. raygui < "1.4.0"
  2104. raylib < "1.4.0"
  2105. rdbg >= "1.196.12"
  2106. rdf >= "0.13.0" & < "1.1.0"
  2107. rdf_impls < "1.1.0"
  2108. rdf_json_ld < "1.1.0"
  2109. rdf_lwt < "1.1.0"
  2110. rdf_mysql < "1.1.0"
  2111. rdf_postgresql < "1.1.0"
  2112. rdf_ppx < "1.1.0"
  2113. re >= "1.9.0" & < "1.13.2"
  2114. re2 >= "v0.12.1" & < "v0.17.0"
  2115. re2_stable
  2116. re_parser < "v0.17.0"
  2117. rea
  2118. reactiveData = "0.3.0"
  2119. reanalyze
  2120. reason < "3.14.0"
  2121. reason-standard
  2122. received
  2123. record_builder < "v0.17.0"
  2124. records >= "1.0.0"
  2125. reddit_api_async
  2126. reddit_api_kernel
  2127. redirect
  2128. redis >= "0.4"
  2129. redis-async < "v0.17.0"
  2130. redis-lwt >= "0.4"
  2131. redis-sync >= "0.4"
  2132. reed-solomon-erasure >= "1.0.2"
  2133. reedsolomon
  2134. refl
  2135. regenerate
  2136. regex_parser_intf < "v0.17.0"
  2137. regrade
  2138. remu_ts
  2139. reparse
  2140. reparse-lwt
  2141. reparse-lwt-unix
  2142. reparse-unix
  2143. repr
  2144. repr-bench
  2145. repr-fuzz
  2146. res >= "5.0.1"
  2147. res_tailwindcss
  2148. resource-pooling >= "1.1"
  2149. resource_cache < "v0.17.0"
  2150. resp
  2151. resp-client
  2152. resp-mirage
  2153. resp-server >= "0.9"
  2154. resp-unix
  2155. resto
  2156. resto-acl
  2157. resto-cohttp
  2158. resto-cohttp-client
  2159. resto-cohttp-self-serving-client
  2160. resto-cohttp-server
  2161. resto-directory
  2162. resto-json
  2163. result
  2164. rfc1951 >= "0.8.1" & != "1.0.0"
  2165. rfc6287 >= "1.0.4"
  2166. rfc7748
  2167. rfsm >= "1.6-alpha-3" & < "2.0"
  2168. rhythm
  2169. ringo
  2170. ringo-lwt
  2171. river
  2172. rock
  2173. roman
  2174. root1d >= "0.5.1"
  2175. rope >= "0.6.2"
  2176. rosa
  2177. rosetta >= "0.2.0"
  2178. routes
  2179. rpc
  2180. rpc_parallel < "v0.17.0"
  2181. rpclib
  2182. rpclib-async
  2183. rpclib-html
  2184. rpclib-js
  2185. rpclib-lwt
  2186. rsdd
  2187. rss
  2188. rtop < "3.14.0"
  2189. rungen
  2190. runtime_events_tools < "0.5.2"
  2191. rusage
  2192. rust-staticlib-gen
  2193. rust-staticlib-virtual
  2194. SZXX
  2195. safemoney
  2196. safepass >= "3.1"
  2197. sail >= "0.15" & < "0.20"
  2198. sail_c_backend < "0.20"
  2199. sail_coq_backend < "0.20"
  2200. sail_doc_backend < "0.20"
  2201. sail_latex_backend < "0.20"
  2202. sail_lean_backend < "0.20"
  2203. sail_lem_backend < "0.20"
  2204. sail_manifest < "0.20"
  2205. sail_ocaml_backend < "0.20"
  2206. sail_output < "0.20"
  2207. sail_smt_backend < "0.20"
  2208. sail_sv_backend < "0.20"
  2209. salsa20 >= "1.0.0"
  2210. salsa20-core >= "1.0.0"
  2211. samplerate >= "0.1.6"
  2212. sanddb >= "0.2"
  2213. sarek
  2214. satex
  2215. saturn < "0.5.0"
  2216. saturn_lockfree < "0.5.0"
  2217. satyrographos
  2218. scad_ml
  2219. scfg
  2220. scgi
  2221. scipy
  2222. scrypt-kdf
  2223. sd_logic
  2224. search
  2225. searchTree
  2226. secp256k1 >= "0.4.1"
  2227. secp256k1-internal
  2228. sedlex >= "2.0"
  2229. sek
  2230. sel >= "0.3.0"
  2231. semantic_version < "v0.17.0"
  2232. semaphore-compat
  2233. semver >= "0.2.1"
  2234. semver2
  2235. sendmail
  2236. sendmail-lwt
  2237. sendmail-miou-unix
  2238. sendmail-mirage
  2239. sentry
  2240. seq < "base"
  2241. seqes
  2242. sequencer_table < "v0.17.0"
  2243. serde < "0.0.2"
  2244. serde_debug
  2245. serde_derive < "0.0.2"
  2246. serde_json < "0.0.2"
  2247. serde_sexpr
  2248. serde_xml
  2249. serial
  2250. session >= "0.4.1"
  2251. session-cohttp >= "0.4.1"
  2252. session-cohttp-async >= "0.4.1"
  2253. session-cohttp-lwt >= "0.4.1"
  2254. session-cookie
  2255. session-cookie-async
  2256. session-cookie-lwt
  2257. session-postgresql >= "0.4.1"
  2258. session-postgresql-async
  2259. session-postgresql-lwt
  2260. session-redis-lwt >= "0.4.1"
  2261. session-webmachine >= "0.4.1"
  2262. setcore >= "1.0.2"
  2263. sexp < "v0.17.0"
  2264. sexp_decode
  2265. sexp_diff < "v0.17.0"
  2266. sexp_diff_kernel
  2267. sexp_grammar < "v0.17.0"
  2268. sexp_macro < "v0.17.0"
  2269. sexp_pretty < "v0.17.0"
  2270. sexp_select < "v0.17.0"
  2271. sexp_string_quickcheck < "v0.17.0"
  2272. sexplib >= "v0.12.0" & < "v0.17.0"
  2273. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2274. sgf >= "1.0.1"
  2275. sha >= "1.13"
  2276. shapefile
  2277. shared-block-ring
  2278. shared-memory-ring
  2279. shared-memory-ring-lwt
  2280. shared-secret >= "0.4"
  2281. shell < "v0.17.0"
  2282. shexp < "v0.17.0"
  2283. shine >= "0.2.2"
  2284. shuttle
  2285. shuttle_http
  2286. shuttle_ssl
  2287. shuttle_websocket
  2288. sifun
  2289. sihl
  2290. sihl-cache
  2291. sihl-contract
  2292. sihl-core
  2293. sihl-email
  2294. sihl-facade
  2295. sihl-persistence
  2296. sihl-queue
  2297. sihl-session
  2298. sihl-storage
  2299. sihl-token
  2300. sihl-type
  2301. sihl-user
  2302. sihl-web
  2303. simlog
  2304. simple63
  2305. sklearn
  2306. slack
  2307. slacko
  2308. slice
  2309. slug
  2310. smart-print >= "0.3.0"
  2311. smbc
  2312. smol
  2313. smol-helpers
  2314. smtlib-utils
  2315. snappy >= "0.1.2"
  2316. snoke
  2317. so
  2318. sodium-fmt
  2319. solid < "0.5.0"
  2320. solid_server < "0.5.0"
  2321. solid_tools < "0.5.0"
  2322. solidity-alcotest
  2323. solidity-common
  2324. solidity-parser
  2325. solidity-test
  2326. solidity-typechecker
  2327. solo5-elftool
  2328. sortedseq_intersect
  2329. soundtouch >= "0.1.9"
  2330. soupault
  2331. spacetime_lib
  2332. spatial-shell
  2333. spawn < "v0.9.0" | >= "v0.13.0"
  2334. spdx_licenses
  2335. spectrum
  2336. speex
  2337. spelll >= "0.4"
  2338. spin
  2339. splay_tree < "v0.17.0"
  2340. splittable_random < "v0.17.0"
  2341. spoc
  2342. spoc_ppx
  2343. spoke
  2344. spotify-web-api
  2345. spotlib >= "4.1.0"
  2346. sqlgg >= "20200521"
  2347. sqlite3 >= "4.4.1"
  2348. sqlite3_utils
  2349. srt < "0.3.4"
  2350. ssh-agent >= "0.2.0"
  2351. ssl >= "0.5.6"
  2352. stdcompat >= "19"
  2353. stdint >= "0.6.0"
  2354. stdint-literals
  2355. stdio < "v0.17.0"
  2356. stdlib-diff
  2357. stdlib-random
  2358. stdlib-shims
  2359. stdune < "3.15.3"
  2360. stitch
  2361. stk < "0.5.0"
  2362. stk_iconv < "0.5.0"
  2363. stk_ocf < "0.5.0"
  2364. stk_ppx < "0.5.0"
  2365. stk_rdf < "0.5.0"
  2366. stk_xml < "0.5.0"
  2367. stog >= "0.20.0"
  2368. stog_all
  2369. stog_asy
  2370. stog_dot
  2371. stog_extern
  2372. stog_markdown
  2373. stog_multi_doc
  2374. stog_nocaml
  2375. stog_noexec
  2376. stog_plugins
  2377. stog_rdf
  2378. stog_rel_href
  2379. stog_server
  2380. stog_server_multi
  2381. stog_sitemap
  2382. stog_writing
  2383. stone >= "0.5.2"
  2384. stored_reversed < "v0.17.0"
  2385. stramon-lib
  2386. streamable < "v0.17.0"
  2387. streaming
  2388. string_dict < "v0.17.0"
  2389. stringext >= "1.6.0"
  2390. sturgeon >= "0.4.2"
  2391. subscriptions-transport-ws
  2392. subtype-refinement >= "0.2"
  2393. sun
  2394. svmwrap
  2395. swagger >= "0.2.0"
  2396. swhid
  2397. swhid_compute
  2398. swhid_core
  2399. swhid_types
  2400. swipl
  2401. syguslib-utils
  2402. syncweb
  2403. syndic >= "1.6.0"
  2404. sys-socket
  2405. sys-socket-unix
  2406. syslog >= "2.0.1"
  2407. syslog-message >= "1.0.0"
  2408. syslog-rfc5424
  2409. systemverilog >= "0.0.2"
  2410. tablecloth-base
  2411. tablecloth-native < "transition"
  2412. taglib >= "0.3.7"
  2413. talaria-bibtex
  2414. tar
  2415. tar-eio
  2416. tar-mirage
  2417. tar-unix
  2418. tcalc
  2419. tcpip
  2420. tdigest
  2421. telltime
  2422. tensorboard
  2423. term-indexing
  2424. term-tools
  2425. terminal < "0.5.0"
  2426. terminal_size >= "0.1.4"
  2427. terminus
  2428. terminus-cohttp
  2429. terminus-hlc
  2430. testu01
  2431. textmate-language
  2432. textrazor
  2433. textutils < "v0.17.0"
  2434. textutils_kernel < "v0.17.0"
  2435. textwrap >= "0.2.1"
  2436. tezos-baking-015-PtLimaPt
  2437. tezos-baking-015-PtLimaPt-commands
  2438. tezos-baking-016-PtMumbai
  2439. tezos-baking-016-PtMumbai-commands
  2440. tezos-baking-017-PtNairob
  2441. tezos-baking-017-PtNairob-commands
  2442. tezos-baking-alpha
  2443. tezos-baking-alpha-commands
  2444. tezos-base
  2445. tezos-base-test-helpers
  2446. tezos-base58
  2447. tezos-benchmark < "19.0"
  2448. tezos-bls12-381-polynomial
  2449. tezos-clic
  2450. tezos-client-000-Ps9mPmXa
  2451. tezos-client-001-PtCJ7pwo
  2452. tezos-client-002-PsYLVpVv
  2453. tezos-client-003-PsddFKi3
  2454. tezos-client-004-Pt24m4xi
  2455. tezos-client-005-PsBabyM1
  2456. tezos-client-006-PsCARTHA
  2457. tezos-client-007-PsDELPH1
  2458. tezos-client-008-PtEdo2Zk
  2459. tezos-client-009-PsFLoren
  2460. tezos-client-010-PtGRANAD
  2461. tezos-client-011-PtHangz2
  2462. tezos-client-012-Psithaca
  2463. tezos-client-013-PtJakart
  2464. tezos-client-014-PtKathma
  2465. tezos-client-015-PtLimaPt
  2466. tezos-client-016-PtMumbai
  2467. tezos-client-017-PtNairob
  2468. tezos-client-alpha
  2469. tezos-client-base
  2470. tezos-client-base-unix
  2471. tezos-client-commands
  2472. tezos-client-demo-counter < "19.0"
  2473. tezos-client-genesis < "19.0"
  2474. tezos-context
  2475. tezos-context-hash
  2476. tezos-context-hash-irmin
  2477. tezos-context-ops
  2478. tezos-crypto
  2479. tezos-crypto-dal
  2480. tezos-dac-client-lib < "19.0"
  2481. tezos-dac-lib < "19.0"
  2482. tezos-dac-node-lib < "19.0"
  2483. tezos-dal-node-lib < "19.0"
  2484. tezos-dal-node-services < "19.0"
  2485. tezos-embedded-protocol-000-Ps9mPmXa
  2486. tezos-embedded-protocol-001-PtCJ7pwo
  2487. tezos-embedded-protocol-002-PsYLVpVv
  2488. tezos-embedded-protocol-003-PsddFKi3
  2489. tezos-embedded-protocol-004-Pt24m4xi
  2490. tezos-embedded-protocol-005-PsBABY5H
  2491. tezos-embedded-protocol-005-PsBabyM1
  2492. tezos-embedded-protocol-006-PsCARTHA
  2493. tezos-embedded-protocol-007-PsDELPH1
  2494. tezos-embedded-protocol-008-PtEdo2Zk
  2495. tezos-embedded-protocol-008-PtEdoTez
  2496. tezos-embedded-protocol-009-PsFLoren
  2497. tezos-embedded-protocol-010-PtGRANAD
  2498. tezos-embedded-protocol-011-PtHangz2
  2499. tezos-embedded-protocol-012-Psithaca
  2500. tezos-embedded-protocol-013-PtJakart
  2501. tezos-embedded-protocol-014-PtKathma
  2502. tezos-embedded-protocol-015-PtLimaPt
  2503. tezos-embedded-protocol-016-PtMumbai
  2504. tezos-embedded-protocol-017-PtNairob
  2505. tezos-embedded-protocol-alpha
  2506. tezos-embedded-protocol-demo-counter
  2507. tezos-embedded-protocol-demo-noops
  2508. tezos-embedded-protocol-genesis
  2509. tezos-error-monad
  2510. tezos-event-logging
  2511. tezos-event-logging-test-helpers
  2512. tezos-hacl
  2513. tezos-hacl-glue
  2514. tezos-hacl-glue-unix
  2515. tezos-injector-015-PtLimaPt
  2516. tezos-injector-016-PtMumbai
  2517. tezos-layer2-store
  2518. tezos-layer2-utils-016-PtMumbai
  2519. tezos-layer2-utils-017-PtNairob
  2520. tezos-lazy-containers
  2521. tezos-lwt-result-stdlib
  2522. tezos-micheline
  2523. tezos-mockup
  2524. tezos-mockup-commands
  2525. tezos-mockup-proxy
  2526. tezos-mockup-registration
  2527. tezos-p2p
  2528. tezos-p2p-services
  2529. tezos-plompiler
  2530. tezos-plonk
  2531. tezos-protocol-000-Ps9mPmXa < "19.0"
  2532. tezos-protocol-001-PtCJ7pwo < "19.0"
  2533. tezos-protocol-002-PsYLVpVv < "19.0"
  2534. tezos-protocol-003-PsddFKi3 < "19.0"
  2535. tezos-protocol-004-Pt24m4xi < "19.0"
  2536. tezos-protocol-005-PsBABY5H < "19.0"
  2537. tezos-protocol-005-PsBabyM1 < "19.0"
  2538. tezos-protocol-006-PsCARTHA < "19.0"
  2539. tezos-protocol-007-PsDELPH1 < "19.0"
  2540. tezos-protocol-008-PtEdo2Zk < "19.0"
  2541. tezos-protocol-008-PtEdoTez < "19.0"
  2542. tezos-protocol-009-PsFLoren < "19.0"
  2543. tezos-protocol-010-PtGRANAD < "19.0"
  2544. tezos-protocol-011-PtHangz2 < "19.0"
  2545. tezos-protocol-012-Psithaca < "19.0"
  2546. tezos-protocol-013-PtJakart < "19.0"
  2547. tezos-protocol-014-PtKathma < "19.0"
  2548. tezos-protocol-015-PtLimaPt < "19.0"
  2549. tezos-protocol-016-PtMumbai < "19.0"
  2550. tezos-protocol-017-PtNairob < "19.0"
  2551. tezos-protocol-018-Proxford < "19.0"
  2552. tezos-protocol-alpha < "19.0"
  2553. tezos-protocol-demo-counter < "19.0"
  2554. tezos-protocol-demo-noops < "19.0"
  2555. tezos-protocol-environment
  2556. tezos-protocol-environment-packer
  2557. tezos-protocol-environment-sigs
  2558. tezos-protocol-environment-structs
  2559. tezos-protocol-genesis < "19.0"
  2560. tezos-protocol-plugin-007-PsDELPH1
  2561. tezos-protocol-plugin-007-PsDELPH1-registerer
  2562. tezos-protocol-plugin-008-PtEdo2Zk
  2563. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2564. tezos-protocol-plugin-009-PsFLoren
  2565. tezos-protocol-plugin-009-PsFLoren-registerer
  2566. tezos-protocol-plugin-010-PtGRANAD
  2567. tezos-protocol-plugin-010-PtGRANAD-registerer
  2568. tezos-protocol-plugin-011-PtHangz2
  2569. tezos-protocol-plugin-011-PtHangz2-registerer
  2570. tezos-protocol-plugin-012-Psithaca
  2571. tezos-protocol-plugin-012-Psithaca-registerer
  2572. tezos-protocol-plugin-013-PtJakart
  2573. tezos-protocol-plugin-013-PtJakart-registerer
  2574. tezos-protocol-plugin-014-PtKathma
  2575. tezos-protocol-plugin-014-PtKathma-registerer
  2576. tezos-protocol-plugin-015-PtLimaPt
  2577. tezos-protocol-plugin-015-PtLimaPt-registerer
  2578. tezos-protocol-plugin-016-PtMumbai
  2579. tezos-protocol-plugin-016-PtMumbai-registerer
  2580. tezos-protocol-plugin-017-PtNairob
  2581. tezos-protocol-plugin-017-PtNairob-registerer
  2582. tezos-protocol-plugin-alpha
  2583. tezos-protocol-plugin-alpha-registerer
  2584. tezos-protocol-updater
  2585. tezos-proxy
  2586. tezos-proxy-server-config < "19.0"
  2587. tezos-requester
  2588. tezos-rpc
  2589. tezos-rpc-http
  2590. tezos-rpc-http-client
  2591. tezos-rpc-http-client-unix
  2592. tezos-rpc-http-server
  2593. tezos-sapling
  2594. tezos-scoru-wasm
  2595. tezos-scoru-wasm-fast
  2596. tezos-scoru-wasm-helpers
  2597. tezos-shell
  2598. tezos-shell-context
  2599. tezos-shell-services
  2600. tezos-shell-services-test-helpers
  2601. tezos-signer-backends
  2602. tezos-signer-services
  2603. tezos-smart-rollup-016-PtMumbai
  2604. tezos-smart-rollup-017-PtNairob
  2605. tezos-smart-rollup-alpha
  2606. tezos-smart-rollup-layer2-016-PtMumbai
  2607. tezos-smart-rollup-layer2-017-PtNairob
  2608. tezos-stdlib >= "16.0"
  2609. tezos-stdlib-unix
  2610. tezos-store
  2611. tezos-test-helpers
  2612. tezos-test-helpers-extra
  2613. tezos-test-services
  2614. tezos-tree-encoding
  2615. tezos-tx-rollup-015-PtLimaPt
  2616. tezos-validation
  2617. tezos-version
  2618. tezos-wasmer
  2619. tezos-webassembly-interpreter
  2620. tezos-webassembly-interpreter-extra
  2621. tezos-workers
  2622. tezt < "4.3.0"
  2623. tezt-performance-regression
  2624. tezt-tezos < "19.0"
  2625. theora
  2626. thread-local-storage
  2627. thread-table
  2628. thrift
  2629. tidy >= "5-0.2"
  2630. tidy_email
  2631. tidy_email_mailgun
  2632. tidy_email_sendgrid
  2633. tidy_email_smtp
  2634. tilde_f < "v0.17.0"
  2635. time_now < "v0.17.0"
  2636. timed >= "1.1"
  2637. timedesc
  2638. timedesc-json
  2639. timedesc-sexp
  2640. timedesc-tzdb
  2641. timedesc-tzlocal
  2642. timedesc-tzlocal-js
  2643. timere
  2644. timere-parse
  2645. timezone < "v0.17.0"
  2646. timmy
  2647. timmy-jsoo
  2648. timmy-lwt
  2649. timmy-unix
  2650. tiny_httpd
  2651. tiny_httpd_camlzip
  2652. tip-parser >= "0.4"
  2653. tldr
  2654. tls >= "0.12.8"
  2655. tls-async
  2656. tls-eio
  2657. tls-lwt
  2658. tls-miou-unix
  2659. tls-mirage
  2660. toc
  2661. tofn
  2662. toml
  2663. toml-cconv
  2664. toml_cconv
  2665. toplevel_backend < "v0.17.0"
  2666. toplevel_expect_test < "v0.17.0"
  2667. topojson
  2668. topojsone
  2669. topological_sort < "v0.17.0"
  2670. torch < "v0.17.0"
  2671. tqdm
  2672. trace
  2673. trace-fuchsia
  2674. trace-tef
  2675. tracing < "v0.17.0"
  2676. tracy-client
  2677. traits
  2678. trampoline
  2679. transept
  2680. traverse
  2681. travesty != "0.6.1" & < "0.8.0"
  2682. trax >= "0.4.0"
  2683. tree_layout >= "0.2"
  2684. treeprint >= "2.3.0"
  2685. trexio
  2686. trie
  2687. tsdl-image >= "0.3.0"
  2688. tsdl-mixer
  2689. tsdl-ttf >= "0.3"
  2690. tsort
  2691. tube >= "4.4.0"
  2692. tuntap
  2693. twirp_cohttp_lwt_unix
  2694. twirp_core
  2695. twirp_ezcurl
  2696. twirp_tiny_httpd
  2697. twostep
  2698. tyabt
  2699. type_eq
  2700. typerep >= "v0.12.0" & < "v0.17.0"
  2701. typeset
  2702. tyre >= "0.5"
  2703. tyxml >= "4.3.0"
  2704. tyxml-jsx
  2705. tyxml-lwd
  2706. tyxml-ppx >= "4.3.0"
  2707. tyxml-syntax
  2708. ubase
  2709. ubpf >= "0.2"
  2710. uecc >= "0.3"
  2711. uint >= "2.0.1"
  2712. ulid
  2713. um-abt
  2714. unidecode
  2715. unionFind < "20250818"
  2716. unisim_archisec
  2717. unison >= "2.51.4" & < "2.53.4"
  2718. universo
  2719. unix-errno >= "0.6.0"
  2720. unstrctrd
  2721. uri >= "2.2.1"
  2722. uri-bench
  2723. uri-re
  2724. uri-sexp
  2725. uring
  2726. uritemplate
  2727. user-agent-parser
  2728. username_kernel < "v0.17.0"
  2729. uspf
  2730. uspf-lwt
  2731. uspf-mirage
  2732. uspf-unix
  2733. utop
  2734. uuuu >= "0.1.1"
  2735. validator
  2736. variantslib >= "v0.12.0" & < "v0.17.0"
  2737. varray
  2738. vcaml
  2739. vcardgen >= "1.2"
  2740. vchan
  2741. vchan-unix
  2742. vchan-xen
  2743. vdom
  2744. vec
  2745. vector
  2746. vector3 >= "1.0.0"
  2747. vercel
  2748. vhd-format >= "0.12.0"
  2749. vhd-format-lwt
  2750. vif
  2751. virtual_dom < "v0.17.0"
  2752. visitors >= "20200207"
  2753. vlq >= "0.2.1"
  2754. vmnet
  2755. vocal
  2756. voqc
  2757. vorbis
  2758. vpt >= "5.0.0"
  2759. vscoq-language-server < "2.3.3"
  2760. vsrocq-language-server
  2761. vue-jsoo
  2762. wall >= "0.4"
  2763. wasm >= "2.0.2"
  2764. wasmer
  2765. wasmtime
  2766. wayland
  2767. waylaunch
  2768. wcwidth
  2769. webauthn
  2770. weberizer >= "0.8"
  2771. webmachine >= "0.6.2"
  2772. websocket >= "2.12"
  2773. websocket-async >= "2.12"
  2774. websocket-lwt
  2775. websocket-lwt-unix
  2776. websocketaf
  2777. webtest
  2778. webtest-js
  2779. wikitext
  2780. win-error >= "1.0"
  2781. win-eventlog >= "0.3"
  2782. winsvc
  2783. ws
  2784. ws-server
  2785. wseg
  2786. wtf8 >= "1.0.2"
  2787. wtr
  2788. wtr-ppx
  2789. wu-manber-fuzzy-search
  2790. x509
  2791. x86_64-esperanto >= "0.0.6"
  2792. xapi-backtrace
  2793. xapi-inventory
  2794. xapi-rrd
  2795. xapi-stdext-date
  2796. xapi-stdext-encodings
  2797. xapi-stdext-pervasives
  2798. xapi-stdext-std
  2799. xapi-stdext-threads
  2800. xapi-stdext-unix
  2801. xapi-stdext-zerocheck
  2802. xdg-basedir
  2803. xen-evtchn
  2804. xen-evtchn-unix
  2805. xen-gnt
  2806. xen-gnt-unix
  2807. xenstore
  2808. xenstore-tool
  2809. xenstore_transport >= "1.1.0"
  2810. xmelly
  2811. xml-light >= "2.5"
  2812. xmldiff >= "0.7.0"
  2813. xmldiff_js
  2814. xmlplaylist >= "0.1.5"
  2815. xoshiro
  2816. xtmpl >= "0.19.0" & < "1.1.0"
  2817. xtmpl_js < "1.1.0"
  2818. xtmpl_ppx < "1.1.0"
  2819. yaml >= "1.0.0"
  2820. yaml-sexp
  2821. yara >= "0.2"
  2822. yocaml < "2.0.0"
  2823. yocaml_cmark
  2824. yocaml_git < "2.0.0"
  2825. yocaml_jingoo < "2.0.0"
  2826. yocaml_markdown < "2.4.1"
  2827. yocaml_mustache < "2.0.0"
  2828. yocaml_syndication < "2.0.0"
  2829. yocaml_unix < "2.0.0"
  2830. yocaml_yaml < "2.0.0"
  2831. yojson >= "1.5.0"
  2832. yojson-bench
  2833. yojson-five
  2834. yurt >= "0.6"
  2835. yuscii >= "0.2.1"
  2836. yuujinchou
  2837. zanuda
  2838. zarith-ppx
  2839. zarith_stubs_js < "v0.17.0"
  2840. zed >= "2.0.6"
  2841. zeit
  2842. zelus
  2843. zelus-gtk
  2844. zipperposition
  2845. zipperposition-tools
  2846. zlib
  2847. zlist >= "0.4.0"
  2848. zmq >= "5.1.0"
  2849. zmq-async >= "5.1.0"
  2850. zmq-eio
  2851. zmq-lwt >= "5.1.0"
  2852. zstandard >= "v0.12.1" & < "v0.17.0"
  2853. zstd = "0.3"
  2854. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"