package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.12.2.tbz
sha256=e8aa5f01fee83efac8733df0bec3e23aaecdb4524bc58b8065cd18cc07295fb3
sha512=ae6039c67a1eca9f946b67bdc84433cafe0648d51d22600b1b108fa5712db34524958137cb3a0d82b5a965c66dae7dc4c9619796eda8f72246178885e460f601

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 is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune 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: 08 Jan 2024

README

Dune"

A Composable Build System for OCaml

Main Workflow" Release" Coverage" License" Contributors"

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune 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.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. 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 little 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.

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

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

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

Build 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.

Installation

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

Issues" Discussions" Discuss OCaml" Discord"

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

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

Innovation. Community. Security.