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