package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.6.2.tbz
sha256=b6d4ab848efb04aa2a325d0015d32ed4414ed7130ec7aa12f98158eff445cf3c
sha512=d0dd69ada2f1583319a2d6f679b8d49998059117c3258805ee69ae3e71d47bfab7a9c646f19b5fc43a6ccdef934eb87de5bb81205fcd60968bed8bf1790cf0a3

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: 07 Feb 2023

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 boot/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"

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